Package org.kuali.rice.krad.util
Class AuditError
java.lang.Object
org.kuali.rice.krad.util.AuditError
KRA Audit Error class.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionAuditError(String errorKey, String messageKey, String link) AuditError(String errorKey, String messageKey, String link, String[] params) -
Method Summary
Modifier and TypeMethodDescriptionGets the errorKey attribute.getLink()Gets the link attribute.Gets the key attribute.String[]Gets the params attribute.The key used to match in the ValidationMessages component, should either be id, property path, or a key to match for that component; if NOT set, this will return errorKey.voidsetErrorKey(String errorKey) Sets the errorKey attribute value.voidSets the link attribute value.voidsetMessageKey(String messageKey) Sets the key attribute value.voidSets the params attribute value.voidsetValidationKey(String validationKey)
-
Constructor Details
-
AuditError
-
AuditError
-
-
Method Details
-
getErrorKey
Gets the errorKey attribute.- Returns:
- Returns the errorKey.
-
setErrorKey
Sets the errorKey attribute value.- Parameters:
errorKey- The errorKey to set.
-
getValidationKey
The key used to match in the ValidationMessages component, should either be id, property path, or a key to match for that component; if NOT set, this will return errorKey.- Returns:
- the validation key used by ValidationMessages
-
setValidationKey
- See Also:
-
getLink
Gets the link attribute.- Returns:
- Returns the link.
-
setLink
Sets the link attribute value.- Parameters:
link- The link to set.
-
getMessageKey
Gets the key attribute.- Returns:
- Returns the key.
-
setMessageKey
Sets the key attribute value.- Parameters:
key- The key to set.
-
getParams
Gets the params attribute.- Returns:
- Returns the params.
-
setParams
Sets the params attribute value.- Parameters:
params- The params to set.
-