edu.sampleu.kew.krad.form
Class StatsForm
java.lang.Object
org.kuali.rice.krad.web.form.UifFormBase
edu.sampleu.kew.krad.form.StatsForm
- All Implemented Interfaces:
- Serializable
public class StatsForm
- extends UifFormBase
A Struts ActionForm for the StatsAction
.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
StatsAction
,
Serialized Form
Fields inherited from class org.kuali.rice.krad.web.form.UifFormBase |
actionParameters, attachmentFile, clientStateForSyncing, defaultsApplied, focusId, formHistory, formKey, formPostUrl, jumpToId, jumpToName, newCollectionLines, pageId, previousView, renderFullView, returnFormKey, returnLocation, selectedCollectionLines, validateDirty, view, viewId, viewName, viewRequestParameters, viewTypeName |
Methods inherited from class org.kuali.rice.krad.web.form.UifFormBase |
generateFormKey, getActionParamaterValue, getActionParameters, getActionParametersAsProperties, getAttachmentFile, getClientStateForSyncing, getFocusId, getFormHistory, getFormKey, getFormPostUrl, getJumpToId, getJumpToName, getNewCollectionLines, getPageId, getPreviousView, getReturnFormKey, getReturnLocation, getSelectedCollectionLines, getView, getViewId, getViewName, getViewRequestParameters, getViewService, getViewTypeName, isDefaultsApplied, isRenderFullView, isValidateDirty, postBind, setActionParameters, setAttachmentFile, setDefaultsApplied, setFocusId, setFormHistory, setFormKey, setFormPostUrl, setJumpToId, setJumpToName, setNewCollectionLines, setPageId, setPreviousView, setRenderFullView, setReturnFormKey, setReturnLocation, setSelectedCollectionLines, setValidateDirty, setView, setViewId, setViewName, setViewRequestParameters, setViewTypeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DAY_TIME_UNIT
public static final String DAY_TIME_UNIT
- See Also:
- Constant Field Values
WEEK_TIME_UNIT
public static final String WEEK_TIME_UNIT
- See Also:
- Constant Field Values
MONTH_TIME_UNIT
public static final String MONTH_TIME_UNIT
- See Also:
- Constant Field Values
YEAR_TIME_UNIT
public static final String YEAR_TIME_UNIT
- See Also:
- Constant Field Values
DEFAULT_BEGIN_DATE
public static final String DEFAULT_BEGIN_DATE
- See Also:
- Constant Field Values
DEFAULT_END_DATE
public static final String DEFAULT_END_DATE
- See Also:
- Constant Field Values
BEG_DAY_TIME
public static final String BEG_DAY_TIME
- See Also:
- Constant Field Values
END_DAY_TIME
public static final String END_DAY_TIME
- See Also:
- Constant Field Values
DATE_FORMAT
public static final String DATE_FORMAT
- See Also:
- Constant Field Values
TIME_FORMAT
public static final String TIME_FORMAT
- See Also:
- Constant Field Values
StatsForm
public StatsForm()
determineBeginDate
public void determineBeginDate()
- Retrieves the "returnLocation" parameter after calling "populate" on the superclass.
- See Also:
org.kuali.rice.krad.web.struts.form.KualiForm#populate(javax.servlet.http.HttpServletRequest)
determineEndDate
public void determineEndDate()
makePerUnitOfTimeDropDownMap
public Map makePerUnitOfTimeDropDownMap()
validateDates
public void validateDates()
getStats
public Stats getStats()
setStats
public void setStats(Stats stats)
getCanceledLabel
public String getCanceledLabel()
getDisapprovedLabel
public String getDisapprovedLabel()
getEnrouteLabel
public String getEnrouteLabel()
getExceptionLabel
public String getExceptionLabel()
getFinalLabel
public String getFinalLabel()
getInitiatedLabel
public String getInitiatedLabel()
getProcessedLabel
public String getProcessedLabel()
getSavedLabel
public String getSavedLabel()
getAvgActionsPerTimeUnit
public String getAvgActionsPerTimeUnit()
setAvgActionsPerTimeUnit
public void setAvgActionsPerTimeUnit(String string)
getBegDate
public String getBegDate()
setBegDate
public void setBegDate(String begDate)
getEndDate
public String getEndDate()
setEndDate
public void setEndDate(String endDate)
getMethodToCall
public String getMethodToCall()
- Description copied from class:
UifFormBase
- Identifies the controller method that should be invoked to fulfill a
request. The value will be matched up against the 'params' setting on the
RequestMapping
annotation for the controller method
- Overrides:
getMethodToCall
in class UifFormBase
- Returns:
- String method to call
setMethodToCall
public void setMethodToCall(String methodToCall)
- Description copied from class:
UifFormBase
- Setter for the method to call
- Overrides:
setMethodToCall
in class UifFormBase
getBeginningDate
public Date getBeginningDate()
setBeginningDate
public void setBeginningDate(Date beginningDate)
getEndingDate
public Date getEndingDate()
setEndingDate
public void setEndingDate(Date endingDate)
getDayTimeUnit
public String getDayTimeUnit()
getMonthTimeUnit
public String getMonthTimeUnit()
getWeekTimeUnit
public String getWeekTimeUnit()
getYearTimeUnit
public String getYearTimeUnit()
getBackLocation
public String getBackLocation()
setBackLocation
public void setBackLocation(String backLocation)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.