|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.document.service.impl.AccountPresenceServiceImpl
public class AccountPresenceServiceImpl
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 |
---|
public AccountPresenceServiceImpl()
Method Detail |
---|
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.kfs.coa.businessobject.Account, org.kuali.kfs.coa.businessobject.ObjectCode)
public BalanceDao getBalanceDao()
public void setBalanceDao(BalanceDao balanceDao)
balanceDao
- The balanceDao to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |