Uses of Class
com.echothree.model.data.item.server.entity.ItemVolume
Packages that use ItemVolume
Package
Description
-
Uses of ItemVolume in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ItemVolumeMethods in com.echothree.control.user.item.server.command with parameters of type ItemVolumeModifier and TypeMethodDescriptionvoid
EditItemVolumeCommand.canUpdate
(ItemVolume itemVolume) void
EditItemVolumeCommand.doLock
(ItemVolumeEdit edit, ItemVolume itemVolume) void
EditItemVolumeCommand.doUpdate
(ItemVolume itemVolume) void
EditItemVolumeCommand.fillInResult
(EditItemVolumeResult result, ItemVolume itemVolume) EditItemVolumeCommand.getLockEntity
(ItemVolume itemVolume) -
Uses of ItemVolume in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control that return ItemVolumeModifier and TypeMethodDescriptionItemControl.createItemVolume
(Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, BasePK createdBy) ItemControl.getItemVolume
(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemVolumeForUpdate
(Item item, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemVolumeModifier and TypeMethodDescriptionItemControl.getItemVolumesByItem
(Item item) ItemControl.getItemVolumesByItemForUpdate
(Item item) Methods in com.echothree.model.control.item.server.control with parameters of type ItemVolumeModifier and TypeMethodDescriptionvoid
ItemControl.deleteItemVolume
(ItemVolume itemVolume, BasePK deletedBy) ItemControl.getItemVolumeTransfer
(UserVisit userVisit, ItemVolume itemVolume) ItemControl.getItemVolumeValue
(ItemVolume itemVolume) -
Uses of ItemVolume in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemVolume -
Uses of ItemVolume in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVolumeModifier and TypeMethodDescriptionItemVolumeFactory.create
(ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create
(Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create
(Session session, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create
(Session session, Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.getEntityFromCache
(Session session, ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK
(EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemVolumeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemVolumeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ItemVolumeFactory.getEntityFromValue
(EntityPermission entityPermission, ItemVolumeValue value) ItemVolumeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ItemVolumeValue value) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVolumeModifier and TypeMethodDescriptionItemVolumeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ItemVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ItemVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ItemVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ItemVolumeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ItemVolumeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVolumeModifier and TypeMethodDescriptionvoid
ItemVolumeFactory.remove
(Session session, ItemVolume entity) void
ItemVolumeFactory.store
(Session session, ItemVolume entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumeModifier and TypeMethodDescriptionvoid
ItemVolumeFactory.store
(Session session, Collection<ItemVolume> entities) void
ItemVolumeFactory.store
(Collection<ItemVolume> entities)