| org.kuali.module.gl.service.IcrTransaction
All known Subclasses: org.kuali.module.gl.batch.poster.impl.PostExpenditureTransaction,
IcrTransaction | public interface IcrTransaction (Code) | | An interface with a predicate that tells if a transaction with the given fields would be an ICR transaction or not
|
isIcrTransaction | public boolean isIcrTransaction(ObjectType objectType, Account account, String subAccountNumber, ObjectCode objectCode, String universityFiscalPeriodCode)(Code) | | Determines if a transaction with the given parameters would be subject to indirect cost recovery
Parameters: objectType - the object type of the transaction Parameters: account - the account of the transaction Parameters: subAccountNumber - the sub account number of the transaction Parameters: objectCode - the financial object code of the transaction Parameters: universityFiscalPeriodCode - the period code of the transactions true if these all mean the transaction is an indirect cost recovery transaction, false otherwise |
|
|