Uses of Interface
cdm.base.staticdata.asset.common.DeliveryDateParameters
Packages that use DeliveryDateParameters
Package
Description
Basic static asset concepts that apply across asset classes: taxonomy etc.
-
Uses of DeliveryDateParameters in cdm.base.staticdata.asset.common
Subinterfaces of DeliveryDateParameters in cdm.base.staticdata.asset.commonModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.staticdata.asset.common that implement DeliveryDateParametersModifier and TypeClassDescriptionstatic classBuilder Implementation of DeliveryDateParametersstatic classImmutable Implementation of DeliveryDateParametersMethods in cdm.base.staticdata.asset.common that return DeliveryDateParametersModifier and TypeMethodDescriptionDeliveryDateParameters.build()Build MethodsDeliveryDateParameters.DeliveryDateParametersBuilderImpl.build()DeliveryDateParameters.DeliveryDateParametersImpl.build()Commodity.CommodityImpl.getDeliveryDateReference()Commodity.getDeliveryDateReference()Specifies the parameters for identifying the relevant contract date when the commodity reference price is a futures contract.Methods in cdm.base.staticdata.asset.common that return types with arguments of type DeliveryDateParametersModifier and TypeMethodDescriptiondefault Class<? extends DeliveryDateParameters> DeliveryDateParameters.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DeliveryDateParameters> DeliveryDateParameters.metaData()Utility MethodsMethods in cdm.base.staticdata.asset.common with parameters of type DeliveryDateParametersModifier and TypeMethodDescriptionCommodity.CommodityBuilder.setDeliveryDateReference(DeliveryDateParameters deliveryDateReference) Commodity.CommodityBuilderImpl.setDeliveryDateReference(DeliveryDateParameters _deliveryDateReference) -
Uses of DeliveryDateParameters in cdm.base.staticdata.asset.common.meta
Methods in cdm.base.staticdata.asset.common.meta that return types with arguments of type DeliveryDateParametersModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DeliveryDateParameters>> DeliveryDateParametersMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DeliveryDateParameters, com.rosetta.model.lib.qualify.QualifyResult>> DeliveryDateParametersMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DeliveryDateParameters, Set<String>> DeliveryDateParametersMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DeliveryDateParameters> DeliveryDateParametersMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DeliveryDateParameters> DeliveryDateParametersMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DeliveryDateParameters> DeliveryDateParametersMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DeliveryDateParameters> DeliveryDateParametersMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DeliveryDateParameters in cdm.base.staticdata.asset.common.validation
Methods in cdm.base.staticdata.asset.common.validation with parameters of type DeliveryDateParametersModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryDateParametersTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryDateParameters o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryDateParametersValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryDateParameters o) -
Uses of DeliveryDateParameters in cdm.base.staticdata.asset.common.validation.datarule
Methods in cdm.base.staticdata.asset.common.validation.datarule with parameters of type DeliveryDateParametersModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryDateParametersDeliveryDateParametersChoice.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryDateParameters deliveryDateParameters) List<com.rosetta.model.lib.validation.ValidationResult<?>> DeliveryDateParametersDeliveryDateParametersChoice.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DeliveryDateParameters deliveryDateParameters) -
Uses of DeliveryDateParameters in cdm.base.staticdata.asset.common.validation.exists
Methods in cdm.base.staticdata.asset.common.validation.exists with type parameters of type DeliveryDateParametersModifier and TypeMethodDescription<T2 extends DeliveryDateParameters>
com.rosetta.model.lib.validation.ValidationResult<DeliveryDateParameters> DeliveryDateParametersOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.staticdata.asset.common.validation.exists that return types with arguments of type DeliveryDateParametersModifier and TypeMethodDescription<T2 extends DeliveryDateParameters>
com.rosetta.model.lib.validation.ValidationResult<DeliveryDateParameters> DeliveryDateParametersOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)