Uses of Class
dev.vality.damsel.payment_processing.ContractNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of ContractNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as ContractNotFound Modifier and Type Field Description ContractNotFoundPartyManagementSrv.GetContract_result. ex3ContractNotFoundPartyManagementSrv.ComputeContractTerms_result. ex4ContractNotFoundPartyManagementSrv.GetShopContract_result. ex4Methods in dev.vality.damsel.payment_processing that return ContractNotFound Modifier and Type Method Description ContractNotFoundContractNotFound. deepCopy()ContractNotFoundPartyManagementSrv.GetContract_result. getEx3()ContractNotFoundPartyManagementSrv.ComputeContractTerms_result. getEx4()ContractNotFoundPartyManagementSrv.GetShopContract_result. getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type ContractNotFound Modifier and Type Method Description intContractNotFound. compareTo(ContractNotFound other)booleanContractNotFound. equals(ContractNotFound that)PartyManagementSrv.GetContract_resultPartyManagementSrv.GetContract_result. setEx3(ContractNotFound ex3)PartyManagementSrv.ComputeContractTerms_resultPartyManagementSrv.ComputeContractTerms_result. setEx4(ContractNotFound ex4)PartyManagementSrv.GetShopContract_resultPartyManagementSrv.GetShopContract_result. setEx4(ContractNotFound ex4)Methods in dev.vality.damsel.payment_processing that throw ContractNotFound Modifier and Type Method Description TermSetPartyManagementSrv.Client. computeContractTerms(String party_id, String contract_id, String timestamp, PartyRevisionParam party_revision, long domain_revision, ComputeContractTermsVarset varset)TermSetPartyManagementSrv.Iface. computeContractTerms(String party_id, String contract_id, String timestamp, PartyRevisionParam party_revision, long domain_revision, ComputeContractTermsVarset varset)ContractPartyManagementSrv.Client. getContract(String party_id, String contract_id)ContractPartyManagementSrv.Iface. getContract(String party_id, String contract_id)TermSetPartyManagementSrv.AsyncClient.ComputeContractTerms_call. getResult()ContractPartyManagementSrv.AsyncClient.GetContract_call. getResult()ShopContractPartyManagementSrv.AsyncClient.GetShopContract_call. getResult()ShopContractPartyManagementSrv.Client. getShopContract(String party_id, String id)ShopContractPartyManagementSrv.Iface. getShopContract(String party_id, String id)TermSetPartyManagementSrv.Client. recvComputeContractTerms()ContractPartyManagementSrv.Client. recvGetContract()ShopContractPartyManagementSrv.Client. recvGetShopContract()Constructors in dev.vality.damsel.payment_processing with parameters of type ContractNotFound Constructor Description ComputeContractTerms_result(TermSet success, PartyNotFound ex2, PartyNotExistsYet ex3, ContractNotFound ex4)ContractNotFound(ContractNotFound other)Performs a deep copy on other.GetContract_result(Contract success, PartyNotFound ex2, ContractNotFound ex3)GetShopContract_result(ShopContract success, PartyNotFound ex2, ShopNotFound ex3, ContractNotFound ex4)