Uses of Class
org.onebusaway.users.model.properties.RouteFilter
-
Packages that use RouteFilter Package Description org.onebusaway.users.impl org.onebusaway.users.model.properties org.onebusaway.users.services -
-
Uses of RouteFilter in org.onebusaway.users.impl
Methods in org.onebusaway.users.impl with parameters of type RouteFilter Modifier and Type Method Description intCurrentUserServiceImpl. addStopBookmark(String name, List<String> stopIds, RouteFilter filter)intUserPropertiesServiceV1Impl. addStopBookmark(User user, String name, List<String> stopIds, RouteFilter filter)intUserPropertiesServiceV2Impl. addStopBookmark(User user, String name, List<String> stopIds, RouteFilter filter)intUserPropertiesServiceV3Impl. addStopBookmark(User user, String name, List<String> stopIds, RouteFilter filter)intUserPropertiesServiceV4Impl. addStopBookmark(User user, String name, List<String> stopIds, RouteFilter filter)voidCurrentUserServiceImpl. updateStopBookmark(int id, String name, List<String> stopIds, RouteFilter routeFilter)voidUserPropertiesServiceV1Impl. updateStopBookmark(User user, int id, String name, List<String> stopIds, RouteFilter routeFilter)voidUserPropertiesServiceV2Impl. updateStopBookmark(User user, int id, String name, List<String> stopIds, RouteFilter routeFilter)voidUserPropertiesServiceV3Impl. updateStopBookmark(User user, int id, String name, List<String> stopIds, RouteFilter routeFilter)voidUserPropertiesServiceV4Impl. updateStopBookmark(User user, int id, String name, List<String> stopIds, RouteFilter routeFilter) -
Uses of RouteFilter in org.onebusaway.users.model.properties
Methods in org.onebusaway.users.model.properties that return RouteFilter Modifier and Type Method Description RouteFilterBookmark. getRouteFilter()Constructors in org.onebusaway.users.model.properties with parameters of type RouteFilter Constructor Description Bookmark(int id, String name, List<String> stopIds, RouteFilter routeFilter) -
Uses of RouteFilter in org.onebusaway.users.services
Methods in org.onebusaway.users.services with parameters of type RouteFilter Modifier and Type Method Description intCurrentUserService. addStopBookmark(String name, List<String> stopIds, RouteFilter filter)Add a stop bookmark with the specified name, stop ids, and route filter.intUserPropertiesService. addStopBookmark(User user, String name, List<String> stopIds, RouteFilter filter)voidCurrentUserService. updateStopBookmark(int id, String name, List<String> stopIds, RouteFilter routeFilter)Updated a stop bookmark with the specified id with the specified name, stop ids, and route filter.voidUserPropertiesService. updateStopBookmark(User user, int id, String name, List<String> stopIds, RouteFilter routeFilter)
-