Uses of Interface
cdm.base.staticdata.party.RelatedParty
Packages that use RelatedParty
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of RelatedParty in cdm.base.staticdata.party
Subinterfaces of RelatedParty in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement RelatedPartyModifier and TypeClassDescriptionstatic classBuilder Implementation of RelatedPartystatic classImmutable Implementation of RelatedPartyMethods in cdm.base.staticdata.party that return RelatedPartyModifier and TypeMethodDescriptionRelatedParty.build()Build MethodsRelatedParty.RelatedPartyBuilderImpl.build()RelatedParty.RelatedPartyImpl.build()Methods in cdm.base.staticdata.party that return types with arguments of type RelatedPartyModifier and TypeMethodDescriptiondefault Class<? extends RelatedParty> RelatedParty.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends RelatedParty> RelatedParty.metaData()Utility Methods -
Uses of RelatedParty in cdm.base.staticdata.party.functions
Methods in cdm.base.staticdata.party.functions that return types with arguments of type RelatedPartyModifier and TypeMethodDescriptionList<? extends RelatedParty> FilterRelatedPartyByRole.evaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) Method parameters in cdm.base.staticdata.party.functions with type arguments of type RelatedPartyModifier and TypeMethodDescriptionprotected abstract List<RelatedParty.RelatedPartyBuilder> FilterRelatedPartyByRole.doEvaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) protected List<RelatedParty.RelatedPartyBuilder> FilterRelatedPartyByRole.FilterRelatedPartyByRoleDefault.doEvaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) List<? extends RelatedParty> FilterRelatedPartyByRole.evaluate(List<? extends RelatedParty> relatedParties, PartyRoleEnum partyRoleEnum) -
Uses of RelatedParty in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type RelatedPartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super RelatedParty>> RelatedPartyMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super RelatedParty, com.rosetta.model.lib.qualify.QualifyResult>> RelatedPartyMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super RelatedParty, Set<String>> RelatedPartyMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super RelatedParty> RelatedPartyMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RelatedParty> RelatedPartyMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super RelatedParty> RelatedPartyMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super RelatedParty> RelatedPartyMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of RelatedParty in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type RelatedPartyModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> RelatedPartyTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o) List<com.rosetta.model.lib.validation.ValidationResult<?>> RelatedPartyValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, RelatedParty o) -
Uses of RelatedParty in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type RelatedPartyModifier and TypeMethodDescription<T2 extends RelatedParty>
com.rosetta.model.lib.validation.ValidationResult<RelatedParty> RelatedPartyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.party.validation.exists that return types with arguments of type RelatedPartyModifier and TypeMethodDescription<T2 extends RelatedParty>
com.rosetta.model.lib.validation.ValidationResult<RelatedParty> RelatedPartyOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)