Uses of Class
com.echothree.model.data.inventory.server.entity.InventoryLocationGroupVolume
Packages that use InventoryLocationGroupVolume
Package
Description
-
Uses of InventoryLocationGroupVolume in com.echothree.control.user.inventory.server.command
Methods in com.echothree.control.user.inventory.server.command that return InventoryLocationGroupVolumeModifier and TypeMethodDescriptionEditInventoryLocationGroupVolumeCommand.getEntity(EditInventoryLocationGroupVolumeResult result) Methods in com.echothree.control.user.inventory.server.command with parameters of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoidEditInventoryLocationGroupVolumeCommand.canUpdate(InventoryLocationGroupVolume inventoryLocationGroupVolume) voidEditInventoryLocationGroupVolumeCommand.doLock(InventoryLocationGroupVolumeEdit edit, InventoryLocationGroupVolume inventoryLocationGroupVolume) voidEditInventoryLocationGroupVolumeCommand.doUpdate(InventoryLocationGroupVolume inventoryLocationGroupVolume) voidEditInventoryLocationGroupVolumeCommand.fillInResult(EditInventoryLocationGroupVolumeResult result, InventoryLocationGroupVolume inventoryLocationGroupVolume) EditInventoryLocationGroupVolumeCommand.getLockEntity(InventoryLocationGroupVolume inventoryLocationGroupVolume) -
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 TypeMethodDescriptionvoidInventoryControl.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(UserVisit userVisit, 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.getEntityFromCache(InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) InventoryLocationGroupVolumeFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoidInventoryLocationGroupVolumeFactory.remove(InventoryLocationGroupVolume entity) voidInventoryLocationGroupVolumeFactory.store(InventoryLocationGroupVolume entity) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupVolumeModifier and TypeMethodDescriptionvoidInventoryLocationGroupVolumeFactory.store(Collection<InventoryLocationGroupVolume> entities)