Uses of Interface
cdm.product.collateral.DeliveryAmount
Packages that use DeliveryAmount
Package
Description
-
Uses of DeliveryAmount in cdm.product.collateral
Subinterfaces of DeliveryAmount in cdm.product.collateralModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.collateral that implement DeliveryAmountModifier and TypeClassDescriptionstatic classBuilder Implementation of DeliveryAmountstatic classImmutable Implementation of DeliveryAmountMethods in cdm.product.collateral that return DeliveryAmountModifier and TypeMethodDescriptionDeliveryAmount.build()Build MethodsDeliveryAmount.DeliveryAmountBuilderImpl.build()DeliveryAmount.DeliveryAmountImpl.build()InterestAmountApplication.getDeliveryAmount()The application of Interest Amount with respect the Delivery Amount.InterestAmountApplication.InterestAmountApplicationImpl.getDeliveryAmount()Methods in cdm.product.collateral that return types with arguments of type DeliveryAmountModifier and TypeMethodDescriptiondefault Class<? extends DeliveryAmount> DeliveryAmount.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryAmount> DeliveryAmount.metaData()Utility MethodsMethods in cdm.product.collateral with parameters of type DeliveryAmountModifier and TypeMethodDescriptionInterestAmountApplication.InterestAmountApplicationBuilder.setDeliveryAmount(DeliveryAmount deliveryAmount) InterestAmountApplication.InterestAmountApplicationBuilderImpl.setDeliveryAmount(DeliveryAmount _deliveryAmount) -
Uses of DeliveryAmount in cdm.product.collateral.meta
Methods in cdm.product.collateral.meta that return types with arguments of type DeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DeliveryAmount>> DeliveryAmountMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DeliveryAmount, com.rosetta.model.lib.qualify.QualifyResult>> DeliveryAmountMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DeliveryAmount, Set<String>> DeliveryAmountMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DeliveryAmount> DeliveryAmountMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DeliveryAmount> DeliveryAmountMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DeliveryAmount> DeliveryAmountMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DeliveryAmount> DeliveryAmountMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DeliveryAmount in cdm.product.collateral.validation
Methods in cdm.product.collateral.validation with parameters of type DeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryAmountTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryAmountValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount o) -
Uses of DeliveryAmount in cdm.product.collateral.validation.datarule
Methods in cdm.product.collateral.validation.datarule with parameters of type DeliveryAmountModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryAmountOneOf0.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount deliveryAmount) List<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryAmountOneOf0.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryAmount deliveryAmount) -
Uses of DeliveryAmount in cdm.product.collateral.validation.exists
Methods in cdm.product.collateral.validation.exists with type parameters of type DeliveryAmountModifier and TypeMethodDescription<T2 extends DeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount> DeliveryAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.product.collateral.validation.exists that return types with arguments of type DeliveryAmountModifier and TypeMethodDescription<T2 extends DeliveryAmount>
com.rosetta.model.lib.validation.ValidationResult<DeliveryAmount> DeliveryAmountOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)