org.kuali.rice.kew.feedback.web
Class FeedbackForm
java.lang.Object
   org.apache.struts.action.ActionForm
org.apache.struts.action.ActionForm
       org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
           org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiForm
               org.kuali.rice.kew.feedback.web.FeedbackForm
org.kuali.rice.kew.feedback.web.FeedbackForm
- All Implemented Interfaces: 
- Serializable, PojoForm
- public class FeedbackForm 
- extends KualiForm
Struts ActionForm for FeedbackAction.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- FeedbackAction, 
Serialized Form
 
 
 
 
 
| 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, 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 | 
 
FeedbackForm
public FeedbackForm()
getCategory
public String getCategory()
- 
- Returns:
- Returns the category.
 
setCategory
public void setCategory(String category)
- 
- Parameters:
- category- The category to set.
 
getUserName
public String getUserName()
- 
 
setUserName
public void setUserName(String userName)
- 
 
setUserEmail
public void setUserEmail(String userEmail)
- 
 
getUserEmail
public String getUserEmail()
- 
 
setNetworkId
public void setNetworkId(String networkId)
- 
 
getNetworkId
public String getNetworkId()
- 
 
setDocumentType
public void setDocumentType(String documentType)
- 
 
getDocumentType
public String getDocumentType()
- 
 
setPageUrl
public void setPageUrl(String pageUrl)
- 
 
getPageUrl
public String getPageUrl()
- 
 
setException
public void setException(String exception)
- 
 
getException
public String getException()
- 
 
setTimeDate
public void setTimeDate(String timeDate)
- 
 
getTimeDate
public String getTimeDate()
- 
 
setComments
public void setComments(String comments)
- 
 
getComments
public String getComments()
- 
 
setDocumentId
public void setDocumentId(String documentId)
- 
 
getDocumentId
public String getDocumentId()
- 
 
setFirstName
public void setFirstName(String firstName)
- 
 
getFirstName
public String getFirstName()
- 
 
setLastName
public void setLastName(String lastName)
- 
 
getLastName
public String getLastName()
- 
 
getMethodToCall
public String getMethodToCall()
- Description copied from class: KualiForm
- Used by the dispatch action to determine which action method to call into.
 
- 
- Overrides:
- getMethodToCallin class- KualiForm
 
- 
- Returns:
- Returns the methodToCall.
 
setMethodToCall
public void setMethodToCall(String methodToCall)
- 
- Overrides:
- setMethodToCallin class- KualiForm
 
- 
- Parameters:
- methodToCall- The methodToCall to set.
 
getPhone
public String getPhone()
- 
 
setPhone
public void setPhone(String phone)
- 
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.