Package overit.geocall.ux.platform
Interface RoutesCollectorService
- All Known Implementing Classes:
RoutesCollectorServiceImpl
public interface RoutesCollectorService
This interface is used to define a concrete implementation af Route collector service.
-
Method Summary
Modifier and TypeMethodDescriptiongetRoutesMap(XMLTree menu, Company c) Gets the map of all routes related to the currentCustomLayer.
The routes collected into the map were those that belongs to the user menu.
-
Method Details
-
getRoutesMap
Gets the map of all routes related to the currentCustomLayer.
The routes collected into the map were those that belongs to the user menu.- Parameters:
menu- TheXMLTreeuser routes catalog.c- TheCompanythat belong to the user.- Returns:
- The map of all routes related to the current
CustomLayer.
-