Uses of Interface
cdm.base.staticdata.party.ContactInformation
Packages that use ContactInformation
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of ContactInformation in cdm.base.staticdata.party
Subinterfaces of ContactInformation in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement ContactInformationModifier and TypeClassDescriptionstatic classBuilder Implementation of ContactInformationstatic classImmutable Implementation of ContactInformationMethods in cdm.base.staticdata.party that return ContactInformationModifier and TypeMethodDescriptionContactInformation.build()Build MethodsContactInformation.ContactInformationBuilderImpl.build()ContactInformation.ContactInformationImpl.build()BusinessUnit.BusinessUnitImpl.getContactInformation()BusinessUnit.getContactInformation()The contact information for such business unit, when different from the contact information associated with the party.NaturalPerson.getContactInformation()The contact information for such person, when different from the contact information associated with the party.NaturalPerson.NaturalPersonImpl.getContactInformation()Party.getContactInformation()The postal/street address, telephone number, email address and/or web page.Party.PartyImpl.getContactInformation()PartyContactInformation.getContactInformation()The postal/street address, telephone number, email address and/or web page.PartyContactInformation.PartyContactInformationImpl.getContactInformation()Methods in cdm.base.staticdata.party that return types with arguments of type ContactInformationModifier and TypeMethodDescriptiondefault Class<? extends ContactInformation> ContactInformation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ContactInformation> ContactInformation.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type ContactInformationModifier and TypeMethodDescriptionBusinessUnit.BusinessUnitBuilder.setContactInformation(ContactInformation contactInformation) BusinessUnit.BusinessUnitBuilderImpl.setContactInformation(ContactInformation _contactInformation) NaturalPerson.NaturalPersonBuilder.setContactInformation(ContactInformation contactInformation) NaturalPerson.NaturalPersonBuilderImpl.setContactInformation(ContactInformation _contactInformation) Party.PartyBuilder.setContactInformation(ContactInformation contactInformation) Party.PartyBuilderImpl.setContactInformation(ContactInformation _contactInformation) PartyContactInformation.PartyContactInformationBuilder.setContactInformation(ContactInformation contactInformation) PartyContactInformation.PartyContactInformationBuilderImpl.setContactInformation(ContactInformation _contactInformation) -
Uses of ContactInformation in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type ContactInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ContactInformation>> ContactInformationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ContactInformation, com.rosetta.model.lib.qualify.QualifyResult>> ContactInformationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ContactInformation, Set<String>> ContactInformationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ContactInformation> ContactInformationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ContactInformation in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type ContactInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ContactInformationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactInformation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ContactInformationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ContactInformation o) -
Uses of ContactInformation in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type ContactInformationModifier and TypeMethodDescription<T2 extends ContactInformation>
com.rosetta.model.lib.validation.ValidationResult<ContactInformation> ContactInformationOnlyExistsValidator.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 ContactInformationModifier and TypeMethodDescription<T2 extends ContactInformation>
com.rosetta.model.lib.validation.ValidationResult<ContactInformation> ContactInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)