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 LocationPKLocation.locationIdUnique natural key.Methods in org.openwms.common.location that return LocationPKModifier and TypeMethodDescriptionstatic LocationPKLocationPK.fromString(String s) Create aLocationPKfrom the given String.Location.getLocationId()Returns the locationId (natural key) of the Location.static LocationPKCreate a new LocationPK with all required fields.Methods in org.openwms.common.location with parameters of type LocationPKModifier and TypeMethodDescriptionvoidLocationService.changeState(@NotNull LocationPK bk, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.static LocationLocation.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 allLocations that match thelocationIdswhereas the attributes of theLocationPKmay include SQL wildcard operators, like '%', '_'.Constructors in org.openwms.common.location with parameters of type LocationPKModifierConstructorDescriptionprotectedLocation(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 TypeMethodDescriptionvoidLocationServiceImpl.changeState(@NotNull LocationPK locationId, @NotNull ErrorCodeVO errorCode) Change the infeed and outfeed state of aLocationin respect of the accordingLocationGroup.LocationRepository.findByLocationId(LocationPK locationId) LocationRepository.findByLocationIdContaining(LocationPK locationPK) LocationServiceImpl.findByLocationPk(@NotNull LocationPK locationId) Find and return aLocation.private LocationLocationServiceImpl.findByLocationPkOrThrow(LocationPK locationId) LocationServiceImpl.findLocations(@NotNull LocationPK locationPK) Find and return allLocations that match thelocationIdswhereas the attributes of theLocationPKmay 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 TransportUnitTransportUnitService.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 TransportUnitTransportUnitServiceImpl.create(@NotBlank String transportUnitBK, @NotNull TransportUnitType transportUnitType, @NotNull LocationPK actualLocation, Boolean strict)