Uses of Interface
cdm.product.template.BasketConstituent
Packages that use BasketConstituent
Package
Description
Template feature concepts to define payouts.
-
Uses of BasketConstituent in cdm.product.template
Subinterfaces of BasketConstituent in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement BasketConstituentModifier and TypeClassDescriptionstatic classBuilder Implementation of BasketConstituentstatic classImmutable Implementation of BasketConstituentMethods in cdm.product.template that return BasketConstituentModifier and TypeMethodDescriptionBasketConstituent.BasketConstituentBuilderImpl.build()BasketConstituent.BasketConstituentImpl.build()BasketConstituent.build()Build MethodsMethods in cdm.product.template that return types with arguments of type BasketConstituentModifier and TypeMethodDescriptionList<? extends BasketConstituent> Basket.BasketImpl.getPortfolioBasketConstituent()List<? extends BasketConstituent> Basket.getPortfolioBasketConstituent()Identifies the constituents of the basketdefault Class<? extends BasketConstituent> BasketConstituent.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends BasketConstituent> BasketConstituent.metaData()Utility MethodsMethods in cdm.product.template with parameters of type BasketConstituentModifier and TypeMethodDescriptionBasket.BasketBuilder.addPortfolioBasketConstituent(BasketConstituent portfolioBasketConstituent) Basket.BasketBuilder.addPortfolioBasketConstituent(BasketConstituent portfolioBasketConstituent, int idx) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(BasketConstituent _portfolioBasketConstituent) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(BasketConstituent _portfolioBasketConstituent, int idx) Method parameters in cdm.product.template with type arguments of type BasketConstituentModifier and TypeMethodDescriptionBasket.BasketBuilder.addPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituent) Basket.BasketBuilderImpl.addPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituents) Basket.BasketBuilder.setPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituent) Basket.BasketBuilderImpl.setPortfolioBasketConstituent(List<? extends BasketConstituent> portfolioBasketConstituents) -
Uses of BasketConstituent in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type BasketConstituentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super BasketConstituent>> BasketConstituentMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super BasketConstituent, com.rosetta.model.lib.qualify.QualifyResult>> BasketConstituentMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super BasketConstituent, Set<String>> BasketConstituentMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super BasketConstituent> BasketConstituentMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BasketConstituent> BasketConstituentMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super BasketConstituent> BasketConstituentMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super BasketConstituent> BasketConstituentMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of BasketConstituent in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type BasketConstituentModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BasketConstituentTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BasketConstituent o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BasketConstituentValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, BasketConstituent o) -
Uses of BasketConstituent in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type BasketConstituentModifier and TypeMethodDescription<T2 extends BasketConstituent>
com.rosetta.model.lib.validation.ValidationResult<BasketConstituent> BasketConstituentOnlyExistsValidator.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 BasketConstituentModifier and TypeMethodDescription<T2 extends BasketConstituent>
com.rosetta.model.lib.validation.ValidationResult<BasketConstituent> BasketConstituentOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)