org.kuali.kfs.sys.document.service.impl
Class AccountPresenceServiceImpl

java.lang.Object
  extended by org.kuali.kfs.sys.document.service.impl.AccountPresenceServiceImpl
All Implemented Interfaces:
AccountPresenceService

public class AccountPresenceServiceImpl
extends Object
implements AccountPresenceService

This is the default implementation of the AccountPresenceService interface.


Constructor Summary
AccountPresenceServiceImpl()
           
 
Method Summary
 BalanceDao getBalanceDao()
          Simple getter used to retrieve an instance of the BalanceDao.
 boolean isObjectCodeBudgetedForAccountPresence(Account account, ObjectCode objectCode)
          This method determines if an object code has been budgeted for account presence.
 void setBalanceDao(BalanceDao balanceDao)
          Simple setter used to set the local BalanceDao attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountPresenceServiceImpl

public AccountPresenceServiceImpl()
Method Detail

isObjectCodeBudgetedForAccountPresence

public boolean isObjectCodeBudgetedForAccountPresence(Account account,
                                                      ObjectCode objectCode)
This method determines if an object code has been budgeted for account presence.

Specified by:
isObjectCodeBudgetedForAccountPresence in interface AccountPresenceService
Parameters:
account - The account to be checked for the presence control flag.
objectCode - The object code being reviewed.
Returns:
True if the object code has been budgeted for an account presence, false otherwise.
See Also:
AccountPresenceService.isObjectCodeBudgetedForAccountPresence(org.kuali.kfs.coa.businessobject.Account, org.kuali.kfs.coa.businessobject.ObjectCode)

getBalanceDao

public BalanceDao getBalanceDao()
Simple getter used to retrieve an instance of the BalanceDao.

Returns:
Returns the balanceDao.

setBalanceDao

public void setBalanceDao(BalanceDao balanceDao)
Simple setter used to set the local BalanceDao attribute.

Parameters:
balanceDao - The balanceDao to set.


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