-
Methods in dev.vality.damsel.payment_processing that throw PartyNotExistsYet
| Modifier and Type |
Method |
Description |
TermSet |
PartyManagementSrv.Client.computeContractTerms(String party_id,
String contract_id,
String timestamp,
PartyRevisionParam party_revision,
long domain_revision,
ComputeContractTermsVarset varset) |
|
TermSet |
PartyManagementSrv.Iface.computeContractTerms(String party_id,
String contract_id,
String timestamp,
PartyRevisionParam party_revision,
long domain_revision,
ComputeContractTermsVarset varset) |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.Client.computePayoutCashFlow(String party_id,
PayoutParams params) |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.Iface.computePayoutCashFlow(String party_id,
PayoutParams params) |
|
TermSet |
PartyManagementSrv.Client.computeShopTerms(String party_id,
String id,
String timestamp,
PartyRevisionParam party_revision,
ComputeShopTermsVarset varset) |
|
TermSet |
PartyManagementSrv.Iface.computeShopTerms(String party_id,
String id,
String timestamp,
PartyRevisionParam party_revision,
ComputeShopTermsVarset varset) |
|
TermSet |
InvoiceTemplatingSrv.Client.computeTerms(String id,
String timestamp,
PartyRevisionParam party_revision_param) |
|
TermSet |
InvoiceTemplatingSrv.Iface.computeTerms(String id,
String timestamp,
PartyRevisionParam party_revision_param) |
|
TermSet |
InvoiceTemplatingSrv.AsyncClient.ComputeTerms_call.getResult() |
|
TermSet |
PartyManagementSrv.AsyncClient.ComputeContractTerms_call.getResult() |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.AsyncClient.ComputePayoutCashFlow_call.getResult() |
|
TermSet |
PartyManagementSrv.AsyncClient.ComputeShopTerms_call.getResult() |
|
TermSet |
PartyManagementSrv.Client.recvComputeContractTerms() |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.Client.recvComputePayoutCashFlow() |
|
TermSet |
PartyManagementSrv.Client.recvComputeShopTerms() |
|
TermSet |
InvoiceTemplatingSrv.Client.recvComputeTerms() |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type PartyNotExistsYet
| Constructor |
Description |
ComputeContractTerms_result(TermSet success,
PartyNotFound ex2,
PartyNotExistsYet ex3,
ContractNotFound ex4) |
|
ComputePayoutCashFlow_result(List<FinalCashFlowPosting> success,
PartyNotFound ex2,
PartyNotExistsYet ex3,
ShopNotFound ex4,
OperationNotPermitted ex5,
PayoutToolNotFound ex6) |
|
ComputeShopTerms_result(TermSet success,
PartyNotFound ex2,
PartyNotExistsYet ex3,
ShopNotFound ex4) |
|
ComputeTerms_result(TermSet success,
InvoiceTemplateNotFound ex2,
InvoiceTemplateRemoved ex3,
PartyNotExistsYet ex4) |
|
PartyNotExistsYet(PartyNotExistsYet other) |
Performs a deep copy on other.
|