-
Methods in dev.vality.damsel.payment_processing that return types with arguments of type Invoice
| Modifier and Type |
Method |
Description |
org.apache.thrift.async.AsyncMethodCallback<Invoice> |
InvoicingSrv.AsyncProcessor.Create.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<Invoice> |
InvoicingSrv.AsyncProcessor.CreateWithTemplate.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
org.apache.thrift.async.AsyncMethodCallback<Invoice> |
InvoicingSrv.AsyncProcessor.Get.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
|
Method parameters in dev.vality.damsel.payment_processing with type arguments of type Invoice
| Modifier and Type |
Method |
Description |
void |
InvoicingSrv.AsyncClient.create(InvoiceParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.create(InvoiceParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.createWithTemplate(InvoiceWithTemplateParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.createWithTemplate(InvoiceWithTemplateParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncClient.get(String id,
EventRange range,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncIface.get(String id,
EventRange range,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.Create.start(I iface,
InvoicingSrv.Create_args args,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.CreateWithTemplate.start(I iface,
InvoicingSrv.CreateWithTemplate_args args,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
void |
InvoicingSrv.AsyncProcessor.Get.start(I iface,
InvoicingSrv.Get_args args,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type Invoice
| Constructor |
Description |
Create_result(Invoice success,
InvalidRequest ex2,
PartyNotFound ex3,
ShopNotFound ex4,
InvalidPartyStatus ex5,
InvalidShopStatus ex6,
InvalidContractStatus ex7,
InvoiceTermsViolated ex8,
AllocationNotAllowed ex9,
AllocationExceededPaymentAmount ex10,
AllocationInvalidTransaction ex11) |
|
CreateWithTemplate_result(Invoice success,
InvalidRequest ex2,
InvalidPartyStatus ex3,
InvalidShopStatus ex4,
InvalidContractStatus ex5,
InvoiceTemplateNotFound ex6,
InvoiceTemplateRemoved ex7,
InvoiceTermsViolated ex8) |
|
Get_result(Invoice success,
InvoiceNotFound ex2) |
|
Invoice(Invoice other) |
Performs a deep copy on other.
|
Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type Invoice
| Constructor |
Description |
Create_call(InvoiceParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
CreateWithTemplate_call(InvoiceWithTemplateParams params,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|
Get_call(String id,
EventRange range,
org.apache.thrift.async.AsyncMethodCallback<Invoice> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
|