Uses of Class
org.onebusaway.transit_data.model.problems.EProblemReportStatus

Packages that use EProblemReportStatus
org.onebusaway.transit_data_federation.impl.reporting   
org.onebusaway.transit_data_federation.services.reporting   
org.onebusaway.transit_data.model.problems   
 

Uses of EProblemReportStatus in org.onebusaway.transit_data_federation.impl.reporting
 

Methods in org.onebusaway.transit_data_federation.impl.reporting that return EProblemReportStatus
 EProblemReportStatus TripProblemReportRecord.getStatus()
           
 EProblemReportStatus StopProblemReportRecord.getStatus()
           
 

Methods in org.onebusaway.transit_data_federation.impl.reporting with parameters of type EProblemReportStatus
 void TripProblemReportRecord.setStatus(EProblemReportStatus status)
           
 void StopProblemReportRecord.setStatus(EProblemReportStatus status)
           
 

Uses of EProblemReportStatus in org.onebusaway.transit_data_federation.services.reporting
 

Methods in org.onebusaway.transit_data_federation.services.reporting with parameters of type EProblemReportStatus
 List<StopProblemReportRecord> UserReportingDao.getStopProblemReports(String agencyId, long timeFrom, long timeTo, EProblemReportStatus status)
           
 List<org.onebusaway.collections.tuple.T2<org.onebusaway.gtfs.model.AgencyAndId,Integer>> UserReportingDao.getStopProblemReportSummaries(String agencyId, long timeFrom, long timeTo, EProblemReportStatus status)
           
 List<TripProblemReportRecord> UserReportingDao.getTripProblemReports(String agencyId, long timeFrom, long timeTo, EProblemReportStatus status)
           
 List<org.onebusaway.collections.tuple.T2<org.onebusaway.gtfs.model.AgencyAndId,Integer>> UserReportingDao.getTripProblemReportSummaries(String agencyId, long timeFrom, long timeTo, EProblemReportStatus status)
           
 

Uses of EProblemReportStatus in org.onebusaway.transit_data.model.problems
 

Methods in org.onebusaway.transit_data.model.problems that return EProblemReportStatus
 EProblemReportStatus TripProblemReportSummaryBean.getStatus()
           
 EProblemReportStatus TripProblemReportQueryBean.getStatus()
           
 EProblemReportStatus TripProblemReportBean.getStatus()
           
 EProblemReportStatus StopProblemReportSummaryBean.getStatus()
           
 EProblemReportStatus StopProblemReportQueryBean.getStatus()
           
 EProblemReportStatus StopProblemReportBean.getStatus()
           
 EProblemReportStatus PlannedTripProblemReportBean.getStatus()
           
static EProblemReportStatus EProblemReportStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EProblemReportStatus[] EProblemReportStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.onebusaway.transit_data.model.problems with parameters of type EProblemReportStatus
 void TripProblemReportSummaryBean.setStatus(EProblemReportStatus status)
           
 void TripProblemReportQueryBean.setStatus(EProblemReportStatus status)
           
 void TripProblemReportBean.setStatus(EProblemReportStatus status)
           
 void StopProblemReportSummaryBean.setStatus(EProblemReportStatus status)
           
 void StopProblemReportQueryBean.setStatus(EProblemReportStatus status)
           
 void StopProblemReportBean.setStatus(EProblemReportStatus status)
           
 void PlannedTripProblemReportBean.setStatus(EProblemReportStatus status)
           
 



Copyright © 2012 OneBusAway. All Rights Reserved.