Uses of Interface
cdm.base.staticdata.party.Account.AccountBuilder
Packages that use Account.AccountBuilder
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
Business event concepts: primitives, contract state and associated state transition function specifications.
Workflow concepts (orthogonal to business event): time stamp, credit limit, trade warehouse info and associated function specifications.
-
Uses of Account.AccountBuilder in cdm.base.staticdata.party
Classes in cdm.base.staticdata.party that implement Account.AccountBuilderModifier and TypeClassDescriptionstatic classBuilder Implementation of AccountFields in cdm.base.staticdata.party declared as Account.AccountBuilderMethods in cdm.base.staticdata.party that return Account.AccountBuilderModifier and TypeMethodDescriptionstatic Account.AccountBuilderAccount.builder()Party.PartyBuilder.getAccount()Party.PartyBuilderImpl.getAccount()Party.PartyBuilder.getOrCreateAccount()Party.PartyBuilderImpl.getOrCreateAccount()Account.AccountBuilderImpl.merge(com.rosetta.model.lib.RosettaModelObjectBuilder other, com.rosetta.model.lib.process.BuilderMerger merger) Account.AccountBuilder.prune()Account.AccountBuilderImpl.prune()Account.AccountBuilder.setAccountBeneficiary(ReferenceWithMetaParty accountBeneficiary) Account.AccountBuilderImpl.setAccountBeneficiary(ReferenceWithMetaParty _accountBeneficiary) Account.AccountBuilder.setAccountBeneficiaryValue(Party accountBeneficiary) Account.AccountBuilderImpl.setAccountBeneficiaryValue(Party _accountBeneficiary) Account.AccountBuilder.setAccountName(FieldWithMetaString accountName) Account.AccountBuilderImpl.setAccountName(FieldWithMetaString _accountName) Account.AccountBuilder.setAccountNameValue(String accountName) Account.AccountBuilderImpl.setAccountNameValue(String _accountName) Account.AccountBuilder.setAccountNumber(FieldWithMetaString accountNumber) Account.AccountBuilderImpl.setAccountNumber(FieldWithMetaString _accountNumber) Account.AccountBuilder.setAccountNumberValue(String accountNumber) Account.AccountBuilderImpl.setAccountNumberValue(String _accountNumber) Account.AccountBuilder.setAccountType(FieldWithMetaAccountTypeEnum accountType) Account.AccountBuilderImpl.setAccountType(FieldWithMetaAccountTypeEnum _accountType) Account.AccountBuilder.setAccountTypeValue(AccountTypeEnum accountType) Account.AccountBuilderImpl.setAccountTypeValue(AccountTypeEnum _accountType) Account.AccountBuilder.setMeta(com.rosetta.model.metafields.MetaFields meta) Account.AccountBuilderImpl.setMeta(com.rosetta.model.metafields.MetaFields _meta) Account.AccountBuilder.setPartyReference(ReferenceWithMetaParty partyReference) Account.AccountBuilderImpl.setPartyReference(ReferenceWithMetaParty _partyReference) Account.AccountBuilder.setPartyReferenceValue(Party partyReference) Account.AccountBuilderImpl.setPartyReferenceValue(Party _partyReference) Account.AccountBuilder.setServicingParty(ReferenceWithMetaParty servicingParty) Account.AccountBuilderImpl.setServicingParty(ReferenceWithMetaParty _servicingParty) Account.AccountBuilder.setServicingPartyValue(Party servicingParty) Account.AccountBuilderImpl.setServicingPartyValue(Party _servicingParty) Account.AccountBuilderImpl.toBuilder()Account.AccountImpl.toBuilder()Account.toBuilder()Methods in cdm.base.staticdata.party with parameters of type Account.AccountBuilderModifier and TypeMethodDescriptionprotected voidAccount.AccountImpl.setBuilderFields(Account.AccountBuilder builder) Constructors in cdm.base.staticdata.party with parameters of type Account.AccountBuilder -
Uses of Account.AccountBuilder in cdm.base.staticdata.party.metafields
Fields in cdm.base.staticdata.party.metafields declared as Account.AccountBuilderModifier and TypeFieldDescriptionprotected Account.AccountBuilderReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl.valueMethods in cdm.base.staticdata.party.metafields that return Account.AccountBuilderModifier and TypeMethodDescriptionReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder.getOrCreateValue()ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl.getOrCreateValue()ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilder.getValue()ReferenceWithMetaAccount.ReferenceWithMetaAccountBuilderImpl.getValue() -
Uses of Account.AccountBuilder in cdm.event.common
Fields in cdm.event.common with type parameters of type Account.AccountBuilderModifier and TypeFieldDescriptionprotected List<Account.AccountBuilder> Trade.TradeBuilderImpl.accountMethods in cdm.event.common that return Account.AccountBuilderModifier and TypeMethodDescriptionTrade.TradeBuilder.getOrCreateAccount(int index) Trade.TradeBuilderImpl.getOrCreateAccount(int index) Methods in cdm.event.common that return types with arguments of type Account.AccountBuilderModifier and TypeMethodDescriptionList<? extends Account.AccountBuilder> Trade.TradeBuilder.getAccount()List<? extends Account.AccountBuilder> Trade.TradeBuilderImpl.getAccount() -
Uses of Account.AccountBuilder in cdm.event.workflow
Fields in cdm.event.workflow with type parameters of type Account.AccountBuilderModifier and TypeFieldDescriptionprotected List<Account.AccountBuilder> WorkflowStep.WorkflowStepBuilderImpl.accountMethods in cdm.event.workflow that return Account.AccountBuilderModifier and TypeMethodDescriptionWorkflowStep.WorkflowStepBuilder.getOrCreateAccount(int index) WorkflowStep.WorkflowStepBuilderImpl.getOrCreateAccount(int index) Methods in cdm.event.workflow that return types with arguments of type Account.AccountBuilderModifier and TypeMethodDescriptionList<? extends Account.AccountBuilder> WorkflowStep.WorkflowStepBuilder.getAccount()List<? extends Account.AccountBuilder> WorkflowStep.WorkflowStepBuilderImpl.getAccount()