-
Methods in dev.vality.damsel.payment_processing that throw ShopNotFound
| Modifier and Type |
Method |
Description |
void |
PartyManagementSrv.Client.activateShop(String party_id,
String id) |
|
void |
PartyManagementSrv.Iface.activateShop(String party_id,
String id) |
|
void |
PartyManagementSrv.Client.blockShop(String party_id,
String id,
String reason) |
|
void |
PartyManagementSrv.Iface.blockShop(String party_id,
String id,
String reason) |
|
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) |
|
Customer |
CustomerManagementSrv.Client.create(CustomerParams params) |
|
Customer |
CustomerManagementSrv.Iface.create(CustomerParams params) |
|
InvoiceTemplate |
InvoiceTemplatingSrv.Client.create(InvoiceTemplateCreateParams params) |
|
InvoiceTemplate |
InvoiceTemplatingSrv.Iface.create(InvoiceTemplateCreateParams params) |
|
Invoice |
InvoicingSrv.Client.create(InvoiceParams params) |
|
Invoice |
InvoicingSrv.Iface.create(InvoiceParams params) |
|
RecurrentPaymentTool |
RecurrentPaymentToolsSrv.Client.create(RecurrentPaymentToolParams params) |
|
RecurrentPaymentTool |
RecurrentPaymentToolsSrv.Iface.create(RecurrentPaymentToolParams params) |
|
Customer |
CustomerManagementSrv.AsyncClient.Create_call.getResult() |
|
InvoiceTemplate |
InvoiceTemplatingSrv.AsyncClient.Create_call.getResult() |
|
Invoice |
InvoicingSrv.AsyncClient.Create_call.getResult() |
|
Void |
PartyManagementSrv.AsyncClient.ActivateShop_call.getResult() |
|
Void |
PartyManagementSrv.AsyncClient.BlockShop_call.getResult() |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.AsyncClient.ComputePayoutCashFlow_call.getResult() |
|
TermSet |
PartyManagementSrv.AsyncClient.ComputeShopTerms_call.getResult() |
|
Shop |
PartyManagementSrv.AsyncClient.GetShop_call.getResult() |
|
ShopAccount |
PartyManagementSrv.AsyncClient.GetShopAccount_call.getResult() |
|
ShopContract |
PartyManagementSrv.AsyncClient.GetShopContract_call.getResult() |
|
Void |
PartyManagementSrv.AsyncClient.SuspendShop_call.getResult() |
|
Void |
PartyManagementSrv.AsyncClient.UnblockShop_call.getResult() |
|
RecurrentPaymentTool |
RecurrentPaymentToolsSrv.AsyncClient.Create_call.getResult() |
|
Shop |
PartyManagementSrv.Client.getShop(String party_id,
String id) |
|
Shop |
PartyManagementSrv.Iface.getShop(String party_id,
String id) |
|
ShopAccount |
PartyManagementSrv.Client.getShopAccount(String party_id,
String shop_id) |
|
ShopAccount |
PartyManagementSrv.Iface.getShopAccount(String party_id,
String shop_id) |
|
ShopContract |
PartyManagementSrv.Client.getShopContract(String party_id,
String id) |
|
ShopContract |
PartyManagementSrv.Iface.getShopContract(String party_id,
String id) |
|
void |
PartyManagementSrv.Client.recvActivateShop() |
|
void |
PartyManagementSrv.Client.recvBlockShop() |
|
List<FinalCashFlowPosting> |
PartyManagementSrv.Client.recvComputePayoutCashFlow() |
|
TermSet |
PartyManagementSrv.Client.recvComputeShopTerms() |
|
Customer |
CustomerManagementSrv.Client.recvCreate() |
|
InvoiceTemplate |
InvoiceTemplatingSrv.Client.recvCreate() |
|
Invoice |
InvoicingSrv.Client.recvCreate() |
|
RecurrentPaymentTool |
RecurrentPaymentToolsSrv.Client.recvCreate() |
|
Shop |
PartyManagementSrv.Client.recvGetShop() |
|
ShopAccount |
PartyManagementSrv.Client.recvGetShopAccount() |
|
ShopContract |
PartyManagementSrv.Client.recvGetShopContract() |
|
void |
PartyManagementSrv.Client.recvSuspendShop() |
|
void |
PartyManagementSrv.Client.recvUnblockShop() |
|
void |
PartyManagementSrv.Client.suspendShop(String party_id,
String id) |
|
void |
PartyManagementSrv.Iface.suspendShop(String party_id,
String id) |
|
void |
PartyManagementSrv.Client.unblockShop(String party_id,
String id,
String reason) |
|
void |
PartyManagementSrv.Iface.unblockShop(String party_id,
String id,
String reason) |
|
Constructors in dev.vality.damsel.payment_processing with parameters of type ShopNotFound
| Constructor |
Description |
ActivateShop_result(PartyNotFound ex2,
ShopNotFound ex3,
InvalidShopStatus ex4) |
|
BlockShop_result(PartyNotFound ex2,
ShopNotFound ex3,
InvalidShopStatus 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) |
|
Create_result(Customer success,
InvalidPartyStatus invalid_party_status,
InvalidShopStatus invalid_shop_status,
ShopNotFound shop_not_found,
PartyNotFound party_not_found,
OperationNotPermitted operation_not_permitted) |
|
Create_result(InvoiceTemplate success,
PartyNotFound ex2,
InvalidPartyStatus ex3,
ShopNotFound ex4,
InvalidShopStatus ex5,
InvalidRequest ex6) |
|
Create_result(Invoice success,
InvalidRequest ex2,
PartyNotFound ex3,
ShopNotFound ex4,
InvalidPartyStatus ex5,
InvalidShopStatus ex6,
InvalidContractStatus ex7,
InvoiceTermsViolated ex8,
AllocationNotAllowed ex9,
AllocationExceededPaymentAmount ex10,
AllocationInvalidTransaction ex11) |
|
Create_result(RecurrentPaymentTool success,
InvalidPartyStatus invalid_party_status,
InvalidShopStatus invalid_shop_status,
ShopNotFound shop_not_found,
PartyNotFound party_not_found,
InvalidContractStatus invalid_contract_status,
OperationNotPermitted operation_not_permitted,
InvalidPaymentMethod invalid_payment_method) |
|
GetShop_result(Shop success,
PartyNotFound ex2,
ShopNotFound ex3) |
|
GetShopAccount_result(ShopAccount success,
PartyNotFound ex2,
ShopNotFound ex3,
ShopAccountNotFound ex4) |
|
GetShopContract_result(ShopContract success,
PartyNotFound ex2,
ShopNotFound ex3,
ContractNotFound ex4) |
|
ShopNotFound(ShopNotFound other) |
Performs a deep copy on other.
|
SuspendShop_result(PartyNotFound ex2,
ShopNotFound ex3,
InvalidShopStatus ex4) |
|
UnblockShop_result(PartyNotFound ex2,
ShopNotFound ex3,
InvalidShopStatus ex4) |
|