Package overit.geocall.ux.platform
Class RoutesCollectorServiceImpl
java.lang.Object
overit.geocall.ux.platform.RoutesCollectorServiceImpl
- All Implemented Interfaces:
RoutesCollectorService
This class is a concrete implementation of the RoutesCollectorService class and it's used to collect all the route
that belongs to a specific
The collected route will be ones from the routes catalog (menu.xml).
Company.The collected route will be ones from the routes catalog (menu.xml).
-
Constructor Summary
Constructors -
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.
-
Constructor Details
-
RoutesCollectorServiceImpl
public RoutesCollectorServiceImpl()
-
-
Method Details
-
getRoutesMap
Description copied from interface:RoutesCollectorServiceGets the map of all routes related to the currentCustomLayer.
The routes collected into the map were those that belongs to the user menu.- Specified by:
getRoutesMapin interfaceRoutesCollectorService- Parameters:
menu- TheXMLTreeuser routes catalog.c- TheCompanythat belong to the user.- Returns:
- The map of all routes related to the current
CustomLayer.
-