Uses of Interface
cdm.product.template.PassThroughItem
Packages that use PassThroughItem
Package
Description
Template feature concepts to define payouts.
-
Uses of PassThroughItem in cdm.product.template
Subinterfaces of PassThroughItem in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement PassThroughItemModifier and TypeClassDescriptionstatic classBuilder Implementation of PassThroughItemstatic classImmutable Implementation of PassThroughItemMethods in cdm.product.template that return PassThroughItemModifier and TypeMethodDescriptionPassThroughItem.build()Build MethodsPassThroughItem.PassThroughItemBuilderImpl.build()PassThroughItem.PassThroughItemImpl.build()Methods in cdm.product.template that return types with arguments of type PassThroughItemModifier and TypeMethodDescriptionList<? extends PassThroughItem> PassThrough.getPassThroughItem()One to many pass through payment items.List<? extends PassThroughItem> PassThrough.PassThroughImpl.getPassThroughItem()default Class<? extends PassThroughItem> PassThroughItem.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThroughItem> PassThroughItem.metaData()Utility MethodsMethods in cdm.product.template with parameters of type PassThroughItemModifier and TypeMethodDescriptionPassThrough.PassThroughBuilder.addPassThroughItem(PassThroughItem passThroughItem) PassThrough.PassThroughBuilder.addPassThroughItem(PassThroughItem passThroughItem, int idx) PassThrough.PassThroughBuilderImpl.addPassThroughItem(PassThroughItem _passThroughItem) PassThrough.PassThroughBuilderImpl.addPassThroughItem(PassThroughItem _passThroughItem, int idx) Method parameters in cdm.product.template with type arguments of type PassThroughItemModifier and TypeMethodDescriptionPassThrough.PassThroughBuilder.addPassThroughItem(List<? extends PassThroughItem> passThroughItem) PassThrough.PassThroughBuilderImpl.addPassThroughItem(List<? extends PassThroughItem> passThroughItems) PassThrough.PassThroughBuilder.setPassThroughItem(List<? extends PassThroughItem> passThroughItem) PassThrough.PassThroughBuilderImpl.setPassThroughItem(List<? extends PassThroughItem> passThroughItems) -
Uses of PassThroughItem in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type PassThroughItemModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PassThroughItem>> PassThroughItemMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PassThroughItem, com.rosetta.model.lib.qualify.QualifyResult>> PassThroughItemMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PassThroughItem, Set<String>> PassThroughItemMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PassThroughItem> PassThroughItemMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PassThroughItem> PassThroughItemMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PassThroughItem> PassThroughItemMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PassThroughItem> PassThroughItemMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PassThroughItem in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type PassThroughItemModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PassThroughItemTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PassThroughItemValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThroughItem o) -
Uses of PassThroughItem in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type PassThroughItemModifier and TypeMethodDescription<T2 extends PassThroughItem>
com.rosetta.model.lib.validation.ValidationResult<PassThroughItem> PassThroughItemOnlyExistsValidator.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 PassThroughItemModifier and TypeMethodDescription<T2 extends PassThroughItem>
com.rosetta.model.lib.validation.ValidationResult<PassThroughItem> PassThroughItemOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)