Class RouteListServiceImpl
- java.lang.Object
-
- org.onebusaway.presentation.impl.routes.RouteListServiceImpl
-
- All Implemented Interfaces:
RouteListService
@Component public class RouteListServiceImpl extends Object implements RouteListService
-
-
Constructor Summary
Constructors Constructor Description RouteListServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RouteBean>getFilteredRoutes(String agencyFilter)List<RouteBean>getRoutes()booleangetShowAgencyNames()booleangetUseAgencyId()
-
-
-
Method Detail
-
getShowAgencyNames
public boolean getShowAgencyNames()
- Specified by:
getShowAgencyNamesin interfaceRouteListService
-
getUseAgencyId
public boolean getUseAgencyId()
- Specified by:
getUseAgencyIdin interfaceRouteListService
-
getFilteredRoutes
public List<RouteBean> getFilteredRoutes(String agencyFilter)
- Specified by:
getFilteredRoutesin interfaceRouteListService
-
getRoutes
public List<RouteBean> getRoutes()
- Specified by:
getRoutesin interfaceRouteListService
-
-