Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupVolume
Packages that use InventoryLocationGroupVolume
Package
Description
-
Uses of InventoryLocationGroupVolume in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control that return InventoryLocationGroupVolumeModifier and TypeMethodDescriptionInventoryControl.createInventoryLocationGroupVolume
(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, BasePK createdBy) InventoryControl.getInventoryLocationGroupVolume
(InventoryLocationGroup inventoryLocationGroup) InventoryControl.getInventoryLocationGroupVolumeForUpdate
(InventoryLocationGroup inventoryLocationGroup) Methods in com.echothree.model.control.inventory.server.control with parameters of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoid
InventoryControl.deleteInventoryLocationGroupVolume
(InventoryLocationGroupVolume inventoryInventoryLocationGroupGroupVolume, BasePK deletedBy) InventoryControl.getInventoryLocationGroupVolumeTransfer
(UserVisit userVisit, InventoryLocationGroupVolume inventoryInventoryLocationGroupGroupVolume) InventoryControl.getInventoryLocationGroupVolumeValueForUpdate
(InventoryLocationGroupVolume inventoryLocationGroupVolume) -
Uses of InventoryLocationGroupVolume in com.echothree.model.control.inventory.server.transfer
Methods in com.echothree.model.control.inventory.server.transfer with parameters of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionInventoryLocationGroupVolumeTransferCache.getTransfer
(InventoryLocationGroupVolume inventoryLocationGroupVolume) -
Uses of InventoryLocationGroupVolume in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupVolumeModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.create
(InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.create
(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.create
(Session session, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.create
(Session session, InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, Long fromTime, Long thruTime) InventoryLocationGroupVolumeFactory.getEntityFromCache
(Session session, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK
(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupVolumeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupVolumeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupVolumeFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) InventoryLocationGroupVolumeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupVolumeValue value) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) InventoryLocationGroupVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) InventoryLocationGroupVolumeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupVolumeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoid
InventoryLocationGroupVolumeFactory.remove
(Session session, InventoryLocationGroupVolume entity) void
InventoryLocationGroupVolumeFactory.store
(Session session, InventoryLocationGroupVolume entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoid
InventoryLocationGroupVolumeFactory.store
(Session session, Collection<InventoryLocationGroupVolume> entities) void
InventoryLocationGroupVolumeFactory.store
(Collection<InventoryLocationGroupVolume> entities)