public interface ScrubberValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAccountExpired(Account account,
UniversityDate universityRunDate)
Performs logic to determine whether an account is expired
|
void |
validateForInquiry(GeneralLedgerPendingEntry entry)
Validate a transaction for use in balance inquiry
|
List<Message> |
validateTransaction(OriginEntryInformation originEntry,
OriginEntryInformation scrubbedEntry,
UniversityDate universityRunDate,
boolean laborIndicator,
AccountingCycleCachingService accountingCycleCachingService)
Validate a transaction in the scrubber
|
List<Message> validateTransaction(OriginEntryInformation originEntry, OriginEntryInformation scrubbedEntry, UniversityDate universityRunDate, boolean laborIndicator, AccountingCycleCachingService accountingCycleCachingService)
originEntry - Input transaction (never changed)scrubbedEntry - Output transaction (scrubbed version of input transaction)universityRunDate - Date of scrubber runvoid validateForInquiry(GeneralLedgerPendingEntry entry)
entry - Input transactionboolean isAccountExpired(Account account, UniversityDate universityRunDate)
account - Account to validateuniversityRunDate - Run date of processCopyright © 2004–2015 The Kuali Foundation. All rights reserved.