org.kuali.kpme.core.web
Class KPMEForm

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.kpme.core.web.KPMEForm
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.web.struts.form.pojo.PojoForm
Direct Known Subclasses:
ApprovalForm, BatchJobActionForm, CalculateLeaveAccrualsForm, CalendarEntryActionForm, CalendarForm, CarryOverBatchJobActionForm, ChangeTargetPersonForm, DeleteDocumentForm, HelpActionForm, InitiateDocumentForm, LeaveBlockDisplayForm, LeaveRequestForm, PersonInfoActionForm, ProcessMaintForm, SessionInvalidateForm, TimesheetSubmitActionForm

public class KPMEForm
extends org.kuali.rice.kns.web.struts.form.KualiForm

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.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
KPMEForm()
           
 
Method Summary
 String getDocumentId()
           
 String getDocumentStatus()
           
 String getMethodToCall()
           
 String getPrincipalId()
           
 String getWorkflowUrl()
           
 boolean isLeaveEnabled()
           
 boolean isTimeEnabled()
           
 void setDocumentId(String documentId)
           
 void setMethodToCall(String methodToCall)
           
 void setPrincipalId(String principalId)
           
 
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

KPMEForm

public KPMEForm()
Method Detail

getMethodToCall

public String getMethodToCall()
Overrides:
getMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm

setMethodToCall

public void setMethodToCall(String methodToCall)
Overrides:
setMethodToCall in class org.kuali.rice.kns.web.struts.form.KualiForm

getPrincipalId

public String getPrincipalId()

setPrincipalId

public void setPrincipalId(String principalId)

getDocumentId

public String getDocumentId()

setDocumentId

public void setDocumentId(String documentId)

getWorkflowUrl

public String getWorkflowUrl()

getDocumentStatus

public String getDocumentStatus()

isTimeEnabled

public boolean isTimeEnabled()

isLeaveEnabled

public boolean isLeaveEnabled()


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