Uses of Class
com.echothree.model.data.warehouse.server.entity.LocationVolume
Packages that use LocationVolume
Package
Description
-
Uses of LocationVolume in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationVolumeModifier and TypeMethodDescriptionWarehouseControl.createLocationVolume
(Location location, Long height, Long width, Long depth, BasePK createdBy) WarehouseControl.getLocationVolume
(Location location) WarehouseControl.getLocationVolumeForUpdate
(Location location) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationVolumeModifier and TypeMethodDescriptionvoid
WarehouseControl.deleteLocationVolume
(LocationVolume locationVolume, BasePK deletedBy) WarehouseControl.getLocationVolumeTransfer
(UserVisit userVisit, LocationVolume locationVolume) -
Uses of LocationVolume in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type LocationVolumeModifier and TypeMethodDescriptionLocationVolumeTransferCache.getLocationVolumeTransfer
(LocationVolume locationVolume) -
Uses of LocationVolume in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationVolumeModifier and TypeMethodDescriptionLocationVolumeFactory.create
(LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationVolumeFactory.create
(Location location, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationVolumeFactory.create
(Session session, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationVolumeFactory.create
(Session session, Location location, Long height, Long width, Long depth, Long fromTime, Long thruTime) LocationVolumeFactory.getEntityFromCache
(Session session, LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK
(EntityPermission entityPermission, LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationVolumePK pk) LocationVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationVolumeFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationVolumeFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationVolumeFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationVolumeFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LocationVolumeFactory.getEntityFromValue
(EntityPermission entityPermission, LocationVolumeValue value) LocationVolumeFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationVolumeValue value) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationVolumeModifier and TypeMethodDescriptionLocationVolumeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationVolumePK> pks) LocationVolumeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationVolumePK> pks) LocationVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationVolumeFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationVolumeFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationVolumeFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationVolumeFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationVolumeModifier and TypeMethodDescriptionvoid
LocationVolumeFactory.remove
(Session session, LocationVolume entity) void
LocationVolumeFactory.store
(Session session, LocationVolume entity) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationVolumeModifier and TypeMethodDescriptionvoid
LocationVolumeFactory.store
(Session session, Collection<LocationVolume> entities) void
LocationVolumeFactory.store
(Collection<LocationVolume> entities)