| java.lang.Object org.kuali.module.gl.batch.poster.impl.PostExpenditureTransaction
PostExpenditureTransaction | public class PostExpenditureTransaction implements IcrTransaction,PostTransaction(Code) | | This implementation of PostTransaction creates ExpenditureTransactions, temporary records used
for ICR generation
|
PostExpenditureTransaction | public PostExpenditureTransaction()(Code) | | Creates a PostExpenditureTransaction instance
|
isIcrTransaction | public boolean isIcrTransaction(ObjectType objectType, Account account, String subAccountNumber, ObjectCode objectCode, String universityFiscalPeriodCode)(Code) | | This will determine if this transaction is an ICR eligible transaction
Parameters: objectType - the object type of the transaction Parameters: account - the account of the transaction Parameters: subAccountNumber - the subAccountNumber of the transaction Parameters: objectCode - the object code of the transaction Parameters: universityFiscalPeriodCode - the accounting period code of the transactoin true if the transaction is an ICR transaction and therefore should have an expenditure transaction created for it; false if otherwise |
|
|