Class KualiExceptionIncidentForm
java.lang.Object
org.apache.struts.action.ActionForm
org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
org.kuali.rice.kns.web.struts.form.KualiForm
org.kuali.rice.kns.web.struts.form.KualiExceptionIncidentForm
- All Implemented Interfaces:
Serializable,PojoForm
Deprecated.
KNS Struts deprecated, use KRAD and the Spring MVC framework.
This class is the action form for all Question Prompts.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
KualiForm.TabState -
Field Summary
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtonsFields inherited from class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBase
requiredNonEditablePropertiesFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal StringDeprecated.final StringDeprecated.final StringDeprecated.final StringDeprecated.final StringDeprecated.final StringDeprecated.Deprecated.final StringDeprecated.final StringDeprecated.final StringDeprecated.final booleanisCancel()Deprecated.voidpopulate(javax.servlet.http.HttpServletRequest request) Deprecated.Checks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request.voidreset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Deprecated.final voidsetCancel(boolean cancel) Deprecated.final voidsetComponentName(String componentName) Deprecated.final voidsetDescription(String description) Deprecated.final voidsetDisplayMessage(String displayMessage) Deprecated.final voidsetDocumentId(String documentId) Deprecated.final voidsetExceptionMessage(String exceptionMessage) Deprecated.final voidsetExceptionReportSubject(String exceptionReportSubject) Deprecated.voidsetPrincipalName(String principalName) Deprecated.final voidsetStackTrace(String stackTrace) Deprecated.final voidsetUserEmail(String userEmail) Deprecated.final voidsetUserName(String userName) Deprecated.booleanshouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request) Deprecated.booleanshouldPropertyBePopulatedInForm(String requestParameterName, javax.servlet.http.HttpServletRequest request) Deprecated.Returns whether a request parameter should be populated as a property of the form, assuming that the request parameter name corresponds to a property on the form.toMap()Deprecated.This method return list of required information contained by the jsp in both display and hidden properties.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, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStatesMethods 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, setUnconvertedValuesMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
-
Constructor Details
-
KualiExceptionIncidentForm
public KualiExceptionIncidentForm()Deprecated.
-
-
Method Details
-
populate
public void populate(javax.servlet.http.HttpServletRequest request) Deprecated.Description copied from class:KualiFormChecks for methodToCall parameter, and if not populated in form calls utility method to parse the string from the request. -
reset
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Deprecated. -
toMap
Deprecated.This method return list of required information contained by the jsp in both display and hidden properties.- Returns:
Example:
documentId, 2942084 userEmail, someone@somewhere userName, some name componentFormName, Form that threw exception name exceptionMessage, Error message from exception displayMessage, Either exception error message or generic exception error message stackTrace, Exception stack trace here
-
isCancel
public final boolean isCancel()Deprecated.- Returns:
- the cancel
-
setCancel
public final void setCancel(boolean cancel) Deprecated.- Parameters:
cancel- the cancel to set
-
getDescription
Deprecated.- Returns:
- the description
-
setDescription
Deprecated.- Parameters:
description- the description to set
-
getExceptionMessage
Deprecated.- Returns:
- the exceptionMessage
-
setExceptionMessage
Deprecated.- Parameters:
exceptionMessage- the exceptionMessage to set
-
getDisplayMessage
Deprecated.- Returns:
- the displayMessage
-
setDisplayMessage
Deprecated.- Parameters:
displayMessage- the displayMessage to set
-
getDocumentId
Deprecated.- Returns:
- the documentId
-
setDocumentId
Deprecated.- Parameters:
documentId- the documentId to set
-
getUserEmail
Deprecated.- Returns:
- the userEmail
-
setUserEmail
Deprecated.- Parameters:
userEmail- the userEmail to set
-
getPrincipalName
Deprecated.- Returns:
- the principalName
-
setPrincipalName
Deprecated.- Parameters:
principalName- the principalName to set
-
getUserName
Deprecated.- Returns:
- the userName
-
setUserName
Deprecated.- Parameters:
userName- the userName to set
-
setStackTrace
Deprecated.- Parameters:
stackTrace- the stackTrace to set
-
getStackTrace
Deprecated.- Returns:
- the stackTrace
-
getExceptionReportSubject
Deprecated.- Returns:
- the exceptionReportSubject
-
setExceptionReportSubject
Deprecated.- Parameters:
exceptionReportSubject- the exceptionReportSubject to set
-
getComponentName
Deprecated.- Returns:
- the componentName
-
setComponentName
Deprecated.- Parameters:
componentName- the componentName to set
-
shouldMethodToCallParameterBeUsed
public boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request) Deprecated.- Overrides:
shouldMethodToCallParameterBeUsedin classKualiForm
-
shouldPropertyBePopulatedInForm
public boolean shouldPropertyBePopulatedInForm(String requestParameterName, javax.servlet.http.HttpServletRequest request) Deprecated.Description copied from interface:PojoFormReturns whether a request parameter should be populated as a property of the form, assuming that the request parameter name corresponds to a property on the form. This method makes no determination whether the request parameter is a property of the form, but rather from a security perspective, whether the framework should attempt to set the form property with the same name as the request parameter.- Specified by:
shouldPropertyBePopulatedInFormin interfacePojoForm- Overrides:
shouldPropertyBePopulatedInFormin classKualiForm- Parameters:
requestParameterName- the name of the request parameterrequest- the HTTP request- Returns:
- whether the parameter should be
- See Also:
-