Interface InvoiceTemplatingSrv.AsyncIface
- All Known Implementing Classes:
InvoiceTemplatingSrv.AsyncClient
- Enclosing class:
- InvoiceTemplatingSrv
public static interface InvoiceTemplatingSrv.AsyncIface
-
Method Summary
Modifier and Type Method Description voidcomputeTerms(String id, String timestamp, PartyRevisionParam party_revision_param, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler)voidcreate(InvoiceTemplateCreateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler)voiddelete(String id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidget(String id, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler)voidupdate(String id, InvoiceTemplateUpdateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler)
-
Method Details
-
create
void create(InvoiceTemplateCreateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
get
void get(String id, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
update
void update(String id, InvoiceTemplateUpdateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
delete
void delete(String id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
computeTerms
void computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-