Uses of Class
org.openwms.common.location.LocationPK
Packages that use 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
Fields in org.openwms.common.location declared as LocationPKModifier and TypeFieldDescriptionprivate @NotNull LocationPK
Location.locationId
Unique natural key.Methods in org.openwms.common.location that return LocationPKModifier 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.Methods in org.openwms.common.location with parameters of type LocationPKModifier 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 '%', '_'.Constructors in org.openwms.common.location with parameters of type LocationPKModifierConstructorDescriptionprotected
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
Methods in org.openwms.common.location.impl with parameters of type LocationPKModifier 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
Methods in org.openwms.common.transport with parameters of type LocationPKModifier 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
Methods in org.openwms.common.transport.impl with parameters of type LocationPKModifier and TypeMethodDescription@NotNull TransportUnit
TransportUnitServiceImpl.create
(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict)