org.kuali.hr.time.base.web
Class TkForm

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

public class TkForm
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
TkForm()
           
 
Method Summary
 String getDocumentId()
           
 String getDocumentIdFromContext()
           
 String getDocumentStatus()
           
 String getLeaveCalendarDocumentStatus()
           
 String getLeaveDocumentIdFromContext()
           
 boolean getLeaveEnabled()
           
 String getMethodToCall()
           
 String getPrincipalId()
           
 boolean getTimeEnabled()
           
 boolean getViewLeaveTabsWithNEStatus()
           
 String getWorkflowUrl()
           
 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

TkForm

public TkForm()
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()

getDocumentIdFromContext

public String getDocumentIdFromContext()

getDocumentStatus

public String getDocumentStatus()

getLeaveCalendarDocumentStatus

public String getLeaveCalendarDocumentStatus()

getLeaveEnabled

public boolean getLeaveEnabled()

getTimeEnabled

public boolean getTimeEnabled()

getLeaveDocumentIdFromContext

public String getLeaveDocumentIdFromContext()

getViewLeaveTabsWithNEStatus

public boolean getViewLeaveTabsWithNEStatus()


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