org.kuali.kfs.fp.document.validation.impl
Class ProcurementCardErrorPathUtil
java.lang.Object
org.kuali.kfs.fp.document.validation.impl.ProcurementCardErrorPathUtil
public class ProcurementCardErrorPathUtil
- extends Object
This class...
Field Summary |
protected static org.apache.log4j.Logger |
LOG
|
Method Summary |
static void |
fixErrorPath(AccountingDocument financialDocument,
AccountingLine accountingLine)
Fix the GlobalVariables.getErrorMap errorPath for how procurement card documents needs them in order
to properly display errors on the interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static org.apache.log4j.Logger LOG
ProcurementCardErrorPathUtil
public ProcurementCardErrorPathUtil()
fixErrorPath
public static void fixErrorPath(AccountingDocument financialDocument,
AccountingLine accountingLine)
- Fix the GlobalVariables.getErrorMap errorPath for how procurement card documents needs them in order
to properly display errors on the interface. This is different from other financial document accounting
lines because instead procurement card documents have accounting lines insides of transactions.
Hence the error path is slightly different.
- Parameters:
financialDocument
- The financial document the errors will be posted to.accountingLine
- The accounting line the error will be posted on.
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.