org.kuali.hr.time.timesheet.web
Class TimesheetActionForm
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.hr.time.base.web.TkForm
org.kuali.hr.time.base.web.TkCommonCalendarForm
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
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 |
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 |
TimesheetActionForm
public TimesheetActionForm()
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.