Uses of Class
org.openwms.common.location.LocationPK
Package
Description
This package contains all types to describe locations.
This package contains internal implementation classes.
This package contains all types required to describe transport unit items.
This package contains internal implementation classes.
-
Uses of LocationPK in org.openwms.common.location
Modifier and TypeFieldDescriptionprivate @NotNull LocationPK
Location.locationId
Unique natural key.Modifier and TypeMethodDescriptionstatic LocationPK
LocationPK.fromString
(String s) Create aLocationPK
from the given String.Location.getLocationId()
Returns the locationId (natural key) of the Location.static LocationPK
Create a new LocationPK with all required fields.Modifier and TypeMethodDescriptionvoid
LocationService.changeState
(@NotNull LocationPK bk, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.static Location
Location.create
(LocationPK locationId) Create a new Location with the business key.LocationService.findByLocationPk
(@NotNull LocationPK locationId) Find and return aLocation
.LocationService.findLocations
(@NotNull LocationPK locationIds) Find and return allLocation
s that match thelocationIds
whereas the attributes of theLocationPK
may include SQL wildcard operators, like '%', '_'.ModifierConstructorDescriptionprotected
Location
(LocationPK locationId) Create a new Location with the business key.(package private)
Location
(LocationPK locationId, Account account, LocationGroup locationGroup, LocationType locationType, String erpCode, String plcCode, Integer sortOrder, String stockZone) Create a new Location. -
Uses of LocationPK in org.openwms.common.location.impl
Modifier and TypeMethodDescriptionvoid
LocationServiceImpl.changeState
(@NotNull LocationPK locationId, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocation
in respect of the accordingLocationGroup
.LocationRepository.findByLocationId
(LocationPK locationId) LocationRepository.findByLocationIdContaining
(LocationPK locationPK) LocationServiceImpl.findByLocationPk
(@NotNull LocationPK locationId) Find and return aLocation
.private Location
LocationServiceImpl.findByLocationPkOrThrow
(LocationPK locationId) LocationServiceImpl.findLocations
(@NotNull LocationPK locationPK) Find and return allLocation
s that match thelocationIds
whereas the attributes of theLocationPK
may include SQL wildcard operators, like '%', '_'. -
Uses of LocationPK in org.openwms.common.transport
Modifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitService.create
(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict) -
Uses of LocationPK in org.openwms.common.transport.impl
Modifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitServiceImpl.create
(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict)