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 Type
    Method
    Description
    Gets the map of all routes related to the current CustomLayer.
    The routes collected into the map were those that belongs to the user menu.
  • Method Details

    • getRoutesMap

      Map<String,Route> getRoutesMap(XMLTree menu, Company c)
      Gets the map of all routes related to the current CustomLayer.
      The routes collected into the map were those that belongs to the user menu.
      Parameters:
      menu - The XMLTree user routes catalog.
      c - The Company that belong to the user.
      Returns:
      The map of all routes related to the current CustomLayer.