Uses of Interface
cdm.event.position.InventoryRecord
Packages that use InventoryRecord
Package
Description
Position concepts: portfolio and portfolio aggregation.
-
Uses of InventoryRecord in cdm.event.position
Subinterfaces of InventoryRecord in cdm.event.positionModifier and TypeInterfaceDescriptioninterfaceAn individual piece of available inventory.static interfaceBuilder Interfacestatic interfaceBuilder InterfaceClasses in cdm.event.position that implement InventoryRecordModifier and TypeClassDescriptionstatic classBuilder Implementation of AvailableInventoryRecordstatic classImmutable Implementation of AvailableInventoryRecordstatic classBuilder Implementation of InventoryRecordstatic classImmutable Implementation of InventoryRecordMethods in cdm.event.position that return InventoryRecordModifier and TypeMethodDescriptionInventoryRecord.build()Build MethodsInventoryRecord.InventoryRecordBuilderImpl.build()InventoryRecord.InventoryRecordImpl.build()Methods in cdm.event.position that return types with arguments of type InventoryRecordModifier and TypeMethodDescriptionList<? extends InventoryRecord> Inventory.getInventoryRecord()An array holding the list of inventory being described.List<? extends InventoryRecord> Inventory.InventoryImpl.getInventoryRecord()default Class<? extends InventoryRecord> InventoryRecord.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends InventoryRecord> InventoryRecord.metaData()Utility MethodsMethods in cdm.event.position with parameters of type InventoryRecordModifier and TypeMethodDescriptionInventory.InventoryBuilder.addInventoryRecord(InventoryRecord inventoryRecord) Inventory.InventoryBuilder.addInventoryRecord(InventoryRecord inventoryRecord, int idx) Inventory.InventoryBuilderImpl.addInventoryRecord(InventoryRecord _inventoryRecord) Inventory.InventoryBuilderImpl.addInventoryRecord(InventoryRecord _inventoryRecord, int idx) Method parameters in cdm.event.position with type arguments of type InventoryRecordModifier and TypeMethodDescriptionInventory.InventoryBuilder.addInventoryRecord(List<? extends InventoryRecord> inventoryRecord) Inventory.InventoryBuilderImpl.addInventoryRecord(List<? extends InventoryRecord> inventoryRecords) Inventory.InventoryBuilder.setInventoryRecord(List<? extends InventoryRecord> inventoryRecord) Inventory.InventoryBuilderImpl.setInventoryRecord(List<? extends InventoryRecord> inventoryRecords) -
Uses of InventoryRecord in cdm.event.position.meta
Methods in cdm.event.position.meta that return types with arguments of type InventoryRecordModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super InventoryRecord>> InventoryRecordMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super InventoryRecord, com.rosetta.model.lib.qualify.QualifyResult>> InventoryRecordMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super InventoryRecord, Set<String>> InventoryRecordMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super InventoryRecord> InventoryRecordMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InventoryRecord> InventoryRecordMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super InventoryRecord> InventoryRecordMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super InventoryRecord> InventoryRecordMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of InventoryRecord in cdm.event.position.validation
Methods in cdm.event.position.validation with parameters of type InventoryRecordModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> InventoryRecordTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InventoryRecord o) List<com.rosetta.model.lib.validation.ValidationResult<?>> InventoryRecordValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, InventoryRecord o) -
Uses of InventoryRecord in cdm.event.position.validation.exists
Methods in cdm.event.position.validation.exists with type parameters of type InventoryRecordModifier and TypeMethodDescription<T2 extends InventoryRecord>
com.rosetta.model.lib.validation.ValidationResult<InventoryRecord> InventoryRecordOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.event.position.validation.exists that return types with arguments of type InventoryRecordModifier and TypeMethodDescription<T2 extends InventoryRecord>
com.rosetta.model.lib.validation.ValidationResult<InventoryRecord> InventoryRecordOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)