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 TypeMethodDescriptionvoidWarehouseControl.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(UserVisit userVisit, 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.getEntityFromCache(LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK(EntityPermission entityPermission, LocationCapacityPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LocationCapacityFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationCapacityModifier and TypeMethodDescriptionvoidLocationCapacityFactory.remove(LocationCapacity entity) voidLocationCapacityFactory.store(LocationCapacity entity) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationCapacityModifier and TypeMethodDescriptionvoidLocationCapacityFactory.store(Collection<LocationCapacity> entities)