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 TypeMethodDescriptionvoidEditItemVolumeCommand.canUpdate(ItemVolume itemVolume) voidEditItemVolumeCommand.doLock(ItemVolumeEdit edit, ItemVolume itemVolume) voidEditItemVolumeCommand.doUpdate(ItemVolume itemVolume) voidEditItemVolumeCommand.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, ItemVolumeType itemVolumeType, Long height, Long width, Long depth, BasePK createdBy) ItemControl.getItemVolume(Item item, UnitOfMeasureType unitOfMeasureType, ItemVolumeType itemVolumeType) ItemControl.getItemVolumeForUpdate(Item item, UnitOfMeasureType unitOfMeasureType, ItemVolumeType itemVolumeType) Methods in com.echothree.model.control.item.server.control that return types with arguments of type ItemVolumeModifier and TypeMethodDescriptionItemControl.getItemVolumes(Item item, UnitOfMeasureType unitOfMeasureType) ItemControl.getItemVolumesByItem(Item item) ItemControl.getItemVolumesByItemForUpdate(Item item) ItemControl.getItemVolumesByItemVolumeType(ItemVolumeType itemVolumeType) ItemControl.getItemVolumesByItemVolumeTypeForUpdate(ItemVolumeType itemVolumeType) ItemControl.getItemVolumesForUpdate(Item item, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.item.server.control with parameters of type ItemVolumeModifier and TypeMethodDescriptionvoidItemControl.deleteItemVolume(ItemVolume itemVolume, BasePK deletedBy) ItemControl.getItemVolumeTransfer(UserVisit userVisit, ItemVolume itemVolume) ItemControl.getItemVolumeValue(ItemVolume itemVolume) Method parameters in com.echothree.model.control.item.server.control with type arguments of type ItemVolumeModifier and TypeMethodDescriptionvoidItemControl.deleteItemVolumes(Collection<ItemVolume> itemVolumes, BasePK deletedBy) -
Uses of ItemVolume in com.echothree.model.control.item.server.transfer
Methods in com.echothree.model.control.item.server.transfer with parameters of type ItemVolumeModifier and TypeMethodDescriptionItemVolumeTransferCache.getTransfer(UserVisit userVisit, ItemVolume 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, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create(Item item, UnitOfMeasureType unitOfMeasureType, ItemVolumeType itemVolumeType, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create(Session session, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, ItemVolumeTypePK itemVolumeTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) ItemVolumeFactory.create(Session session, Item item, UnitOfMeasureType unitOfMeasureType, ItemVolumeType itemVolumeType, 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 TypeMethodDescriptionvoidItemVolumeFactory.remove(Session session, ItemVolume entity) voidItemVolumeFactory.store(Session session, ItemVolume entity) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumeModifier and TypeMethodDescriptionvoidItemVolumeFactory.store(Session session, Collection<ItemVolume> entities) voidItemVolumeFactory.store(Collection<ItemVolume> entities)