|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.opensymphony.xwork2.ActionSupport
org.onebusaway.webapp.actions.where.ScheduleAction
public class ScheduleAction
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 | |
---|---|
ScheduleAction()
|
Method Summary | ||
---|---|---|
String |
execute()
|
|
String |
getFormattedDate(String format,
Date date)
|
|
String |
getFrequencyCellHeight(FrequencyInstanceBean bean)
|
|
StopScheduleBean |
getResult()
|
|
|
getRows(List<T> elements,
int rowLength)
|
|
Date |
getShiftedDate(Date date)
|
|
List<String> |
getShortWeekDays()
|
|
List<org.onebusaway.collections.tuple.T2<String,List<StopCalendarDayBean>>> |
getStopCalendarDaysByFormatKey(List<StopCalendarDayBean> stopCalendarDays,
String format)
|
|
List<StopCalendarDayBean> |
getStopCalendarDaysByFormatKeyAndValue(List<StopCalendarDayBean> stopCalendarDays,
String format,
String value)
|
|
List<org.onebusaway.collections.tuple.T2<String,List<StopTimeInstanceBean>>> |
getStopTimesByFormatKey(List<StopTimeInstanceBean> stopTimes,
String format)
|
|
TimeZone |
getTimeZone()
|
|
boolean |
isAmPmClock()
|
|
boolean |
isShowArrivals()
|
|
void |
setDate(Date date)
|
|
void |
setId(String id)
|
|
void |
setShowArrivals(boolean showArrivals)
|
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 |
---|
public ScheduleAction()
Method Detail |
---|
public void setId(String id)
public void setDate(Date date)
public void setShowArrivals(boolean showArrivals)
public boolean isShowArrivals()
public StopScheduleBean getResult()
public TimeZone getTimeZone()
public String execute() throws Exception
execute
in interface com.opensymphony.xwork2.Action
execute
in class com.opensymphony.xwork2.ActionSupport
Exception
public boolean isAmPmClock()
public List<String> getShortWeekDays()
public <T> List<List<T>> getRows(List<T> elements, int rowLength)
public List<org.onebusaway.collections.tuple.T2<String,List<StopTimeInstanceBean>>> getStopTimesByFormatKey(List<StopTimeInstanceBean> stopTimes, String format)
stopTimes
- format
-
public List<org.onebusaway.collections.tuple.T2<String,List<StopCalendarDayBean>>> getStopCalendarDaysByFormatKey(List<StopCalendarDayBean> stopCalendarDays, String format)
public List<StopCalendarDayBean> getStopCalendarDaysByFormatKeyAndValue(List<StopCalendarDayBean> stopCalendarDays, String format, String value)
public String getFrequencyCellHeight(FrequencyInstanceBean bean)
public Date getShiftedDate(Date date)
public String getFormattedDate(String format, Date date)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |