@Deprecated public class KualiExceptionIncidentForm extends KualiForm
KualiForm.TabState
extraButtons
requiredNonEditableProperties
Constructor and Description |
---|
KualiExceptionIncidentForm()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getComponentName()
Deprecated.
|
String |
getDescription()
Deprecated.
|
String |
getDisplayMessage()
Deprecated.
|
String |
getDocumentId()
Deprecated.
|
String |
getExceptionMessage()
Deprecated.
|
String |
getExceptionReportSubject()
Deprecated.
|
String |
getPrincipalName()
Deprecated.
|
String |
getStackTrace()
Deprecated.
|
String |
getUserEmail()
Deprecated.
|
String |
getUserName()
Deprecated.
|
boolean |
isCancel()
Deprecated.
|
void |
populate(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.
|
void |
reset(org.apache.struts.action.ActionMapping mapping,
javax.servlet.http.HttpServletRequest request)
Deprecated.
|
void |
setCancel(boolean cancel)
Deprecated.
|
void |
setComponentName(String componentName)
Deprecated.
|
void |
setDescription(String description)
Deprecated.
|
void |
setDisplayMessage(String displayMessage)
Deprecated.
|
void |
setDocumentId(String documentId)
Deprecated.
|
void |
setExceptionMessage(String exceptionMessage)
Deprecated.
|
void |
setExceptionReportSubject(String exceptionReportSubject)
Deprecated.
|
void |
setPrincipalName(String principalName)
Deprecated.
|
void |
setStackTrace(String stackTrace)
Deprecated.
|
void |
setUserEmail(String userEmail)
Deprecated.
|
void |
setUserName(String userName)
Deprecated.
|
boolean |
shouldMethodToCallParameterBeUsed(String methodToCallParameterName,
String methodToCallParameterValue,
javax.servlet.http.HttpServletRequest request)
Deprecated.
This overridden method ...
|
boolean |
shouldPropertyBePopulatedInForm(String requestParameterName,
javax.servlet.http.HttpServletRequest request)
Deprecated.
This overridden method ...
|
Map<String,String> |
toMap()
Deprecated.
This method return list of required information contained by the jsp in both
display and hidden properties.
|
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, setTabStates
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
public KualiExceptionIncidentForm()
public void populate(javax.servlet.http.HttpServletRequest request)
KualiForm
public void reset(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
public Map<String,String> toMap()
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
public final boolean isCancel()
public final void setCancel(boolean cancel)
cancel
- the cancel to setpublic final String getDescription()
public final void setDescription(String description)
description
- the description to setpublic final String getExceptionMessage()
public final void setExceptionMessage(String exceptionMessage)
exceptionMessage
- the exceptionMessage to setpublic final String getDisplayMessage()
public final void setDisplayMessage(String displayMessage)
displayMessage
- the displayMessage to setpublic final String getDocumentId()
public final void setDocumentId(String documentId)
documentId
- the documentId to setpublic final String getUserEmail()
public final void setUserEmail(String userEmail)
userEmail
- the userEmail to setpublic String getPrincipalName()
public void setPrincipalName(String principalName)
principalName
- the principalName to setpublic final String getUserName()
public final void setUserName(String userName)
userName
- the userName to setpublic final void setStackTrace(String stackTrace)
stackTrace
- the stackTrace to setpublic final String getStackTrace()
public final String getExceptionReportSubject()
public final void setExceptionReportSubject(String exceptionReportSubject)
exceptionReportSubject
- the exceptionReportSubject to setpublic final String getComponentName()
public final void setComponentName(String componentName)
componentName
- the componentName to setpublic boolean shouldMethodToCallParameterBeUsed(String methodToCallParameterName, String methodToCallParameterValue, javax.servlet.http.HttpServletRequest request)
shouldMethodToCallParameterBeUsed
in class KualiForm
org.kuali.rice.krad.web.struts.form.KualiForm#shouldMethodToCallParameterBeUsed(java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
public boolean shouldPropertyBePopulatedInForm(String requestParameterName, javax.servlet.http.HttpServletRequest request)
KualiForm
shouldPropertyBePopulatedInForm
in interface PojoForm
shouldPropertyBePopulatedInForm
in class KualiForm
requestParameterName
- the name of the request parameterrequest
- the HTTP requestorg.kuali.rice.krad.web.struts.form.KualiForm#shouldPropertyBePopulatedInForm(java.lang.String, javax.servlet.http.HttpServletRequest)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.