Class StatsForm

java.lang.Object
org.apache.struts.action.ActionForm
All Implemented Interfaces:
Serializable, PojoForm

public class StatsForm extends KualiForm
A Struts ActionForm for the StatsAction.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Field Details

  • 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.
      Specified by:
      populate in interface PojoForm
      Overrides:
      populate in class KualiForm
      See Also:
      • org.kuali.rice.krad.web.struts.form.KualiForm#populate(javax.servlet.http.HttpServletRequest)
    • determineBeginDate

      public void determineBeginDate()
    • 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()
      Overrides:
      getMethodToCall in class KualiForm
    • setMethodToCall

      public void setMethodToCall(String methodToCall)
      Overrides:
      setMethodToCall in class KualiForm
    • 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()
      Overrides:
      getBackLocation in class KualiForm
    • setBackLocation

      public void setBackLocation(String backLocation)
      Overrides:
      setBackLocation in class KualiForm