org.kuali.kfs.gl.batch.service
Interface SufficientFundsAccountUpdateService

All Known Implementing Classes:
SufficientFundsAccountUpdateServiceImpl

public interface SufficientFundsAccountUpdateService

An interface declaring a method that runs the sufficient funds rebuilder process.


Method Summary
 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.
 

Method Detail

rebuildSufficientFunds

void rebuildSufficientFunds()
Rebuilds all necessary sufficient funds balances.


convertOtypeToAtypes

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.

Parameters:
sfrb - the sufficient fund rebuild record to convert

calculateSufficientFundsByAccount

void calculateSufficientFundsByAccount(SufficientFundRebuild sfrb)
Updates sufficient funds balances for the given account

Parameters:
sfrb - the sufficient fund rebuild record, with a chart and account number


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.