Uses of Interface
cdm.product.template.FixedPricePayout
Packages that use FixedPricePayout
Package
Description
Template feature concepts to define payouts.
-
Uses of FixedPricePayout in cdm.product.template
Subinterfaces of FixedPricePayout in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement FixedPricePayoutModifier and TypeClassDescriptionstatic classBuilder Implementation of FixedPricePayoutstatic classImmutable Implementation of FixedPricePayoutMethods in cdm.product.template that return FixedPricePayoutModifier and TypeMethodDescriptionFixedPricePayout.build()Build MethodsFixedPricePayout.FixedPricePayoutBuilderImpl.build()FixedPricePayout.FixedPricePayoutImpl.build()Payout.getFixedPricePayout()Defines a payout in which one or more payouts are defined as a fixed price.Payout.PayoutImpl.getFixedPricePayout()Methods in cdm.product.template that return types with arguments of type FixedPricePayoutModifier and TypeMethodDescriptiondefault Class<? extends FixedPricePayout> FixedPricePayout.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends FixedPricePayout> FixedPricePayout.metaData()Utility MethodsMethods in cdm.product.template with parameters of type FixedPricePayoutModifier and TypeMethodDescriptionPayout.PayoutBuilder.setFixedPricePayout(FixedPricePayout _FixedPricePayout) Payout.PayoutBuilderImpl.setFixedPricePayout(FixedPricePayout _fixedPricePayout) -
Uses of FixedPricePayout in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type FixedPricePayoutModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super FixedPricePayout>> FixedPricePayoutMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super FixedPricePayout, com.rosetta.model.lib.qualify.QualifyResult>> FixedPricePayoutMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super FixedPricePayout, Set<String>> FixedPricePayoutMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super FixedPricePayout> FixedPricePayoutMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FixedPricePayout> FixedPricePayoutMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super FixedPricePayout> FixedPricePayoutMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super FixedPricePayout> FixedPricePayoutMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of FixedPricePayout in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type FixedPricePayoutModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FixedPricePayoutTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedPricePayout o) List<com.rosetta.model.lib.validation.ValidationResult<?>> FixedPricePayoutValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedPricePayout o) -
Uses of FixedPricePayout in cdm.product.template.validation.datarule
Methods in cdm.product.template.validation.datarule with parameters of type FixedPricePayoutModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> FixedPricePayoutQuantity.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedPricePayout fixedPricePayout) List<com.rosetta.model.lib.validation.ValidationResult<?>> FixedPricePayoutQuantity.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, FixedPricePayout fixedPricePayout) -
Uses of FixedPricePayout in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type FixedPricePayoutModifier and TypeMethodDescription<T2 extends FixedPricePayout>
com.rosetta.model.lib.validation.ValidationResult<FixedPricePayout> FixedPricePayoutOnlyExistsValidator.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 FixedPricePayoutModifier and TypeMethodDescription<T2 extends FixedPricePayout>
com.rosetta.model.lib.validation.ValidationResult<FixedPricePayout> FixedPricePayoutOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)