| java.lang.Object org.kuali.module.gl.batch.poster.impl.PostEncumbrance
PostEncumbrance | public PostEncumbrance()(Code) | | Constructs a PostEncumbrance instance
|
post | public String post(Transaction t, int mode, Date postDate)(Code) | | Called by the poster to post a transaction. The transaction might or might not be an encumbrance transaction.
Parameters: t - the transaction which is being posted Parameters: mode - the mode the poster is currently running in Parameters: postDate - the date this transaction should post to the accomplished post type |
verifyTransaction | public List verifyTransaction(Transaction t)(Code) | | Make sure the transaction is correct for posting. If there is an error, this will stop the transaction from posting in all
files.
Parameters: t - the transaction to verify a List of error messages, as Strings |
|
|