Class InvoiceTemplatingSrv.AsyncClient
java.lang.Object
org.apache.thrift.async.TAsyncClient
dev.vality.damsel.payment_processing.InvoiceTemplatingSrv.AsyncClient
- All Implemented Interfaces:
InvoiceTemplatingSrv.AsyncIface
- Enclosing class:
- InvoiceTemplatingSrv
public static class InvoiceTemplatingSrv.AsyncClient
extends org.apache.thrift.async.TAsyncClient
implements InvoiceTemplatingSrv.AsyncIface
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
Fields inherited from class org.apache.thrift.async.TAsyncClient
___currentMethod, ___manager, ___protocolFactory, ___transport -
Constructor Summary
ConstructorsConstructorDescriptionAsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport) -
Method Summary
Modifier and TypeMethodDescriptionvoidcomputeTerms(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) voidvoidget(String id, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) voidupdate(String id, InvoiceTemplateUpdateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) Methods inherited from class org.apache.thrift.async.TAsyncClient
checkReady, getError, getProtocolFactory, getTimeout, hasError, hasTimeout, onComplete, onError, setTimeout
-
Constructor Details
-
AsyncClient
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
-
-
Method Details
-
create
public void create(InvoiceTemplateCreateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException - Specified by:
createin interfaceInvoiceTemplatingSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
get
public void get(String id, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException - Specified by:
getin interfaceInvoiceTemplatingSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
update
public void update(String id, InvoiceTemplateUpdateParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceTemplate> resultHandler) throws org.apache.thrift.TException - Specified by:
updatein interfaceInvoiceTemplatingSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
delete
public void delete(String id, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) throws org.apache.thrift.TException - Specified by:
deletein interfaceInvoiceTemplatingSrv.AsyncIface- Throws:
org.apache.thrift.TException
-
computeTerms
public void computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param, org.apache.thrift.async.AsyncMethodCallback<TermSet> resultHandler) throws org.apache.thrift.TException - Specified by:
computeTermsin interfaceInvoiceTemplatingSrv.AsyncIface- Throws:
org.apache.thrift.TException
-