org.kuali.kfs.module.endow.batch.service
Interface CreateAccrualTransactionsService
- All Known Implementing Classes:
- CreateAccrualTransactionsServiceImpl
public interface CreateAccrualTransactionsService
Defines a batch job that locates all active securities that have been accruing income and are scheduled to distribute income on
the processing date and generate a transactional document that will credit the accrued income to the KEMID spendable income.
Method Summary |
boolean |
createAccrualTransactions()
Locates all active securities that have been accruing income and are scheduled to distribute income on the processing date
and generate a transactional document that will credit the accrued income to the KEMID spendable income. |
createAccrualTransactions
boolean createAccrualTransactions()
- Locates all active securities that have been accruing income and are scheduled to distribute income on the processing date
and generate a transactional document that will credit the accrued income to the KEMID spendable income.
- Returns:
- true if successful, false otherwise
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.