Uses of Interface
cdm.product.template.ConstituentWeight
Packages that use ConstituentWeight
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of ConstituentWeight in cdm.product.asset
Methods in cdm.product.asset that return ConstituentWeightModifier and TypeMethodDescriptionReferencePoolItem.getConstituentWeight()Describes the weight of each of the constituents within the basket.ReferencePoolItem.ReferencePoolItemImpl.getConstituentWeight()Methods in cdm.product.asset with parameters of type ConstituentWeightModifier and TypeMethodDescriptionReferencePoolItem.ReferencePoolItemBuilder.setConstituentWeight(ConstituentWeight constituentWeight) ReferencePoolItem.ReferencePoolItemBuilderImpl.setConstituentWeight(ConstituentWeight _constituentWeight) -
Uses of ConstituentWeight in cdm.product.template
Subinterfaces of ConstituentWeight in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement ConstituentWeightModifier and TypeClassDescriptionstatic classBuilder Implementation of ConstituentWeightstatic classImmutable Implementation of ConstituentWeightMethods in cdm.product.template that return ConstituentWeightModifier and TypeMethodDescriptionConstituentWeight.build()Build MethodsConstituentWeight.ConstituentWeightBuilderImpl.build()ConstituentWeight.ConstituentWeightImpl.build()Methods in cdm.product.template that return types with arguments of type ConstituentWeightModifier and TypeMethodDescriptiondefault Class<? extends ConstituentWeight> ConstituentWeight.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ConstituentWeight> ConstituentWeight.metaData()Utility Methods -
Uses of ConstituentWeight in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type ConstituentWeightModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super ConstituentWeight>> ConstituentWeightMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super ConstituentWeight, com.rosetta.model.lib.qualify.QualifyResult>> ConstituentWeightMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super ConstituentWeight, Set<String>> ConstituentWeightMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super ConstituentWeight> ConstituentWeightMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ConstituentWeight> ConstituentWeightMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super ConstituentWeight> ConstituentWeightMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super ConstituentWeight> ConstituentWeightMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of ConstituentWeight in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type ConstituentWeightModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ConstituentWeightTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o) List<com.rosetta.model.lib.validation.ValidationResult<?>> ConstituentWeightValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight o) -
Uses of ConstituentWeight in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type ConstituentWeightModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> ConstituentWeightBasketPercentage.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight constituentWeight) List<com.rosetta.model.lib.validation.ValidationResult<?>> ConstituentWeightBasketPercentage.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, ConstituentWeight constituentWeight) -
Uses of ConstituentWeight in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type ConstituentWeightModifier and TypeMethodDescription<T2 extends ConstituentWeight>
com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight> ConstituentWeightOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.template.validation.exists that return types with arguments of type ConstituentWeightModifier and TypeMethodDescription<T2 extends ConstituentWeight>
com.rosetta.model.lib.validation.ValidationResult<ConstituentWeight> ConstituentWeightOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)