Uses of Class
org.openwms.wms.location.Location
Packages that use Location
Package
Description
Contains types to deal with warehouse inventory.
- 
Uses of Location in org.openwms.wms.inventory
Fields in org.openwms.wms.inventory declared as LocationModifier and TypeFieldDescriptionprivate LocationPackagingUnit.actualLocationTheLocationthePackagingUnitis placed on.private LocationProduct.preferableStorageLocationWhat is typically the preferableLocationwhere theProductshall be stored.Methods in org.openwms.wms.inventory that return LocationModifier and TypeMethodDescriptionPackagingUnit.getActualLocation()Get the actualLocation.Product.getPreferableStorageLocation()Methods in org.openwms.wms.inventory with parameters of type LocationModifier and TypeMethodDescriptionvoidPackagingUnit.setActualLocation(Location actualLocation) Set or override the actualLocation.voidProduct.setPreferableStorageLocation(Location preferableStorageLocation) voidPackagingUnit.unbindFromLoadUnit(Location newLocation)  - 
Uses of Location in org.openwms.wms.inventory.allocation
Fields in org.openwms.wms.inventory.allocation declared as LocationModifier and TypeFieldDescriptionprivate LocationAllocation.actualLocationprivate LocationAllocation.AllocationBuilder.actualLocationMethods in org.openwms.wms.inventory.allocation that return LocationMethods in org.openwms.wms.inventory.allocation with parameters of type LocationModifier and TypeMethodDescriptionAllocation.AllocationBuilder.actualLocation(Location actualLocation) voidAllocation.setActualLocation(Location actualLocation)  - 
Uses of Location in org.openwms.wms.inventory.events
Fields in org.openwms.wms.inventory.events declared as LocationMethods in org.openwms.wms.inventory.events that return LocationConstructors in org.openwms.wms.inventory.events with parameters of type LocationModifierConstructorDescriptionPackagingUnitEvent(PackagingUnit source, PackagingUnitEvent.TYPE type, Location fromLocation) Create a new PackagingUnitEvent. - 
Uses of Location in org.openwms.wms.inventory.impl
Methods in org.openwms.wms.inventory.impl that return LocationModifier and TypeMethodDescriptionprivate LocationPackagingUnitMoverImpl.resolve(LocationVO location) private LocationPackagingUnitServiceImpl.resolve(LocationVO location)  - 
Uses of Location in org.openwms.wms.location
Methods in org.openwms.wms.location that return LocationModifier and TypeMethodDescription@NotNull LocationLocationService.findByBK(@NotNull LocationPK locationId) Find and return the Location identified by the business key.@NotNull LocationLocationService.findByErpCode(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.@NotNull LocationLocationService.findByForeignPKey(@NotBlank String foreignPKey) Find and return a Location identified by the persistent key.@NotNull LocationSave aLocation.Methods in org.openwms.wms.location that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationService.findOptionalByErpCode(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.LocationService.findOptionalByID(@NotNull LocationPK locationId) Find and return the Location identified by the business key.Methods in org.openwms.wms.location with parameters of type LocationConstructor parameters in org.openwms.wms.location with type arguments of type Location - 
Uses of Location in org.openwms.wms.location.api.commands
Fields in org.openwms.wms.location.api.commands declared as LocationMethods in org.openwms.wms.location.api.commands that return LocationConstructors in org.openwms.wms.location.api.commands with parameters of type Location - 
Uses of Location in org.openwms.wms.location.impl
Methods in org.openwms.wms.location.impl that return LocationModifier and TypeMethodDescriptionLocationMapper.convertFromId(@NotBlank String locationId) abstract LocationLocationMapper.convertFromMO(org.openwms.common.location.api.messages.LocationMO mo) LocationMapperImpl.convertFromMO(org.openwms.common.location.api.messages.LocationMO mo) abstract LocationLocationMapper.convertFromVO(LocationVO vo) LocationMapperImpl.convertFromVO(LocationVO vo) Converts the source field to the destination field and return the resulting destination value.@NotNull LocationLocationServiceImpl.findByBK(@NotNull LocationPK locationId) Find and return the Location identified by the business key.@NotNull LocationLocationServiceImpl.findByErpCode(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.@NotNull LocationLocationServiceImpl.findByForeignPKey(@NotBlank String foreignPKey) Find and return a Location identified by the persistent key.private LocationLocationServiceImpl.findByForeignPKeyInternal(String foreignPKey) @NotNull LocationSave aLocation.Methods in org.openwms.wms.location.impl that return types with arguments of type LocationModifier and TypeMethodDescriptionLocationRepository.findByErpCode(String erpCode) LocationRepository.findByForeignPKey(String foreignPKey) LocationRepository.findByLocationId(LocationPK locationId) LocationRepository.findBypKey(String pKey) LocationServiceImpl.findOptionalByErpCode(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.LocationServiceImpl.findOptionalByID(@NotNull LocationPK locationId) Find and return the Location identified by the business key.Methods in org.openwms.wms.location.impl with parameters of type LocationModifier and TypeMethodDescriptionLocationConverter.convertFrom(Location source, String destination) Converts the source field to the destination field and return the resulting destination valueConverts the source field to the destination field and return the resulting destination value.abstract LocationVOLocationMapper.convertToVO(Location eo) LocationMapperImpl.convertToVO(Location eo) @NotNull LocationSave aLocation. - 
Uses of Location in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as LocationModifier and TypeFieldDescriptionprivate @NotNull LocationTransportUnit.actualLocationThe currentLocationcoordinate of theTransportUnit.private LocationTransportUnit.Builder.actualLocationMethods in org.openwms.wms.transport that return LocationMethods in org.openwms.wms.transport with parameters of type LocationModifier and TypeMethodDescriptionTransportUnit.Builder.actualLocation(Location val) voidTransportUnit.setActualLocation(Location actualLocation) Deprecated.Used for the Mapper only, don't call from application code.voidTransportUnit.synchronizeActualLocationChange(Location actualLocation, Date actualLocationDate) voidTransportUnit.validateAndSetActualLocation(org.ameba.i18n.Translator translator, Location actualLocation, int numberOfTransportUnits)  - 
Uses of Location in org.openwms.wms.transport.impl
Methods in org.openwms.wms.transport.impl that return LocationModifier and TypeMethodDescriptionprivate Locationprivate Locationprivate LocationTransportUnitServiceImpl.resolveAndCheckLocation(String locationIdentifier) private LocationTransportUnitSynchronizerImpl.trackInventoryChange(Location location) Methods in org.openwms.wms.transport.impl with parameters of type LocationModifier and TypeMethodDescriptionintTransportUnitRepository.countByActualLocation(Location location) private intTransportUnitServiceImpl.numberOfTransportUnits(Location location) private intTransportUnitSynchronizerImpl.numberOfTransportUnits(Location location) private Locationprivate LocationTransportUnitSynchronizerImpl.trackInventoryChange(Location location)