Uses of Class
com.echothree.model.data.warehouse.server.entity.Location
Packages that use Location
Package
Description
-
Uses of Location in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return LocationModifier and TypeMethodDescriptionWarehouseControl.createLocation
(Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, BasePK createdBy) WarehouseControl.getLocationByEntityInstance
(EntityInstance entityInstance) WarehouseControl.getLocationByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.LocationWarehouseControl.getLocationByEntityInstanceForUpdate
(EntityInstance entityInstance) WarehouseControl.getLocationByName
(Party warehouseParty, String locationName) WarehouseControl.getLocationByNameForUpdate
(Party warehouseParty, String locationName) Methods in com.echothree.model.control.warehouse.server.control that return types with arguments of type LocationModifier and TypeMethodDescriptionWarehouseControl.getLocationsByInventoryLocationGroup
(InventoryLocationGroup inventoryLocationGroup) WarehouseControl.getLocationsByInventoryLocationGroupForUpdate
(InventoryLocationGroup inventoryLocationGroup) WarehouseControl.getLocationsByLocationType
(LocationType locationType) WarehouseControl.getLocationsByLocationTypeForUpdate
(LocationType locationType) WarehouseControl.getLocationsByName
(String locationName) WarehouseControl.getLocationsByNameForUpdate
(String locationName) WarehouseControl.getLocationsByWarehouseParty
(Party warehouseParty) WarehouseControl.getLocationsByWarehousePartyForUpdate
(Party warehouseParty) Methods in com.echothree.model.control.warehouse.server.control with parameters of type LocationModifier and TypeMethodDescriptionWarehouseControl.createLocationCapacity
(Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) WarehouseControl.createLocationDescription
(Location location, Language language, String description, BasePK createdBy) WarehouseControl.createLocationVolume
(Location location, Long height, Long width, Long depth, BasePK createdBy) void
WarehouseControl.deleteLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationCapacitiesByLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationDescriptionsByLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationVolumeByLocation
(Location location, BasePK deletedBy) WarehouseControl.getBestLocationDescription
(Location location, Language language) WarehouseControl.getLocationCapacitiesByLocation
(Location location) WarehouseControl.getLocationCapacitiesByLocationForUpdate
(Location location) WarehouseControl.getLocationCapacity
(Location location, UnitOfMeasureType unitOfMeasureType) WarehouseControl.getLocationCapacityForUpdate
(Location location, UnitOfMeasureType unitOfMeasureType) WarehouseControl.getLocationCapacityTransfersByLocation
(UserVisit userVisit, Location location) WarehouseControl.getLocationCapacityValueForUpdate
(Location location, UnitOfMeasureType unitOfMeasureType) WarehouseControl.getLocationDescription
(Location location, Language language) WarehouseControl.getLocationDescriptionForUpdate
(Location location, Language language) WarehouseControl.getLocationDescriptionsByLocation
(Location location) WarehouseControl.getLocationDescriptionsByLocationForUpdate
(Location location) WarehouseControl.getLocationDescriptionTransfersByLocation
(UserVisit userVisit, Location location) WarehouseControl.getLocationDescriptionValueForUpdate
(Location location, Language language) WarehouseControl.getLocationDetailValueForUpdate
(Location location) WarehouseControl.getLocationStatusChoices
(String defaultLocationStatusChoice, Language language, Location location, PartyPK partyPK) WarehouseControl.getLocationTransfer
(UserVisit userVisit, Location location) WarehouseControl.getLocationVolume
(Location location) WarehouseControl.getLocationVolumeForUpdate
(Location location) WarehouseControl.getLocationVolumeTransfer
(UserVisit userVisit, Location location) WarehouseControl.getLocationVolumeValueForUpdate
(Location location) void
WarehouseControl.setLocationStatus
(ExecutionErrorAccumulator eea, Location location, String locationStatusChoice, PartyPK modifiedBy) -
Uses of Location in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type Location -
Uses of Location in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return LocationModifier and TypeMethodDescriptionInventoryLocationAssignment.getLocation()
InventoryLocationAssignment.getLocation
(EntityPermission entityPermission) InventoryLocationAssignment.getLocation
(Session session) InventoryLocationAssignment.getLocation
(Session session, EntityPermission entityPermission) InventoryLocationAssignment.getLocationForUpdate()
InventoryLocationAssignment.getLocationForUpdate
(Session session) Methods in com.echothree.model.data.inventory.server.entity with parameters of type Location -
Uses of Location in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory with parameters of type Location -
Uses of Location in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationModifier and TypeMethodDescriptionLocationCapacity.getLocation()
LocationCapacity.getLocation
(EntityPermission entityPermission) LocationCapacity.getLocation
(Session session) LocationCapacity.getLocation
(Session session, EntityPermission entityPermission) LocationDescription.getLocation()
LocationDescription.getLocation
(EntityPermission entityPermission) LocationDescription.getLocation
(Session session) LocationDescription.getLocation
(Session session, EntityPermission entityPermission) LocationDetail.getLocation()
LocationDetail.getLocation
(EntityPermission entityPermission) LocationDetail.getLocation
(Session session) LocationDetail.getLocation
(Session session, EntityPermission entityPermission) LocationVolume.getLocation()
LocationVolume.getLocation
(EntityPermission entityPermission) LocationVolume.getLocation
(Session session) LocationVolume.getLocation
(Session session, EntityPermission entityPermission) LocationCapacity.getLocationForUpdate()
LocationCapacity.getLocationForUpdate
(Session session) LocationDescription.getLocationForUpdate()
LocationDescription.getLocationForUpdate
(Session session) LocationDetail.getLocationForUpdate()
LocationDetail.getLocationForUpdate
(Session session) LocationVolume.getLocationForUpdate()
LocationVolume.getLocationForUpdate
(Session session) Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationModifier and TypeMethodDescriptionvoid
LocationCapacity.setLocation
(Location entity) void
LocationDescription.setLocation
(Location entity) void
LocationDetail.setLocation
(Location entity) void
LocationVolume.setLocation
(Location entity) -
Uses of Location in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationModifier and TypeMethodDescriptionLocationFactory.create()
LocationFactory.create
(LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) LocationFactory.create
(LocationDetail activeDetail, LocationDetail lastDetail) LocationFactory.create
(Session session, LocationDetailPK activeDetailPK, LocationDetailPK lastDetailPK) LocationFactory.create
(Session session, LocationDetail activeDetail, LocationDetail lastDetail) LocationFactory.getEntityFromCache
(Session session, LocationPK pk) LocationFactory.getEntityFromPK
(EntityPermission entityPermission, LocationPK pk) LocationFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationPK pk) LocationFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) LocationFactory.getEntityFromValue
(EntityPermission entityPermission, LocationValue value) LocationFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, LocationValue value) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationPK> pks) LocationFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationPK> pks) LocationFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) LocationFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) LocationFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) LocationFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) LocationFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) LocationFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationModifier and TypeMethodDescriptionLocationCapacityFactory.create
(Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) LocationCapacityFactory.create
(Session session, Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, Long fromTime, Long thruTime) LocationDescriptionFactory.create
(Location location, Language language, String description, Long fromTime, Long thruTime) LocationDescriptionFactory.create
(Session session, Location location, Language language, String description, Long fromTime, Long thruTime) LocationDetailFactory.create
(Location location, Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, Long fromTime, Long thruTime) LocationDetailFactory.create
(Session session, Location location, Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, Long fromTime, Long thruTime) LocationVolumeFactory.create
(Location location, 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) void
void
Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationModifier and TypeMethodDescriptionvoid
LocationFactory.store
(Session session, Collection<Location> entities) void
LocationFactory.store
(Collection<Location> entities)