Uses of Interface
cdm.product.asset.AssetDeliveryInformation
Packages that use AssetDeliveryInformation
Package
Description
Product concepts applicable to specific asset classes.
Template feature concepts to define payouts.
-
Uses of AssetDeliveryInformation in cdm.product.asset
Subinterfaces of AssetDeliveryInformation in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement AssetDeliveryInformationModifier and TypeClassDescriptionstatic classBuilder Implementation of AssetDeliveryInformationstatic classImmutable Implementation of AssetDeliveryInformationMethods in cdm.product.asset that return AssetDeliveryInformationModifier and TypeMethodDescriptionAssetDeliveryInformation.AssetDeliveryInformationBuilderImpl.build()AssetDeliveryInformation.AssetDeliveryInformationImpl.build()AssetDeliveryInformation.build()Build MethodsCommodityPayout.CommodityPayoutImpl.getDelivery()CommodityPayout.getDelivery()Contains the information relative to the delivery of the asset.Methods in cdm.product.asset that return types with arguments of type AssetDeliveryInformationModifier and TypeMethodDescriptiondefault Class<? extends AssetDeliveryInformation> AssetDeliveryInformation.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetDeliveryInformation> AssetDeliveryInformation.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type AssetDeliveryInformationModifier and TypeMethodDescriptionCommodityPayout.CommodityPayoutBuilder.setDelivery(AssetDeliveryInformation delivery) CommodityPayout.CommodityPayoutBuilderImpl.setDelivery(AssetDeliveryInformation _delivery) -
Uses of AssetDeliveryInformation in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type AssetDeliveryInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AssetDeliveryInformation>> AssetDeliveryInformationMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AssetDeliveryInformation, com.rosetta.model.lib.qualify.QualifyResult>> AssetDeliveryInformationMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AssetDeliveryInformation, Set<String>> AssetDeliveryInformationMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AssetDeliveryInformation> AssetDeliveryInformationMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetDeliveryInformation> AssetDeliveryInformationMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AssetDeliveryInformation> AssetDeliveryInformationMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetDeliveryInformation> AssetDeliveryInformationMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AssetDeliveryInformation in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type AssetDeliveryInformationModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AssetDeliveryInformationTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetDeliveryInformation o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AssetDeliveryInformationValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetDeliveryInformation o) -
Uses of AssetDeliveryInformation in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type AssetDeliveryInformationModifier and TypeMethodDescription<T2 extends AssetDeliveryInformation>
com.rosetta.model.lib.validation.ValidationResult<AssetDeliveryInformation> AssetDeliveryInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.asset.validation.exists that return types with arguments of type AssetDeliveryInformationModifier and TypeMethodDescription<T2 extends AssetDeliveryInformation>
com.rosetta.model.lib.validation.ValidationResult<AssetDeliveryInformation> AssetDeliveryInformationOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of AssetDeliveryInformation in cdm.product.template
Methods in cdm.product.template that return AssetDeliveryInformationModifier and TypeMethodDescriptionForwardPayout.ForwardPayoutImpl.getDelivery()ForwardPayout.getDelivery()Contains the information relative to the delivery of the asset.OptionPayout.getDelivery()Contains the information relative to the delivery of the asset.OptionPayout.OptionPayoutImpl.getDelivery()Methods in cdm.product.template with parameters of type AssetDeliveryInformationModifier and TypeMethodDescriptionForwardPayout.ForwardPayoutBuilder.setDelivery(AssetDeliveryInformation delivery) ForwardPayout.ForwardPayoutBuilderImpl.setDelivery(AssetDeliveryInformation _delivery) OptionPayout.OptionPayoutBuilder.setDelivery(AssetDeliveryInformation delivery) OptionPayout.OptionPayoutBuilderImpl.setDelivery(AssetDeliveryInformation _delivery)