Uses of Interface
cdm.base.staticdata.asset.common.ProductIdentifier
Packages that use ProductIdentifier
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
Template feature concepts to define payouts.
-
Uses of ProductIdentifier in cdm.base.staticdata.asset.common
Subinterfaces of ProductIdentifier in cdm.base.staticdata.asset.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.asset.common that implement ProductIdentifierModifier and TypeClassDescriptionstatic classBuilder Implementation of ProductIdentifierstatic classImmutable Implementation of ProductIdentifierMethods in cdm.base.staticdata.asset.common that return ProductIdentifierModifier and TypeMethodDescriptionProductIdentifier.build()Build MethodsProductIdentifier.ProductIdentifierBuilderImpl.build()ProductIdentifier.ProductIdentifierImpl.build()Methods in cdm.base.staticdata.asset.common that return types with arguments of type ProductIdentifierModifier and TypeMethodDescriptiondefault Class<? extends ProductIdentifier> ProductIdentifier.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ProductIdentifier> ProductIdentifier.metaData()Utility Methods -
Uses of ProductIdentifier in cdm.base.staticdata.asset.common.meta
Methods in cdm.base.staticdata.asset.common.meta that return types with arguments of type ProductIdentifierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ProductIdentifier>> ProductIdentifierMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ProductIdentifier, com.rosetta.model.lib.qualify.QualifyResult>> ProductIdentifierMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ProductIdentifier, Set<String>> ProductIdentifierMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ProductIdentifier> ProductIdentifierMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ProductIdentifier> ProductIdentifierMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ProductIdentifier> ProductIdentifierMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ProductIdentifier> ProductIdentifierMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ProductIdentifier in cdm.base.staticdata.asset.common.validation
Methods in cdm.base.staticdata.asset.common.validation with parameters of type ProductIdentifierModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ProductIdentifierTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ProductIdentifierValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ProductIdentifier o) -
Uses of ProductIdentifier in cdm.base.staticdata.asset.common.validation.exists
Methods in cdm.base.staticdata.asset.common.validation.exists with type parameters of type ProductIdentifierModifier and TypeMethodDescription<T2 extends ProductIdentifier>
com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier> ProductIdentifierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.asset.common.validation.exists that return types with arguments of type ProductIdentifierModifier and TypeMethodDescription<T2 extends ProductIdentifier>
com.rosetta.model.lib.validation.ValidationResult<ProductIdentifier> ProductIdentifierOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of ProductIdentifier in cdm.product.template
Methods in cdm.product.template that return types with arguments of type ProductIdentifierModifier and TypeMethodDescriptionList<? extends ProductIdentifier> NonTransferableProduct.getIdentifier()Comprises a identifier and a source to uniquely identify the nonTransferableProduct.List<? extends ProductIdentifier> NonTransferableProduct.NonTransferableProductImpl.getIdentifier()Methods in cdm.product.template with parameters of type ProductIdentifierModifier and TypeMethodDescriptionNonTransferableProduct.NonTransferableProductBuilder.addIdentifier(ProductIdentifier identifier) NonTransferableProduct.NonTransferableProductBuilder.addIdentifier(ProductIdentifier identifier, int idx) NonTransferableProduct.NonTransferableProductBuilderImpl.addIdentifier(ProductIdentifier _identifier) NonTransferableProduct.NonTransferableProductBuilderImpl.addIdentifier(ProductIdentifier _identifier, int idx) Method parameters in cdm.product.template with type arguments of type ProductIdentifierModifier and TypeMethodDescriptionNonTransferableProduct.NonTransferableProductBuilder.addIdentifier(List<? extends ProductIdentifier> identifier) NonTransferableProduct.NonTransferableProductBuilderImpl.addIdentifier(List<? extends ProductIdentifier> identifiers) NonTransferableProduct.NonTransferableProductBuilder.setIdentifier(List<? extends ProductIdentifier> identifier) NonTransferableProduct.NonTransferableProductBuilderImpl.setIdentifier(List<? extends ProductIdentifier> identifiers)