Uses of Class
dev.vality.damsel.payment_processing.PartyNotExistsYet
Packages that use PartyNotExistsYet
-
Uses of PartyNotExistsYet in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyNotExistsYetModifier and TypeFieldDescriptionPartyManagementSrv.ComputeContractTerms_result.ex3PartyManagementSrv.ComputeShopTerms_result.ex3InvoiceTemplatingSrv.ComputeTerms_result.ex4Methods in dev.vality.damsel.payment_processing that return PartyNotExistsYetModifier and TypeMethodDescriptionPartyNotExistsYet.deepCopy()PartyManagementSrv.ComputeContractTerms_result.getEx3()PartyManagementSrv.ComputeShopTerms_result.getEx3()InvoiceTemplatingSrv.ComputeTerms_result.getEx4()Methods in dev.vality.damsel.payment_processing with parameters of type PartyNotExistsYetModifier and TypeMethodDescriptionintPartyNotExistsYet.compareTo(PartyNotExistsYet other) booleanPartyNotExistsYet.equals(PartyNotExistsYet that) PartyManagementSrv.ComputeContractTerms_result.setEx3(PartyNotExistsYet ex3) PartyManagementSrv.ComputeShopTerms_result.setEx3(PartyNotExistsYet ex3) InvoiceTemplatingSrv.ComputeTerms_result.setEx4(PartyNotExistsYet ex4) Methods in dev.vality.damsel.payment_processing that throw PartyNotExistsYetModifier and TypeMethodDescriptionPartyManagementSrv.Client.computeContractTerms(String party_id, String contract_id, String timestamp, PartyRevisionParam party_revision, long domain_revision, ComputeContractTermsVarset varset) PartyManagementSrv.Iface.computeContractTerms(String party_id, String contract_id, String timestamp, PartyRevisionParam party_revision, long domain_revision, ComputeContractTermsVarset varset) PartyManagementSrv.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) InvoiceTemplatingSrv.Client.computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) InvoiceTemplatingSrv.Iface.computeTerms(String id, String timestamp, PartyRevisionParam party_revision_param) InvoiceTemplatingSrv.AsyncClient.ComputeTerms_call.getResult()PartyManagementSrv.AsyncClient.ComputeContractTerms_call.getResult()PartyManagementSrv.AsyncClient.ComputeShopTerms_call.getResult()PartyManagementSrv.Client.recvComputeContractTerms()PartyManagementSrv.Client.recvComputeShopTerms()InvoiceTemplatingSrv.Client.recvComputeTerms()Constructors in dev.vality.damsel.payment_processing with parameters of type PartyNotExistsYetModifierConstructorDescriptionComputeContractTerms_result(TermSet success, PartyNotFound ex2, PartyNotExistsYet ex3, ContractNotFound ex4) ComputeShopTerms_result(TermSet success, PartyNotFound ex2, PartyNotExistsYet ex3, ShopNotFound ex4) ComputeTerms_result(TermSet success, InvoiceTemplateNotFound ex2, InvoiceTemplateRemoved ex3, PartyNotExistsYet ex4) Performs a deep copy on other.