org.onebusaway.webapp.actions.admin.problems
Class TripProblemReportsAction

java.lang.Object
  extended by com.opensymphony.xwork2.ActionSupport
      extended by org.onebusaway.webapp.actions.admin.problems.TripProblemReportsAction
All Implemented Interfaces:
com.opensymphony.xwork2.Action, com.opensymphony.xwork2.LocaleProvider, com.opensymphony.xwork2.ModelDriven<TripProblemReportBean>, com.opensymphony.xwork2.TextProvider, com.opensymphony.xwork2.Validateable, com.opensymphony.xwork2.ValidationAware, Serializable

public class TripProblemReportsAction
extends com.opensymphony.xwork2.ActionSupport
implements com.opensymphony.xwork2.ModelDriven<TripProblemReportBean>

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.xwork2.ActionSupport
LOG
 
Fields inherited from interface com.opensymphony.xwork2.Action
ERROR, INPUT, LOGIN, NONE, SUCCESS
 
Constructor Summary
TripProblemReportsAction()
           
 
Method Summary
 String delete()
           
 String edit()
           
 String execute()
           
 List<String> getLabels()
           
 TripProblemReportBean getModel()
           
 List<TripProblemReportBean> getReports()
           
 Map<String,String> getStatusValues()
           
 List<VehicleLocationRecordBean> getVehicleLocationRecords()
           
 void setMinutesAfter(int minutesAfter)
           
 void setMinutesBefore(int minutesBefore)
           
 void setTransitDataService(TransitDataService transitDataService)
           
 String update()
           
 
Methods inherited from class com.opensymphony.xwork2.ActionSupport
addActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, doDefault, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setFieldErrors, validate
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripProblemReportsAction

public TripProblemReportsAction()
Method Detail

setTransitDataService

public void setTransitDataService(TransitDataService transitDataService)

getModel

public TripProblemReportBean getModel()
Specified by:
getModel in interface com.opensymphony.xwork2.ModelDriven<TripProblemReportBean>

setMinutesBefore

public void setMinutesBefore(int minutesBefore)

setMinutesAfter

public void setMinutesAfter(int minutesAfter)

getReports

public List<TripProblemReportBean> getReports()

getVehicleLocationRecords

public List<VehicleLocationRecordBean> getVehicleLocationRecords()

execute

public String execute()
Specified by:
execute in interface com.opensymphony.xwork2.Action
Overrides:
execute in class com.opensymphony.xwork2.ActionSupport

edit

public String edit()

update

public String update()

delete

public String delete()

getStatusValues

public Map<String,String> getStatusValues()

getLabels

public List<String> getLabels()


Copyright © 2012 OneBusAway. All Rights Reserved.