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 LocationPKLocation.locationIdUnique natural key.Methods in org.openwms.wms.location that return LocationPKModifier and TypeMethodDescriptionLocationPK.Builder.build()Returns aLocationPKbuilt from the parameters previously set.static LocationPKLocationPK.fromString(String s) Location.getLocationId()Methods in org.openwms.wms.location with parameters of type LocationPKModifier and TypeMethodDescription@NotNull LocationLocationService.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 LocationLocationServiceImpl.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.