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.routing
Fields in org.openwms.tms.routing declared as LocationEOModifier and TypeFieldDescriptionprivate LocationEO
RouteImpl.sourceLocation
private LocationEO
RouteImpl.targetLocation
Methods in org.openwms.tms.routing that return LocationEOMethods in org.openwms.tms.routing with parameters of type LocationEOModifier and TypeMethodDescriptionvoid
RouteImpl.setSourceLocation
(LocationEO sourceLocation) void
RouteImpl.setTargetLocation
(LocationEO targetLocation) -
Uses of LocationEO in org.openwms.tms.routing.location
Methods 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.impl
Methods 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
.