org.kuali.kfs.gl.batch.service.impl
Class SufficientFundsFullRebuildServiceImpl

java.lang.Object
  extended by org.kuali.kfs.gl.batch.service.impl.SufficientFundsFullRebuildServiceImpl
All Implemented Interfaces:
SufficientFundsFullRebuildService

@Transactional
public class SufficientFundsFullRebuildServiceImpl
extends Object
implements SufficientFundsFullRebuildService

The base implementation of SufficientFundsFullRebuildService


Constructor Summary
SufficientFundsFullRebuildServiceImpl()
           
 
Method Summary
 void setSufficientFundRebuildDao(SufficientFundRebuildDao sfd)
           
 void syncSufficientFunds()
          Goes through all accounts in the database, and generates a sufficient fund rebuild record for each one!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SufficientFundsFullRebuildServiceImpl

public SufficientFundsFullRebuildServiceImpl()
Method Detail

syncSufficientFunds

public void syncSufficientFunds()
Goes through all accounts in the database, and generates a sufficient fund rebuild record for each one!

Specified by:
syncSufficientFunds in interface SufficientFundsFullRebuildService
See Also:
SufficientFundsFullRebuildService.syncSufficientFunds()

setSufficientFundRebuildDao

public void setSufficientFundRebuildDao(SufficientFundRebuildDao sfd)


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