|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.kpme.core.web.KPMEForm
org.kuali.kpme.tklm.common.ApprovalForm
org.kuali.kpme.tklm.leave.request.approval.web.LeaveRequestApprovalActionForm
public class LeaveRequestApprovalActionForm
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.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.kpme.tklm.common.ApprovalForm |
---|
getDepartments, getOutputString, getPayCalendarGroups, getSelectedDept, getSelectedPayCalendarGroup, getSelectedWorkArea, getWorkAreaDescr, setDepartments, setOutputString, setPayCalendarGroups, setSelectedDept, setSelectedPayCalendarGroup, setSelectedWorkArea, setWorkAreaDescr |
Methods inherited from class org.kuali.kpme.core.web.KPMEForm |
---|
getDocumentId, getDocumentStatus, getMethodToCall, getWorkflowUrl, isLeaveEnabled, isTimeEnabled, setDocumentId, 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 |
---|
public LeaveRequestApprovalActionForm()
Method Detail |
---|
public List<LeaveRequestApprovalEmployeeRow> getEmployeeRows()
public void setEmployeeRows(List<LeaveRequestApprovalEmployeeRow> employeeRows)
public String getApproveList()
public void setApproveList(String approveList)
public String getDisapproveList()
public void setDisapproveList(String disapproveList)
public String getDeferList()
public void setDeferList(String deferList)
public String getPrincipalId()
getPrincipalId
in class KPMEForm
public void setPrincipalId(String principalId)
setPrincipalId
in class KPMEForm
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |