public class InstitutionalProposalCreditSplitAuditError
extends org.kuali.rice.kns.util.AuditError
| Constructor and Description |
|---|
InstitutionalProposalCreditSplitAuditError(String messageKey) |
InstitutionalProposalCreditSplitAuditError(String messageKey,
String... params) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addAuditError(String messageKey,
String... params)
Convenience method for adding an
with just a messageKey.The that is added is.CREDIT_SPLIT_KEY, messageKey, KEY_PERSONNEL_PAGE + "." + KEY_PERSONNEL_PANEL_ANCHOR |
boolean |
equals(Object obj) |
public InstitutionalProposalCreditSplitAuditError(String messageKey)
messageKey - to be delegated to AuditError superclassparams - varargs array of parameters for the messagekeypublic boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public static void addAuditError(String messageKey, String... params)
AuditError with just a messageKey.AuditError that is added is.CREDIT_SPLIT_KEY, messageKey, KEY_PERSONNEL_PAGE + "." + KEY_PERSONNEL_PANEL_ANCHORmessageKey - CreditSplitAuditError,
AuditError,
KNSGlobalVariables.getAuditErrorMap()Copyright © 2013 The Kuali Foundation. All Rights Reserved.