org.kuali.module.gl.batch.poster |
|
Java Source File Name | Type | Comment |
AccountBalanceCalculator.java | Interface | This interface declares the methods needed to update an account balance, based on a transaction. |
BalanceCalculator.java | Interface | This interface declares methods needed for posting transactions to the appropriate balance records. |
EncumbranceCalculator.java | Interface | |
PostTransaction.java | Interface | An interface that delcares the methods that the Poster needs to post a transaction. |
VerifyTransaction.java | Interface | |