Uses of Interface
org.osid.mapping.route.RouteList
Packages that use RouteList
Package
Description
The Open Service Interface Definitions for the org.osid.mapping.route
service.
-
Uses of RouteList in org.osid.mapping.route
Methods in org.osid.mapping.route that return RouteListModifier and TypeMethodDescriptionRouteLookupSession.getRoutes()Gets allRoutes.RouteSearchResults.getRoutes()Gets the route list resulting from a search.RouteLookupSession.getRoutesAlongLocations(IdList locationIds) Gets aRouteListconnected to all the givenLocations.RouteLookupSession.getRoutesByGenusType(Type routeGenusType) Gets aRouteListcorresponding to the given route genusTypewhich does not include routes of genus types derived from the specifiedType.RouteLookupSession.getRoutesByIds(IdList routeIds) Gets aRouteListcorresponding to the givenIdList.RouteMapSession.getRoutesByMap(Id mapId) Gets the list ofRoutesassociated with aMap.RouteMapSession.getRoutesByMaps(IdList mapIds) Gets the list ofRoutecorresponding to a list ofMaps.RouteLookupSession.getRoutesByParentGenusType(Type routeGenusType) Gets aRouteListcorresponding to the given route genusTypeand include any additional routes with genus types derived from the specifiedType.RouteQuerySession.getRoutesByQuery(RouteQuery routeQuery) Gets a list ofRoutesmatching the given search.RouteLookupSession.getRoutesByRecordType(Type routeRecordType) Gets aRouteListcontaining the given route recordType.RouteLookupSession.getRoutesForEndingLocation(Id locationId) Gets aRouteListfor the given endingLocation.RouteLookupSession.getRoutesForEndingLocationOnDate(Id locationId, DateTime from, DateTime to) Gets aRouteListfor the given ending location effective during the entire given date range inclusive but not confined to the date range.RouteLookupSession.getRoutesForStartingAndEndingLocation(Id startingLocationId, Id endingLocationId) Gets aRouteListfor the given starting and endingLocations.RouteLookupSession.getRoutesForStartingAndEndingLocationOnDate(Id startingLocationId, Id endingLocationId, DateTime from, DateTime to) Gets aRouteListfor the given starting and ending location effective during the entire given date range inclusive but not confined to the date range.RouteLookupSession.getRoutesForStartingLocation(Id locationId) Gets aRouteListfor the given startingLocation.RouteLookupSession.getRoutesForStartingLocationOnDate(Id locationId, DateTime from, DateTime to) Gets aRouteListfor the given starting location effective during the entire given date range inclusive but not confined to the date range.RouteLookupSession.getRoutesOnDate(DateTime from, DateTime to) Gets aRouteListeffective during the entire given date range inclusive but not confined to the date range.