Uses of Class
com.echothree.model.data.warehouse.server.entity.LocationCapacity
Packages that use LocationCapacity
Package
Description
-
Uses of LocationCapacity in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationCapacityModifier and TypeMethodDescriptionWarehouseControl.createLocationCapacity
(Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) WarehouseControl.getLocationCapacity
(Location location, UnitOfMeasureType unitOfMeasureType) WarehouseControl.getLocationCapacityForUpdate
(Location location, UnitOfMeasureType unitOfMeasureType) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type LocationCapacityModifier and TypeMethodDescriptionWarehouseControl.getLocationCapacitiesByLocation
(Location location) WarehouseControl.getLocationCapacitiesByLocationForUpdate
(Location location) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationCapacityModifier and TypeMethodDescriptionvoid
WarehouseControl.deleteLocationCapacity
(LocationCapacity locationCapacity, BasePK deletedBy) WarehouseControl.getLocationCapacityTransfer
(UserVisit userVisit, LocationCapacity locationCapacity) -
Uses of LocationCapacity in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type LocationCapacityModifier and TypeMethodDescriptionLocationCapacityTransferCache.getLocationCapacityTransfer
(LocationCapacity locationCapacity) -
Uses of LocationCapacity in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationCapacityModifier and TypeMethodDescriptionLocationCapacityFactory.create
(LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.create
(Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.create
(Session session, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.create
(Session session, Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.getEntityFromCache
(Session session, LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK
(EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationCapacityFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationCapacityFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationCapacityFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationCapacityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationCapacityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationCapacityFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationCapacityFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationCapacityFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LocationCapacityFactory.getEntityFromValue
(EntityPermission entityPermission, LocationCapacityValue value) LocationCapacityFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationCapacityValue value) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationCapacityModifier and TypeMethodDescriptionLocationCapacityFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationCapacityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationCapacityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationCapacityFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationCapacityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationCapacityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationCapacityFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationCapacityFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationCapacityFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationCapacityModifier and TypeMethodDescriptionvoid
LocationCapacityFactory.remove
(Session session, LocationCapacity entity) void
LocationCapacityFactory.store
(Session session, LocationCapacity entity) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationCapacityModifier and TypeMethodDescriptionvoid
LocationCapacityFactory.store
(Session session, Collection<LocationCapacity> entities) void
LocationCapacityFactory.store
(Collection<LocationCapacity> entities)