Uses of Interface
cdm.product.template.PassThrough
Packages that use PassThrough
Package
Description
Template feature concepts to define payouts.
-
Uses of PassThrough in cdm.product.template
Subinterfaces of PassThrough in cdm.product.templateModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.template that implement PassThroughModifier and TypeClassDescriptionstatic classBuilder Implementation of PassThroughstatic classImmutable Implementation of PassThroughMethods in cdm.product.template that return PassThroughModifier and TypeMethodDescriptionPassThrough.build()Build MethodsPassThrough.PassThroughBuilderImpl.build()PassThrough.PassThroughImpl.build()OptionFeature.getPassThrough()Specifies the rules for pass-through payments from the underlier, such as dividends.OptionFeature.OptionFeatureImpl.getPassThrough()Methods in cdm.product.template that return types with arguments of type PassThroughModifier and TypeMethodDescriptiondefault Class<? extends PassThrough> PassThrough.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PassThrough> PassThrough.metaData()Utility MethodsMethods in cdm.product.template with parameters of type PassThroughModifier and TypeMethodDescriptionOptionFeature.OptionFeatureBuilder.setPassThrough(PassThrough passThrough) OptionFeature.OptionFeatureBuilderImpl.setPassThrough(PassThrough _passThrough) -
Uses of PassThrough in cdm.product.template.meta
Methods in cdm.product.template.meta that return types with arguments of type PassThroughModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PassThrough>> PassThroughMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PassThrough, com.rosetta.model.lib.qualify.QualifyResult>> PassThroughMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PassThrough, Set<String>> PassThroughMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PassThrough> PassThroughMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PassThrough> PassThroughMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PassThrough> PassThroughMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PassThrough> PassThroughMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PassThrough in cdm.product.template.validation
Methods in cdm.product.template.validation with parameters of type PassThroughModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PassThroughTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThrough o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PassThroughValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PassThrough o) -
Uses of PassThrough in cdm.product.template.validation.exists
Methods in cdm.product.template.validation.exists with type parameters of type PassThroughModifier and TypeMethodDescription<T2 extends PassThrough>
com.rosetta.model.lib.validation.ValidationResult<PassThrough> PassThroughOnlyExistsValidator.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 PassThroughModifier and TypeMethodDescription<T2 extends PassThrough>
com.rosetta.model.lib.validation.ValidationResult<PassThrough> PassThroughOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)