Interface InvoiceTemplatingSrv.Iface
- All Known Implementing Classes:
InvoiceTemplatingSrv.Client
- Enclosing class:
- InvoiceTemplatingSrv
public static interface InvoiceTemplatingSrv.Iface
-
Method Summary
Modifier and TypeMethodDescriptioncomputeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) create(InvoiceTemplateCreateParams params) voidupdate(String id, InvoiceTemplateUpdateParams params)
-
Method Details
-
create
InvoiceTemplate create(InvoiceTemplateCreateParams params) throws PartyNotFound, InvalidPartyStatus, ShopNotFound, InvalidShopStatus, InvalidRequest, org.apache.thrift.TException - Throws:
PartyNotFoundInvalidPartyStatusShopNotFoundInvalidShopStatusInvalidRequestorg.apache.thrift.TException
-
get
InvoiceTemplate get(String id) throws InvoiceTemplateNotFound, InvoiceTemplateRemoved, org.apache.thrift.TException - Throws:
InvoiceTemplateNotFoundInvoiceTemplateRemovedorg.apache.thrift.TException
-
update
InvoiceTemplate update(String id, InvoiceTemplateUpdateParams params) throws InvoiceTemplateNotFound, InvoiceTemplateRemoved, InvalidPartyStatus, InvalidShopStatus, InvalidRequest, org.apache.thrift.TException - Throws:
InvoiceTemplateNotFoundInvoiceTemplateRemovedInvalidPartyStatusInvalidShopStatusInvalidRequestorg.apache.thrift.TException
-
delete
void delete(String id) throws InvoiceTemplateNotFound, InvoiceTemplateRemoved, InvalidPartyStatus, InvalidShopStatus, org.apache.thrift.TException - Throws:
InvoiceTemplateNotFoundInvoiceTemplateRemovedInvalidPartyStatusInvalidShopStatusorg.apache.thrift.TException
-
computeTerms
TermSet computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) throws InvoiceTemplateNotFound, InvoiceTemplateRemoved, PartyNotExistsYet, org.apache.thrift.TException - Throws:
InvoiceTemplateNotFoundInvoiceTemplateRemovedPartyNotExistsYetorg.apache.thrift.TException
-