Uses of Interface
cdm.base.staticdata.party.TelephoneNumber
Packages that use TelephoneNumber
Package
Description
Basic party concepts: legal entity, natural person, contact details, buyer / payer and all related enums.
-
Uses of TelephoneNumber in cdm.base.staticdata.party
Subinterfaces of TelephoneNumber in cdm.base.staticdata.partyModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.party that implement TelephoneNumberModifier and TypeClassDescriptionstatic classBuilder Implementation of TelephoneNumberstatic classImmutable Implementation of TelephoneNumberMethods in cdm.base.staticdata.party that return TelephoneNumberModifier and TypeMethodDescriptionTelephoneNumber.build()Build MethodsTelephoneNumber.TelephoneNumberBuilderImpl.build()TelephoneNumber.TelephoneNumberImpl.build()Methods in cdm.base.staticdata.party that return types with arguments of type TelephoneNumberModifier and TypeMethodDescriptionList<? extends TelephoneNumber> ContactInformation.ContactInformationImpl.getTelephone()List<? extends TelephoneNumber> ContactInformation.getTelephone()The telephone number.default Class<? extends TelephoneNumber> TelephoneNumber.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TelephoneNumber> TelephoneNumber.metaData()Utility MethodsMethods in cdm.base.staticdata.party with parameters of type TelephoneNumberModifier and TypeMethodDescriptionContactInformation.ContactInformationBuilder.addTelephone(TelephoneNumber telephone) ContactInformation.ContactInformationBuilder.addTelephone(TelephoneNumber telephone, int idx) ContactInformation.ContactInformationBuilderImpl.addTelephone(TelephoneNumber _telephone) ContactInformation.ContactInformationBuilderImpl.addTelephone(TelephoneNumber _telephone, int idx) Method parameters in cdm.base.staticdata.party with type arguments of type TelephoneNumberModifier and TypeMethodDescriptionContactInformation.ContactInformationBuilder.addTelephone(List<? extends TelephoneNumber> telephone) ContactInformation.ContactInformationBuilderImpl.addTelephone(List<? extends TelephoneNumber> telephones) ContactInformation.ContactInformationBuilder.setTelephone(List<? extends TelephoneNumber> telephone) ContactInformation.ContactInformationBuilderImpl.setTelephone(List<? extends TelephoneNumber> telephones) -
Uses of TelephoneNumber in cdm.base.staticdata.party.meta
Methods in cdm.base.staticdata.party.meta that return types with arguments of type TelephoneNumberModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super TelephoneNumber>> TelephoneNumberMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super TelephoneNumber, com.rosetta.model.lib.qualify.QualifyResult>> TelephoneNumberMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super TelephoneNumber, Set<String>> TelephoneNumberMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super TelephoneNumber> TelephoneNumberMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TelephoneNumber> TelephoneNumberMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super TelephoneNumber> TelephoneNumberMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TelephoneNumber> TelephoneNumberMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of TelephoneNumber in cdm.base.staticdata.party.validation
Methods in cdm.base.staticdata.party.validation with parameters of type TelephoneNumberModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TelephoneNumberTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TelephoneNumberValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TelephoneNumber o) -
Uses of TelephoneNumber in cdm.base.staticdata.party.validation.exists
Methods in cdm.base.staticdata.party.validation.exists with type parameters of type TelephoneNumberModifier and TypeMethodDescription<T2 extends TelephoneNumber>
com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber> TelephoneNumberOnlyExistsValidator.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 TelephoneNumberModifier and TypeMethodDescription<T2 extends TelephoneNumber>
com.rosetta.model.lib.validation.ValidationResult<TelephoneNumber> TelephoneNumberOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)