public class AccountPresenceServiceImpl extends Object implements AccountPresenceService
Constructor and Description |
---|
AccountPresenceServiceImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
public AccountPresenceServiceImpl()
public boolean isObjectCodeBudgetedForAccountPresence(Account account, ObjectCode objectCode)
isObjectCodeBudgetedForAccountPresence
in interface AccountPresenceService
account
- The account to be checked for the presence control flag.objectCode
- The object code being reviewed.AccountPresenceService.isObjectCodeBudgetedForAccountPresence(org.kuali.ole.coa.businessobject.Account, org.kuali.ole.coa.businessobject.ObjectCode)
public BalanceDao getBalanceDao()
public void setBalanceDao(BalanceDao balanceDao)
balanceDao
- The balanceDao to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.