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 TypeMethodDescriptionvoidWarehouseControl.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(UserVisit userVisit, 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.getEntityFromCache(LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK(EntityPermission entityPermission, LocationVolumePK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LocationVolumeFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationVolumeModifier and TypeMethodDescriptionvoidLocationVolumeFactory.remove(LocationVolume entity) voidLocationVolumeFactory.store(LocationVolume entity) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationVolumeModifier and TypeMethodDescriptionvoidLocationVolumeFactory.store(Collection<LocationVolume> entities)