Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationGroupVolumeValue
Packages that use InventoryLocationGroupVolumeValue
Package
Description
-
Uses of InventoryLocationGroupVolumeValue in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionInventoryControl.getInventoryLocationGroupVolumeValueForUpdate(InventoryLocationGroupVolume inventoryLocationGroupVolume) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionvoidInventoryControl.updateInventoryLocationGroupVolumeFromValue(InventoryLocationGroupVolumeValue inventoryInventoryLocationGroupGroupVolumeValue, BasePK updatedBy) -
Uses of InventoryLocationGroupVolumeValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionInventoryLocationGroupVolume.getInventoryLocationGroupVolumeValue()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionvoidInventoryLocationGroupVolume.setInventoryLocationGroupVolumeValue(InventoryLocationGroupVolumeValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupVolumeValueModifierConstructorDescriptionInventoryLocationGroupVolume(InventoryLocationGroupVolumeValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroupVolume -
Uses of InventoryLocationGroupVolumeValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getValueFromPK(Session session, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getValuesFromPKs(Session session, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) InventoryLocationGroupVolumeFactory.getEntityFromValue(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupVolumeValueModifier and TypeMethodDescriptionvoidInventoryLocationGroupVolumeFactory.create(Session session, Collection<InventoryLocationGroupVolumeValue> _values) voidInventoryLocationGroupVolumeFactory.create(Collection<InventoryLocationGroupVolumeValue> _values) -
Uses of InventoryLocationGroupVolumeValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupVolumeValue