Uses of Class
dev.vality.damsel.payment_processing.ShopNotFound
Packages that use ShopNotFound
-
Uses of ShopNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ShopNotFoundModifier and TypeFieldDescriptionPartyManagementSrv.ActivateShop_result.ex3PartyManagementSrv.BlockShop_result.ex3PartyManagementSrv.GetShop_result.ex3PartyManagementSrv.GetShopAccount_result.ex3PartyManagementSrv.GetShopContract_result.ex3PartyManagementSrv.SuspendShop_result.ex3PartyManagementSrv.UnblockShop_result.ex3InvoiceTemplatingSrv.Create_result.ex4InvoicingSrv.Create_result.ex4PartyManagementSrv.ComputeShopTerms_result.ex4CustomerManagementSrv.Create_result.shop_not_foundRecurrentPaymentToolsSrv.Create_result.shop_not_foundMethods in dev.vality.damsel.payment_processing that return ShopNotFoundModifier and TypeMethodDescriptionShopNotFound.deepCopy()PartyManagementSrv.ActivateShop_result.getEx3()PartyManagementSrv.BlockShop_result.getEx3()PartyManagementSrv.GetShop_result.getEx3()PartyManagementSrv.GetShopAccount_result.getEx3()PartyManagementSrv.GetShopContract_result.getEx3()PartyManagementSrv.SuspendShop_result.getEx3()PartyManagementSrv.UnblockShop_result.getEx3()InvoiceTemplatingSrv.Create_result.getEx4()InvoicingSrv.Create_result.getEx4()PartyManagementSrv.ComputeShopTerms_result.getEx4()CustomerManagementSrv.Create_result.getShopNotFound()RecurrentPaymentToolsSrv.Create_result.getShopNotFound()Methods in dev.vality.damsel.payment_processing with parameters of type ShopNotFoundModifier and TypeMethodDescriptionintShopNotFound.compareTo(ShopNotFound other) booleanShopNotFound.equals(ShopNotFound that) PartyManagementSrv.ActivateShop_result.setEx3(ShopNotFound ex3) PartyManagementSrv.BlockShop_result.setEx3(ShopNotFound ex3) PartyManagementSrv.GetShop_result.setEx3(ShopNotFound ex3) PartyManagementSrv.GetShopAccount_result.setEx3(ShopNotFound ex3) PartyManagementSrv.GetShopContract_result.setEx3(ShopNotFound ex3) PartyManagementSrv.SuspendShop_result.setEx3(ShopNotFound ex3) PartyManagementSrv.UnblockShop_result.setEx3(ShopNotFound ex3) InvoiceTemplatingSrv.Create_result.setEx4(ShopNotFound ex4) InvoicingSrv.Create_result.setEx4(ShopNotFound ex4) PartyManagementSrv.ComputeShopTerms_result.setEx4(ShopNotFound ex4) CustomerManagementSrv.Create_result.setShopNotFound(ShopNotFound shop_not_found) RecurrentPaymentToolsSrv.Create_result.setShopNotFound(ShopNotFound shop_not_found) Methods in dev.vality.damsel.payment_processing that throw ShopNotFoundModifier and TypeMethodDescriptionvoidPartyManagementSrv.Client.activateShop(String party_id, String id) voidPartyManagementSrv.Iface.activateShop(String party_id, String id) voidvoidPartyManagementSrv.Client.computeShopTerms(String party_id, String id, String timestamp, PartyRevisionParam party_revision, ComputeShopTermsVarset varset) PartyManagementSrv.Iface.computeShopTerms(String party_id, String id, String timestamp, PartyRevisionParam party_revision, ComputeShopTermsVarset varset) CustomerManagementSrv.Client.create(CustomerParams params) CustomerManagementSrv.Iface.create(CustomerParams params) InvoiceTemplatingSrv.Client.create(InvoiceTemplateCreateParams params) InvoiceTemplatingSrv.Iface.create(InvoiceTemplateCreateParams params) InvoicingSrv.Client.create(InvoiceParams params) InvoicingSrv.Iface.create(InvoiceParams params) RecurrentPaymentToolsSrv.Client.create(RecurrentPaymentToolParams params) RecurrentPaymentToolsSrv.Iface.create(RecurrentPaymentToolParams params) CustomerManagementSrv.AsyncClient.Create_call.getResult()InvoiceTemplatingSrv.AsyncClient.Create_call.getResult()InvoicingSrv.AsyncClient.Create_call.getResult()PartyManagementSrv.AsyncClient.ActivateShop_call.getResult()PartyManagementSrv.AsyncClient.BlockShop_call.getResult()PartyManagementSrv.AsyncClient.ComputeShopTerms_call.getResult()PartyManagementSrv.AsyncClient.GetShop_call.getResult()PartyManagementSrv.AsyncClient.GetShopAccount_call.getResult()PartyManagementSrv.AsyncClient.GetShopContract_call.getResult()PartyManagementSrv.AsyncClient.SuspendShop_call.getResult()PartyManagementSrv.AsyncClient.UnblockShop_call.getResult()RecurrentPaymentToolsSrv.AsyncClient.Create_call.getResult()PartyManagementSrv.Client.getShopAccount(String party_id, String shop_id) PartyManagementSrv.Iface.getShopAccount(String party_id, String shop_id) PartyManagementSrv.Client.getShopContract(String party_id, String id) PartyManagementSrv.Iface.getShopContract(String party_id, String id) voidPartyManagementSrv.Client.recvActivateShop()voidPartyManagementSrv.Client.recvBlockShop()PartyManagementSrv.Client.recvComputeShopTerms()CustomerManagementSrv.Client.recvCreate()InvoiceTemplatingSrv.Client.recvCreate()InvoicingSrv.Client.recvCreate()RecurrentPaymentToolsSrv.Client.recvCreate()PartyManagementSrv.Client.recvGetShop()PartyManagementSrv.Client.recvGetShopAccount()PartyManagementSrv.Client.recvGetShopContract()voidPartyManagementSrv.Client.recvSuspendShop()voidPartyManagementSrv.Client.recvUnblockShop()voidPartyManagementSrv.Client.suspendShop(String party_id, String id) voidPartyManagementSrv.Iface.suspendShop(String party_id, String id) voidPartyManagementSrv.Client.unblockShop(String party_id, String id, String reason) voidPartyManagementSrv.Iface.unblockShop(String party_id, String id, String reason) Constructors in dev.vality.damsel.payment_processing with parameters of type ShopNotFoundModifierConstructorDescriptionActivateShop_result(PartyNotFound ex2, ShopNotFound ex3, InvalidShopStatus ex4) BlockShop_result(PartyNotFound ex2, ShopNotFound ex3, InvalidShopStatus ex4) 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)