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 Location
PackagingUnit.actualLocation
TheLocation
thePackagingUnit
is placed on.private Location
Product.preferableStorageLocation
What is typically the preferableLocation
where theProduct
shall 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 TypeMethodDescriptionvoid
PackagingUnit.setActualLocation
(Location actualLocation) Set or override the actualLocation
.void
Product.setPreferableStorageLocation
(Location preferableStorageLocation) void
PackagingUnit.unbindFromLoadUnit
(Location newLocation) -
Uses of Location in org.openwms.wms.inventory.allocation
Fields in org.openwms.wms.inventory.allocation declared as LocationModifier and TypeFieldDescriptionprivate Location
Allocation.actualLocation
private Location
Allocation.AllocationBuilder.actualLocation
Methods 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) void
Allocation.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 Location
PackagingUnitMoverImpl.resolve
(LocationVO location) private Location
PackagingUnitServiceImpl.resolve
(LocationVO location) -
Uses of Location in org.openwms.wms.location
Methods in org.openwms.wms.location that return LocationModifier and TypeMethodDescription@NotNull Location
LocationService.findByBK
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.@NotNull Location
LocationService.findByErpCode
(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.@NotNull Location
LocationService.findByForeignPKey
(@NotBlank String foreignPKey) Find and return a Location identified by the persistent key.@NotNull Location
Save 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 Location
LocationMapper.convertFromMO
(org.openwms.common.location.api.messages.LocationMO mo) LocationMapperImpl.convertFromMO
(org.openwms.common.location.api.messages.LocationMO mo) abstract Location
LocationMapper.convertFromVO
(LocationVO vo) LocationMapperImpl.convertFromVO
(LocationVO vo) Converts the source field to the destination field and return the resulting destination value.@NotNull Location
LocationServiceImpl.findByBK
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.@NotNull Location
LocationServiceImpl.findByErpCode
(@NotBlank String erpCode) Find and return the Location identified by the unique erpCode.@NotNull Location
LocationServiceImpl.findByForeignPKey
(@NotBlank String foreignPKey) Find and return a Location identified by the persistent key.private Location
LocationServiceImpl.findByForeignPKeyInternal
(String foreignPKey) @NotNull Location
Save 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 LocationVO
LocationMapper.convertToVO
(Location eo) LocationMapperImpl.convertToVO
(Location eo) @NotNull Location
Save aLocation
. -
Uses of Location in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as LocationModifier and TypeFieldDescriptionprivate @NotNull Location
TransportUnit.actualLocation
The currentLocation
coordinate of theTransportUnit
.private Location
TransportUnit.Builder.actualLocation
Methods in org.openwms.wms.transport that return LocationMethods in org.openwms.wms.transport with parameters of type LocationModifier and TypeMethodDescriptionTransportUnit.Builder.actualLocation
(Location val) void
TransportUnit.setActualLocation
(Location actualLocation) Deprecated.Used for the Mapper only, don't call from application code.void
TransportUnit.synchronizeActualLocationChange
(Location actualLocation, Date actualLocationDate) void
TransportUnit.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 Location
private Location
private Location
TransportUnitServiceImpl.resolveAndCheckLocation
(String locationIdentifier) private Location
TransportUnitSynchronizerImpl.trackInventoryChange
(Location location) Methods in org.openwms.wms.transport.impl with parameters of type LocationModifier and TypeMethodDescriptionint
TransportUnitRepository.countByActualLocation
(Location location) private int
TransportUnitServiceImpl.numberOfTransportUnits
(Location location) private int
TransportUnitSynchronizerImpl.numberOfTransportUnits
(Location location) private Location
private Location
TransportUnitSynchronizerImpl.trackInventoryChange
(Location location)