org.kuali.hr.lm.request.approval.web
Class LeaveRequestApprovalActionForm

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.base.web.ApprovalForm
                          extended by org.kuali.hr.lm.request.approval.web.LeaveRequestApprovalActionForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm

public class LeaveRequestApprovalActionForm
extends ApprovalForm

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiForm.TabState
 
Field Summary
 
Fields inherited from class org.kuali.hr.time.base.web.ApprovalForm
ORDER_BY_DOCID, ORDER_BY_PRINCIPAL, ORDER_BY_STATUS, ORDER_BY_WORKAREA
 
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
LeaveRequestApprovalActionForm()
           
 
Method Summary
 String getApproveList()
           
 String getDeferList()
           
 String getDisapproveList()
           
 List<LeaveRequestApprovalEmployeeRow> getEmployeeRows()
           
 String getPrincipalId()
           
 void setApproveList(String approveList)
           
 void setDeferList(String deferList)
           
 void setDisapproveList(String disapproveList)
           
 void setEmployeeRows(List<LeaveRequestApprovalEmployeeRow> employeeRows)
           
 void setPrincipalId(String principalId)
           
 
Methods inherited from class org.kuali.hr.time.base.web.ApprovalForm
getApproverWorkAreas, getAssignmentPrincipalIds, getCalNav, getDepartments, getDeptWorkareas, getDocumentId, getEmployeeWorkArea, getHrPyCalendarEntriesId, getHrPyCalendarId, getName, getNextPayCalendarId, getOutputString, getPageId, getPayBeginDate, getPayBeginDateForSearch, getPayCalendarEntries, getPayCalendarGroups, getPayEndDate, getPayEndDateForSearch, getPrevPayCalendarId, getPrincipalIds, getResultSize, getRoleName, getRowsInTotal, getRowsToShow, getSearchField, getSearchResultList, getSearchTerm, getSelectedDept, getSelectedPayCalendarGroup, getSelectedWorkArea, getSortField, getTestSelected, getWorkArea, getWorkAreaDescr, isAjaxCall, isAscending, setAjaxCall, setAscending, setAssignmentPrincipalIds, setCalNav, setDepartments, setDeptWorkareas, setDocumentId, setEmployeeWorkArea, setHrPyCalendarEntriesId, setHrPyCalendarId, setName, setNextPayCalendarId, setOutputString, setPageId, setPayBeginDate, setPayBeginDateForSearch, setPayCalendarEntries, setPayCalendarGroups, setPayEndDate, setPayEndDateForSearch, setPrevPayCalendarId, setPrincipalIds, setResultSize, setRoleName, setRowsInTotal, setRowsToShow, setSearchField, setSearchResultList, setSearchTerm, setSelectedDept, setSelectedPayCalendarGroup, setSelectedWorkArea, setSortField, setTestSelected, setWorkArea, setWorkAreaDescr
 
Methods inherited from class org.kuali.hr.time.base.web.TkCommonCalendarForm
getActionMessages, getCalendarYears, getErrorMessages, getInfoMessages, getPayPeriodsMap, getSelectedCalendarYear, getSelectedPayPeriod, getWarningMessages, isOnCurrentPeriod, setActionMessages, setCalendarYears, setErrorMessages, setInfoMessages, setOnCurrentPeriod, setPayPeriodsMap, setSelectedCalendarYear, setSelectedPayPeriod, setWarningMessages
 
Methods inherited from class org.kuali.hr.time.base.web.TkForm
getDocumentIdFromContext, getDocumentStatus, getLeaveCalendarDocumentStatus, getLeaveDocumentIdFromContext, getLeaveEnabled, getMethodToCall, getTimeEnabled, getViewLeaveTabsWithNEStatus, getWorkflowUrl, setMethodToCall
 
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, 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

LeaveRequestApprovalActionForm

public LeaveRequestApprovalActionForm()
Method Detail

getEmployeeRows

public List<LeaveRequestApprovalEmployeeRow> getEmployeeRows()

setEmployeeRows

public void setEmployeeRows(List<LeaveRequestApprovalEmployeeRow> employeeRows)

getApproveList

public String getApproveList()

setApproveList

public void setApproveList(String approveList)

getDisapproveList

public String getDisapproveList()

setDisapproveList

public void setDisapproveList(String disapproveList)

getDeferList

public String getDeferList()

setDeferList

public void setDeferList(String deferList)

getPrincipalId

public String getPrincipalId()
Overrides:
getPrincipalId in class TkForm

setPrincipalId

public void setPrincipalId(String principalId)
Overrides:
setPrincipalId in class TkForm


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