Uses of Class
org.openwms.tms.routing.LocationEO
Packages that use LocationEO
Package
Description
This package contains contains the TMS Routing types.
This package contains a REST controller implementation working with locations.
This package contains the implementation of a service to work with locations.
- 
Uses of LocationEO in org.openwms.tms.routingFields in org.openwms.tms.routing declared as LocationEOModifier and TypeFieldDescriptionprivate LocationEORouteImpl.sourceLocationprivate LocationEORouteImpl.targetLocationMethods in org.openwms.tms.routing that return LocationEOMethods in org.openwms.tms.routing with parameters of type LocationEOModifier and TypeMethodDescriptionvoidRouteImpl.setSourceLocation(LocationEO sourceLocation) voidRouteImpl.setTargetLocation(LocationEO targetLocation) 
- 
Uses of LocationEO in org.openwms.tms.routing.locationMethods in org.openwms.tms.routing.location that return types with arguments of type LocationEOModifier and TypeMethodDescriptionLocationService.findByLocationId(@NotBlank String locationId) Find a Location by its givenlocationId.
- 
Uses of LocationEO in org.openwms.tms.routing.location.implMethods in org.openwms.tms.routing.location.impl that return types with arguments of type LocationEOModifier and TypeMethodDescriptionLocationRepository.findByForeignPKey(String foreignPKey) LocationRepository.findByForeignPKeyAndDeleted(String foreignPKey, boolean markForDeletion) LocationRepository.findByLocationId(String locationId) LocationServiceImpl.findByLocationId(@NotBlank String locationId) Find a Location by its givenlocationId.