Uses of Interface
cdm.product.template.Basket
Packages that use Basket
Package
Description
Template feature concepts to define payouts.
-
Uses of Basket in cdm.product.template
Subinterfaces of Basket in cdm.product.templateClasses in cdm.product.template that implement BasketModifier and TypeClassDescriptionstatic classBuilder Implementation of Basketstatic classImmutable Implementation of BasketMethods in cdm.product.template that return BasketModifier and TypeMethodDescriptionBasket.BasketBuilderImpl.build()Basket.BasketImpl.build()Basket.build()Build MethodsProduct.getBasket()Identifies a custom basket by referencing a product identifier and its constituents.Product.ProductImpl.getBasket()Methods in cdm.product.template that return types with arguments of type BasketModifier and TypeMethodDescriptionBasket.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Basket> Basket.metaData()Utility MethodsMethods in cdm.product.template with parameters of type BasketModifier and TypeMethodDescription -
Uses of Basket in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type BasketModifier and TypeMethodDescriptionBasketMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) BasketMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) BasketMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super Basket> BasketMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of Basket in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type BasketModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BasketTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket o) List<com.rosetta.model.lib.validation.ValidationResult<?>> BasketValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket o) -
Uses of Basket in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type BasketModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> BasketChoice0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket basket) List<com.rosetta.model.lib.validation.ValidationResult<?>> BasketChoice0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, Basket basket) -
Uses of Basket in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type BasketModifier and TypeMethodDescriptionBasketOnlyExistsValidator.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 Basket