Uses of Interface
cdm.product.asset.AssetDeliveryProfileBlock
Packages that use AssetDeliveryProfileBlock
Package
Description
Product concepts applicable to specific asset classes.
-
Uses of AssetDeliveryProfileBlock in cdm.product.asset
Subinterfaces of AssetDeliveryProfileBlock in cdm.product.assetModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.product.asset that implement AssetDeliveryProfileBlockModifier and TypeClassDescriptionstatic classBuilder Implementation of AssetDeliveryProfileBlockstatic classImmutable Implementation of AssetDeliveryProfileBlockMethods in cdm.product.asset that return AssetDeliveryProfileBlockModifier and TypeMethodDescriptionAssetDeliveryProfileBlock.AssetDeliveryProfileBlockBuilderImpl.build()AssetDeliveryProfileBlock.AssetDeliveryProfileBlockImpl.build()AssetDeliveryProfileBlock.build()Build MethodsMethods in cdm.product.asset that return types with arguments of type AssetDeliveryProfileBlockModifier and TypeMethodDescriptionList<? extends AssetDeliveryProfileBlock> AssetDeliveryProfile.AssetDeliveryProfileImpl.getBlock()List<? extends AssetDeliveryProfileBlock> AssetDeliveryProfile.getBlock()Defines a delivery profile block, including start and end time, days of the week, duration, delivery capacity and price time interval quantity.default Class<? extends AssetDeliveryProfileBlock> AssetDeliveryProfileBlock.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AssetDeliveryProfileBlock> AssetDeliveryProfileBlock.metaData()Utility MethodsMethods in cdm.product.asset with parameters of type AssetDeliveryProfileBlockModifier and TypeMethodDescriptionAssetDeliveryProfile.AssetDeliveryProfileBuilder.addBlock(AssetDeliveryProfileBlock block) AssetDeliveryProfile.AssetDeliveryProfileBuilder.addBlock(AssetDeliveryProfileBlock block, int idx) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.addBlock(AssetDeliveryProfileBlock _block) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.addBlock(AssetDeliveryProfileBlock _block, int idx) Method parameters in cdm.product.asset with type arguments of type AssetDeliveryProfileBlockModifier and TypeMethodDescriptionAssetDeliveryProfile.AssetDeliveryProfileBuilder.addBlock(List<? extends AssetDeliveryProfileBlock> block) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.addBlock(List<? extends AssetDeliveryProfileBlock> blocks) AssetDeliveryProfile.AssetDeliveryProfileBuilder.setBlock(List<? extends AssetDeliveryProfileBlock> block) AssetDeliveryProfile.AssetDeliveryProfileBuilderImpl.setBlock(List<? extends AssetDeliveryProfileBlock> blocks) -
Uses of AssetDeliveryProfileBlock in cdm.product.asset.meta
Methods in cdm.product.asset.meta that return types with arguments of type AssetDeliveryProfileBlockModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AssetDeliveryProfileBlock>> AssetDeliveryProfileBlockMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AssetDeliveryProfileBlock, com.rosetta.model.lib.qualify.QualifyResult>> AssetDeliveryProfileBlockMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AssetDeliveryProfileBlock, Set<String>> AssetDeliveryProfileBlockMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AssetDeliveryProfileBlock> AssetDeliveryProfileBlockMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetDeliveryProfileBlock> AssetDeliveryProfileBlockMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AssetDeliveryProfileBlock> AssetDeliveryProfileBlockMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AssetDeliveryProfileBlock> AssetDeliveryProfileBlockMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AssetDeliveryProfileBlock in cdm.product.asset.validation
Methods in cdm.product.asset.validation with parameters of type AssetDeliveryProfileBlockModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AssetDeliveryProfileBlockTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetDeliveryProfileBlock o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AssetDeliveryProfileBlockValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AssetDeliveryProfileBlock o) -
Uses of AssetDeliveryProfileBlock in cdm.product.asset.validation.exists
Methods in cdm.product.asset.validation.exists with type parameters of type AssetDeliveryProfileBlockModifier and TypeMethodDescription<T2 extends AssetDeliveryProfileBlock>
com.rosetta.model.lib.validation.ValidationResult<AssetDeliveryProfileBlock> AssetDeliveryProfileBlockOnlyExistsValidator.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 AssetDeliveryProfileBlockModifier and TypeMethodDescription<T2 extends AssetDeliveryProfileBlock>
com.rosetta.model.lib.validation.ValidationResult<AssetDeliveryProfileBlock> AssetDeliveryProfileBlockOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)