org.kuali.hr.time.timesheet.web
Class TimesheetActionForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.hr.time.base.web.TkForm
                  extended by org.kuali.hr.time.base.web.TkCommonCalendarForm
                      extended by org.kuali.hr.time.timesheet.web.TimesheetActionForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm
Direct Known Subclasses:
ClockActionForm, TimeDetailActionFormBase

public class TimesheetActionForm
extends TkCommonCalendarForm

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
TimesheetActionForm()
           
 
Method Summary
 Map<String,String> getAssignmentDescriptions()
           
 Date getBeginPeriodDateTime()
           
 String getCalNav()
           
 String getDocumentId()
           
 Map<Long,String> getEarnCodeDescriptions()
           
 Date getEndPeriodDateTime()
           
 String getNextDocumentId()
           
 CalendarEntries getPayCalendarDates()
           
 String getPrevDocumentId()
           
 String getSelectedAssignment()
           
 String getSelectedEarnCode()
           
 TimesheetDocument getTimesheetDocument()
           
 void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 void setAssignmentDescriptions(Map<String,String> assignmentDescriptions)
           
 void setCalNav(String calNav)
           
 void setDocumentId(String documentId)
           
 void setEarnCodeDescriptions(Map<Long,String> earnCodeDescriptions)
           
 void setNextDocumentId(String nextDocumentId)
           
 void setPayCalendarDates(CalendarEntries payCalendarDates)
           
 void setPrevDocumentId(String prevDocumentId)
           
 void setSelectedAssignment(String selectedAssignment)
           
 void setSelectedEarnCode(String selectedEarnCode)
           
 void setTimesheetDocument(TimesheetDocument timesheetDocument)
           
 
Methods inherited from class org.kuali.hr.time.base.web.TkCommonCalendarForm
getCalendarYears, getPayPeriodsMap, getSelectedCalendarYear, getSelectedPayPeriod, isOnCurrentPeriod, setCalendarYears, setOnCurrentPeriod, setPayPeriodsMap, setSelectedCalendarYear, setSelectedPayPeriod
 
Methods inherited from class org.kuali.hr.time.base.web.TkForm
getDocumentIdFromContext, getDocumentStatus, getMethodToCall, getPrincipalId, getTimeEnabled, getUser, getWorkflowUrl, setMethodToCall, setPrincipalId
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
 
Methods 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, setUnconvertedValues
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimesheetActionForm

public TimesheetActionForm()
Method Detail

reset

public void reset(org.apache.struts.action.ActionMapping mapping,
                  javax.servlet.http.HttpServletRequest request)
Overrides:
reset in class org.kuali.rice.kns.web.struts.form.KualiForm

getTimesheetDocument

public TimesheetDocument getTimesheetDocument()

setTimesheetDocument

public void setTimesheetDocument(TimesheetDocument timesheetDocument)

getEarnCodeDescriptions

public Map<Long,String> getEarnCodeDescriptions()

setEarnCodeDescriptions

public void setEarnCodeDescriptions(Map<Long,String> earnCodeDescriptions)

getAssignmentDescriptions

public Map<String,String> getAssignmentDescriptions()

setAssignmentDescriptions

public void setAssignmentDescriptions(Map<String,String> assignmentDescriptions)

getSelectedAssignment

public String getSelectedAssignment()

setSelectedAssignment

public void setSelectedAssignment(String selectedAssignment)

getSelectedEarnCode

public String getSelectedEarnCode()

setSelectedEarnCode

public void setSelectedEarnCode(String selectedEarnCode)

getPayCalendarDates

public CalendarEntries getPayCalendarDates()

setPayCalendarDates

public void setPayCalendarDates(CalendarEntries payCalendarDates)

getCalNav

public String getCalNav()

setCalNav

public void setCalNav(String calNav)

getBeginPeriodDateTime

public Date getBeginPeriodDateTime()

getEndPeriodDateTime

public Date getEndPeriodDateTime()

getDocumentId

public String getDocumentId()
Overrides:
getDocumentId in class TkForm

setDocumentId

public void setDocumentId(String documentId)
Overrides:
setDocumentId in class TkForm

getPrevDocumentId

public String getPrevDocumentId()

setPrevDocumentId

public void setPrevDocumentId(String prevDocumentId)

getNextDocumentId

public String getNextDocumentId()

setNextDocumentId

public void setNextDocumentId(String nextDocumentId)


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.