Uses of Class
org.openwms.wms.location.LocationPK
Packages that use LocationPK
-
Uses of LocationPK in org.openwms.wms.location
Fields in org.openwms.wms.location declared as LocationPKModifier and TypeFieldDescriptionprivate @NotNull LocationPK
Location.locationId
Unique natural key.Methods in org.openwms.wms.location that return LocationPKModifier and TypeMethodDescriptionLocationPK.Builder.build()
Returns aLocationPK
built from the parameters previously set.static LocationPK
LocationPK.fromString
(String s) Location.getLocationId()
Methods in org.openwms.wms.location with parameters of type LocationPKModifier and TypeMethodDescription@NotNull Location
LocationService.findByBK
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.LocationService.findOptionalByID
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.Constructors in org.openwms.wms.location with parameters of type LocationPKConstructor parameters in org.openwms.wms.location with type arguments of type LocationPKModifierConstructorDescriptionQLocationPK
(com.querydsl.core.types.Path<? extends LocationPK> path) -
Uses of LocationPK in org.openwms.wms.location.impl
Methods in org.openwms.wms.location.impl that return LocationPKMethods in org.openwms.wms.location.impl with parameters of type LocationPKModifier and TypeMethodDescriptionLocationMapper.convertToId
(LocationPK location) @NotNull Location
LocationServiceImpl.findByBK
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.LocationRepository.findByLocationId
(LocationPK locationId) LocationServiceImpl.findOptionalByID
(@NotNull LocationPK locationId) Find and return the Location identified by the business key.