Uses of Class
org.openwms.tms.routing.LocationEO
Package
Description
This package contains contains the TMS Routing types.
-
Uses of LocationEO in org.openwms.tms.routing
Modifier and TypeFieldDescriptionprivate LocationEO
RouteImpl.sourceLocation
private LocationEO
RouteImpl.targetLocation
Modifier and TypeMethodDescriptionRouteImpl.getSourceLocation()
RouteImpl.getTargetLocation()
protected LocationEO
RouteMapperImpl.routeVOToLocationEO
(RouteVO routeVO) protected LocationEO
RouteMapperImpl.routeVOToLocationEO1
(RouteVO routeVO) Modifier and TypeMethodDescriptionprotected void
RouteMapperImpl.routeVOToLocationEO2
(RouteVO routeVO, LocationEO mappingTarget) protected void
RouteMapperImpl.routeVOToLocationEO3
(RouteVO routeVO, LocationEO mappingTarget) void
RouteImpl.setSourceLocation
(LocationEO sourceLocation) void
RouteImpl.setTargetLocation
(LocationEO targetLocation) -
Uses of LocationEO in org.openwms.tms.routing.location.impl
Modifier and TypeMethodDescriptionLocationRepository.findByForeignPKey
(String foreignPKey) LocationRepository.findByForeignPKeyAndDeleted
(String foreignPKey, boolean markForDeletion) LocationRepository.findByLocationId
(String locationId)