Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationGroupCapacityValue
Packages that use InventoryLocationGroupCapacityValue
Package
Description
-
Uses of InventoryLocationGroupCapacityValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupCapacityValueForUpdate(InventoryLocationGroup inventoryLocationGroup, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionvoidInventoryControl.updateInventoryLocationGroupCapacityFromValue(InventoryLocationGroupCapacityValue inventoryLocationGroupCapacityValue, BasePK updatedBy) -
Uses of InventoryLocationGroupCapacityValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionInventoryLocationGroupCapacity.getInventoryLocationGroupCapacityValue()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacity.setInventoryLocationGroupCapacityValue(InventoryLocationGroupCapacityValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupCapacityValueModifierConstructorDescriptionInventoryLocationGroupCapacity(InventoryLocationGroupCapacityValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupCapacity -
Uses of InventoryLocationGroupCapacityValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.getValueFromPK(InventoryLocationGroupCapacityPK pk) InventoryLocationGroupCapacityFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.getValuesFromPKs(Collection<InventoryLocationGroupCapacityPK> pks) InventoryLocationGroupCapacityFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionInventoryLocationGroupCapacityFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupCapacityValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupCapacityValueModifier and TypeMethodDescriptionvoidInventoryLocationGroupCapacityFactory.create(Collection<InventoryLocationGroupCapacityValue> _values) -
Uses of InventoryLocationGroupCapacityValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupCapacityValue