Uses of Class
org.onebusaway.gtfs.model.FareAttribute
-
Packages that use FareAttribute Package Description org.onebusaway.gtfs.impl org.onebusaway.gtfs.model org.onebusaway.gtfs.services -
-
Uses of FareAttribute in org.onebusaway.gtfs.impl
Methods in org.onebusaway.gtfs.impl that return FareAttribute Modifier and Type Method Description FareAttributeGtfsDaoImpl. getFareAttributeForId(AgencyAndId id)FareAttributeGtfsDataServiceImpl. getFareAttributeForId(AgencyAndId id)Methods in org.onebusaway.gtfs.impl that return types with arguments of type FareAttribute Modifier and Type Method Description Collection<FareAttribute>GtfsDaoImpl. getAllFareAttributes()Collection<FareAttribute>GtfsDataServiceImpl. getAllFareAttributes()Methods in org.onebusaway.gtfs.impl with parameters of type FareAttribute Modifier and Type Method Description List<FareRule>GtfsDataServiceImpl. getFareRulesForFareAttribute(FareAttribute fareAttribute)List<FareRule>GtfsRelationalDaoImpl. getFareRulesForFareAttribute(FareAttribute fareAttribute) -
Uses of FareAttribute in org.onebusaway.gtfs.model
Methods in org.onebusaway.gtfs.model that return FareAttribute Modifier and Type Method Description FareAttributeFareRule. getFare()Methods in org.onebusaway.gtfs.model with parameters of type FareAttribute Modifier and Type Method Description voidFareRule. setFare(FareAttribute fare)Constructors in org.onebusaway.gtfs.model with parameters of type FareAttribute Constructor Description FareAttribute(FareAttribute fa) -
Uses of FareAttribute in org.onebusaway.gtfs.services
Methods in org.onebusaway.gtfs.services that return FareAttribute Modifier and Type Method Description FareAttributeGtfsDao. getFareAttributeForId(AgencyAndId id)Methods in org.onebusaway.gtfs.services that return types with arguments of type FareAttribute Modifier and Type Method Description Collection<FareAttribute>GtfsDao. getAllFareAttributes()FareAttributeMethodsMethods in org.onebusaway.gtfs.services with parameters of type FareAttribute Modifier and Type Method Description List<FareRule>GtfsRelationalDao. getFareRulesForFareAttribute(FareAttribute fareAttribute)
-