public interface SufficientFundsAccountUpdateService
Modifier and Type | Method and Description |
---|---|
void |
calculateSufficientFundsByAccount(SufficientFundRebuild sfrb)
Updates sufficient funds balances for the given account
|
void |
convertOtypeToAtypes(SufficientFundRebuild sfrb)
Given an O SF rebuild type, it will look up all of the matching balances in the table and add each account it finds as an A
SF rebuild type.
|
void |
rebuildSufficientFunds()
Rebuilds all necessary sufficient funds balances.
|
void rebuildSufficientFunds()
void convertOtypeToAtypes(SufficientFundRebuild sfrb)
sfrb
- the sufficient fund rebuild record to convertvoid calculateSufficientFundsByAccount(SufficientFundRebuild sfrb)
sfrb
- the sufficient fund rebuild record, with a chart and account numberCopyright © 2004–2014 The Kuali Foundation. All rights reserved.