Uses of Class
org.onebusaway.gtfs.model.FareRule
-
Packages that use FareRule Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of FareRule in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return FareRule Modifier and Type Method Description FareRuleGtfsDaoImpl. getFareRuleForId(int id)FareRuleGtfsDataServiceImpl. getFareRuleForId(int id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type FareRule Modifier and Type Method Description Collection<FareRule>GtfsDaoImpl. getAllFareRules()Collection<FareRule>GtfsDataServiceImpl. getAllFareRules()List<FareRule>GtfsDataServiceImpl. getFareRulesForFareAttribute(FareAttribute fareAttribute)List<FareRule>GtfsRelationalDaoImpl. getFareRulesForFareAttribute(FareAttribute fareAttribute)List<FareRule>GtfsDataServiceImpl. getFareRulesForRoute(Route route)List<FareRule>GtfsRelationalDaoImpl. getFareRulesForRoute(Route route)List<FareRule>GtfsDataServiceImpl. getFareRulesForZoneId(String zoneId)List<FareRule>GtfsRelationalDaoImpl. getFareRulesForZoneId(String zoneId) -
Uses of FareRule in org.onebusaway.gtfs.model
Constructors in org.onebusaway.gtfs.model with parameters of type FareRule Constructor Description FareRule(FareRule fr) -
Uses of FareRule in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return FareRule Modifier and Type Method Description FareRuleGtfsDao. getFareRuleForId(int id)Methods in org.onebusaway.gtfs.services that return types with arguments of type FareRule Modifier and Type Method Description Collection<FareRule>GtfsDao. getAllFareRules()FareRuleMethodsList<FareRule>GtfsRelationalDao. getFareRulesForFareAttribute(FareAttribute fareAttribute)List<FareRule>GtfsRelationalDao. getFareRulesForRoute(Route route)List<FareRule>GtfsRelationalDao. getFareRulesForZoneId(String zoneId)
-