Package org.kuali.rice.kew.stats.web
Class StatsForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kew.stats.web.StatsForm
- All Implemented Interfaces:
Serializable,PojoForm
A Struts ActionForm for the
StatsAction.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
KualiForm.TabState -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditablePropertiesFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidgetStats()voidpopulate(javax.servlet.http.HttpServletRequest request) Retrieves the "returnLocation" parameter after calling "populate" on the superclass.voidsetAvgActionsPerTimeUnit(String string) voidsetBackLocation(String backLocation) voidsetBegDate(String begDate) voidsetBeginningDate(Date beginningDate) voidsetEndDate(String endDate) voidsetEndingDate(Date endingDate) voidsetMethodToCall(String methodToCall) voidvoidMethods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormMethods inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValuesMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
-
Field Details
-
DAY_TIME_UNIT
- See Also:
-
WEEK_TIME_UNIT
- See Also:
-
MONTH_TIME_UNIT
- See Also:
-
YEAR_TIME_UNIT
- See Also:
-
DEFAULT_BEGIN_DATE
- See Also:
-
DEFAULT_END_DATE
- See Also:
-
BEG_DAY_TIME
- See Also:
-
END_DAY_TIME
- See Also:
-
DATE_FORMAT
- See Also:
-
TIME_FORMAT
- See Also:
-
-
Constructor Details
-
StatsForm
public StatsForm()
-
-
Method Details
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Retrieves the "returnLocation" parameter after calling "populate" on the superclass. -
determineBeginDate
public void determineBeginDate() -
determineEndDate
public void determineEndDate() -
makePerUnitOfTimeDropDownMap
-
validateDates
public void validateDates() -
getStats
-
setStats
-
getCanceledLabel
-
getDisapprovedLabel
-
getEnrouteLabel
-
getExceptionLabel
-
getFinalLabel
-
getInitiatedLabel
-
getProcessedLabel
-
getSavedLabel
-
getAvgActionsPerTimeUnit
-
setAvgActionsPerTimeUnit
-
getBegDate
-
setBegDate
-
getEndDate
-
setEndDate
-
getMethodToCall
- Overrides:
getMethodToCallin classKualiForm
-
setMethodToCall
- Overrides:
setMethodToCallin classKualiForm
-
getBeginningDate
-
setBeginningDate
-
getEndingDate
-
setEndingDate
-
getDayTimeUnit
-
getMonthTimeUnit
-
getWeekTimeUnit
-
getYearTimeUnit
-
getBackLocation
- Overrides:
getBackLocationin classKualiForm
-
setBackLocation
- Overrides:
setBackLocationin classKualiForm
-