Uses of Class
com.echothree.model.data.warehouse.server.entity.Location
Packages that use Location
Package
Description
-
Uses of Location in com.echothree.control.user.warehouse.server.command
Methods in com.echothree.control.user.warehouse.server.command that return LocationMethods in com.echothree.control.user.warehouse.server.command that return types with arguments of type LocationModifier and TypeMethodDescriptionprotected Collection<Location> GetLocationsCommand.getEntities()Methods in com.echothree.control.user.warehouse.server.command with parameters of type LocationMethod parameters in com.echothree.control.user.warehouse.server.command with type arguments of type LocationModifier and TypeMethodDescriptionprotected BaseResultGetLocationsCommand.getResult(Collection<Location> entities) -
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) voidWarehouseControl.deleteLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteLocationCapacitiesByLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteLocationDescriptionsByLocation(Location location, BasePK deletedBy) voidWarehouseControl.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) voidWarehouseControl.setLocationStatus(ExecutionErrorAccumulator eea, Location location, String locationStatusChoice, PartyPK modifiedBy) Method parameters in com.echothree.model.control.warehouse.server.control with type arguments of type LocationModifier and TypeMethodDescriptionWarehouseControl.getLocationTransfers(UserVisit userVisit, Collection<Location> locations) -
Uses of Location in com.echothree.model.control.warehouse.server.graphql
Constructors in com.echothree.model.control.warehouse.server.graphql with parameters of type Location -
Uses of Location in com.echothree.model.control.warehouse.server.transfer
Methods in com.echothree.model.control.warehouse.server.transfer with parameters of type LocationModifier and TypeMethodDescriptionLocationTransferCache.getLocationTransfer(UserVisit userVisit, Location 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.getLocationForUpdate()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 LocationModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.create(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) -
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) LocationDescription.getLocation()LocationDescription.getLocation(EntityPermission entityPermission) LocationDetail.getLocation()LocationDetail.getLocation(EntityPermission entityPermission) LocationVolume.getLocation()LocationVolume.getLocation(EntityPermission entityPermission) LocationCapacity.getLocationForUpdate()LocationDescription.getLocationForUpdate()LocationDetail.getLocationForUpdate()LocationVolume.getLocationForUpdate()Methods in com.echothree.model.data.warehouse.server.entity with parameters of type LocationModifier and TypeMethodDescriptionvoidLocationCapacity.setLocation(Location entity) voidLocationDescription.setLocation(Location entity) voidLocationDetail.setLocation(Location entity) voidLocationVolume.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.getEntityFromCache(LocationPK pk) LocationFactory.getEntityFromPK(EntityPermission entityPermission, LocationPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) LocationFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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) LocationDescriptionFactory.create(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) LocationVolumeFactory.create(Location location, Long height, Long width, Long depth, Long fromTime, Long thruTime) voidvoidMethod parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type Location