|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AccountBalance in org.kuali.kfs.gl.batch.dataaccess |
---|
Methods in org.kuali.kfs.gl.batch.dataaccess that return AccountBalance | |
---|---|
AccountBalance |
LedgerPreparedStatementCachingDao.getAccountBalance(Transaction t)
|
Methods in org.kuali.kfs.gl.batch.dataaccess with parameters of type AccountBalance | |
---|---|
void |
LedgerPreparedStatementCachingDao.insertAccountBalance(AccountBalance accountBalance)
|
void |
LedgerPreparedStatementCachingDao.updateAccountBalance(AccountBalance accountBalance)
|
Uses of AccountBalance in org.kuali.kfs.gl.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.batch.dataaccess.impl that return AccountBalance | |
---|---|
AccountBalance |
LedgerPreparedStatementCachingDaoJdbc.getAccountBalance(Transaction t)
|
Methods in org.kuali.kfs.gl.batch.dataaccess.impl with parameters of type AccountBalance | |
---|---|
void |
LedgerPreparedStatementCachingDaoJdbc.insertAccountBalance(AccountBalance accountBalance)
|
void |
LedgerPreparedStatementCachingDaoJdbc.updateAccountBalance(AccountBalance accountBalance)
|
Uses of AccountBalance in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return AccountBalance | |
---|---|
AccountBalance |
AccountBalanceCalculator.findAccountBalance(Collection balanceList,
Transaction t)
Given a collection of account balance records, returns either the account balance the given transaction should post against or a new account balance record |
AccountBalance |
AccountingCycleCachingService.getAccountBalance(Transaction t)
|
Methods in org.kuali.kfs.gl.batch.service with parameters of type AccountBalance | |
---|---|
void |
AccountingCycleCachingService.insertAccountBalance(AccountBalance accountBalance)
|
void |
AccountingCycleCachingService.updateAccountBalance(AccountBalance accountBalance)
|
void |
AccountBalanceCalculator.updateAccountBalance(Transaction t,
AccountBalance ab)
Updates the given account balance record, based on the given transaction |
Uses of AccountBalance in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl that return AccountBalance | |
---|---|
AccountBalance |
PostAccountBalance.findAccountBalance(Collection balanceList,
Transaction t)
|
AccountBalance |
AccountingCycleCachingServiceImpl.getAccountBalance(Transaction t)
|
Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type AccountBalance | |
---|---|
void |
AccountingCycleCachingServiceImpl.insertAccountBalance(AccountBalance accountBalance)
|
void |
AccountingCycleCachingServiceImpl.updateAccountBalance(AccountBalance accountBalance)
|
void |
PostAccountBalance.updateAccountBalance(Transaction t,
AccountBalance ab)
|
protected boolean |
PostAccountBalance.updateAccountBalanceReturn(Transaction t,
AccountBalance ab)
|
Uses of AccountBalance in org.kuali.kfs.gl.businessobject |
---|
Subclasses of AccountBalance in org.kuali.kfs.gl.businessobject | |
---|---|
class |
AccountBalanceByConsolidation
This class is an empty derived class of Balance for solving the conflict in lookup framework. |
class |
AccountBalanceByLevel
This class... |
class |
AccountBalanceByObject
This class is an empty derived class of Balance for solving the conflict in lookup framework. |
class |
AccountBalanceHistory
AccountBalance BO for Balancing process. |
Methods in org.kuali.kfs.gl.businessobject with parameters of type AccountBalance | |
---|---|
void |
AccountBalance.add(AccountBalance ab)
|
boolean |
AccountBalanceHistory.compareAmounts(AccountBalance accountBalance)
Compare amounts |
Uses of AccountBalance in org.kuali.kfs.gl.dataaccess |
---|
Methods in org.kuali.kfs.gl.dataaccess that return AccountBalance | |
---|---|
AccountBalance |
AccountBalanceDao.getByTransaction(Transaction t)
Given a transaction, finds a matching account balance in the database |
Methods in org.kuali.kfs.gl.dataaccess with parameters of type AccountBalance | |
---|---|
void |
AccountBalanceDao.save(AccountBalance ab)
Saves an account balance to the database |
Uses of AccountBalance in org.kuali.kfs.gl.dataaccess.impl |
---|
Methods in org.kuali.kfs.gl.dataaccess.impl that return AccountBalance | |
---|---|
AccountBalance |
AccountBalanceDaoOjb.getByTransaction(Transaction t)
Given a transaction, finds a matching account balance in the database |
Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type AccountBalance | |
---|---|
void |
AccountBalanceDaoOjb.save(AccountBalance ab)
Saves an account balance to the database |
Uses of AccountBalance in org.kuali.kfs.gl.service |
---|
Methods in org.kuali.kfs.gl.service with parameters of type AccountBalance | |
---|---|
void |
AccountBalanceService.save(AccountBalance ab)
Save an account balance |
Uses of AccountBalance in org.kuali.kfs.gl.service.impl |
---|
Methods in org.kuali.kfs.gl.service.impl with parameters of type AccountBalance | |
---|---|
void |
AccountBalanceServiceImpl.save(AccountBalance ab)
Defers to the DAO to save the account balance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |