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 LocationModifier and TypeMethodDescriptionEditLocationCommand.getEntity(EditLocationResult result) protected LocationGetLocationCommand.getEntity()EditLocationCapacityCommand.getLockEntity(LocationCapacity locationCapacity) EditLocationCommand.getLockEntity(Location location) EditLocationDescriptionCommand.getLockEntity(LocationDescription locationDescription) protected LocationEditLocationVolumeCommand.getLockEntity(LocationVolume locationVolume) Methods 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 LocationModifier and TypeMethodDescriptionvoidvoidEditLocationCommand.doLock(LocationEdit edit, Location location) voidvoidEditLocationCommand.fillInResult(EditLocationResult result, Location location) EditLocationCommand.getLockEntity(Location location) protected BaseResultMethod 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.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type LocationModifier and TypeMethodDescriptionlongInventoryLocationControl.countInventoryLocationsByLocation(Location location) InventoryLocationControl.createInventoryLocation(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) voidInventoryLocationControl.deleteInventoryLocationsByLocation(Location location, BasePK deletedBy) InventoryLocationControl.getInventoryLocation(Location location, Item item) InventoryLocationControl.getInventoryLocation(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationForUpdate(Location location, Item item) InventoryLocationControl.getInventoryLocationForUpdate(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationsByLocation(Location location) InventoryLocationControl.getInventoryLocationsByLocationForUpdate(Location location) InventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, Location location, Item item) InventoryLocationControl.getInventoryLocationTransfer(UserVisit userVisit, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) InventoryLocationControl.getInventoryLocationTransfersByLocation(UserVisit userVisit, Location location) InventoryLocationControl.getInventoryLocationValueForUpdate(Location location, Item item) InventoryLocationControl.getInventoryLocationValueForUpdate(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition) -
Uses of Location in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic with parameters of type LocationModifier and TypeMethodDescriptionInventoryLocationLogic.createInventoryLocation(ExecutionErrorAccumulator eea, Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, BasePK createdBy) InventoryLocationLogic.getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item) InventoryLocationLogic.getInventoryLocation(ExecutionErrorAccumulator eea, Location location, Item item, EntityPermission entityPermission) InventoryLocationLogic.getInventoryLocationForUpdate(ExecutionErrorAccumulator eea, Location location, Item item) -
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.getLocationByName(Party warehouseParty, String locationName, EntityPermission entityPermission) 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 TypeMethodDescriptionlongWarehouseControl.countLocationCapacitiesByLocation(Location location) WarehouseControl.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.getLocationCapacity(Location location, UnitOfMeasureType unitOfMeasureType, EntityPermission entityPermission) 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.getLocationDescription(Location location, Language language, EntityPermission entityPermission) 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.getLocationVolume(Location location, EntityPermission entityPermission) 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.logic
Methods in com.echothree.model.control.warehouse.server.logic that return LocationModifier and TypeMethodDescriptionLocationLogic.getLocation(ExecutionErrorAccumulator eea, InventoryLocationSpec spec) LocationLogic.getLocation(ExecutionErrorAccumulator eea, String partyName, String warehouseName, String locationName) -
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 TypeMethodDescriptionInventoryTransactionLineDestination.getDestinationLocation()InventoryTransactionLineDestination.getDestinationLocation(EntityPermission entityPermission) InventoryTransactionLineDestination.getDestinationLocationForUpdate()InventoryLocation.getLocation()InventoryLocation.getLocation(EntityPermission entityPermission) InventoryLocation.getLocationForUpdate()InventoryTransactionLineSource.getSourceLocation()InventoryTransactionLineSource.getSourceLocation(EntityPermission entityPermission) InventoryTransactionLineSource.getSourceLocationForUpdate()Methods in com.echothree.model.data.inventory.server.entity with parameters of type LocationModifier and TypeMethodDescriptionvoidInventoryTransactionLineDestination.setDestinationLocation(Location entity) voidInventoryLocation.setLocation(Location entity) voidInventoryTransactionLineSource.setSourceLocation(Location entity) -
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 TypeMethodDescriptionInventoryLocationFactory.create(Location location, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long fromTime, Long thruTime) InventoryTransactionLineDestinationFactory.create(InventoryTransactionLine inventoryTransactionLine, Party destinationOwnerParty, Location destinationLocation, InventoryCondition destinationInventoryCondition, UnitOfMeasureType destinationUnitOfMeasureType, Long fromTime, Long thruTime) InventoryTransactionLineSourceFactory.create(InventoryTransactionLine inventoryTransactionLine, Party sourceOwnerParty, Location sourceLocation, InventoryCondition sourceInventoryCondition, UnitOfMeasureType sourceUnitOfMeasureType, 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.getEntityFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) 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.getEntitiesFromQuery(EntityPermission entityPermission, org.jooq.ResultQuery<?> query) 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