| org.kuali.module.gl.service.PosterService
All known Subclasses: org.kuali.module.gl.service.impl.PosterServiceImpl,
PosterService | public interface PosterService (Code) | | An interface of methods to run the Poster
|
MODE_ENTRIES | public static int MODE_ENTRIES(Code) | | a poster mode, where the poster will post entries
|
MODE_ICR | public static int MODE_ICR(Code) | | a poster mode, where the poster will post indirect cost recovery entries
|
MODE_REVERSAL | public static int MODE_REVERSAL(Code) | | a poster mode, where the poster will post reversals that are due to reverse
|
generateIcrTransactions | public void generateIcrTransactions()(Code) | | Generate ICR GL entries.
|
postIcrEntries | public void postIcrEntries()(Code) | | Post ICR GL entries to GL tables.
|
postMainEntries | public void postMainEntries()(Code) | | Post scrubbed GL entries to GL tables.
|
postReversalEntries | public void postReversalEntries()(Code) | | Post reversal GL entries to GL tables.
|
setDateTimeService | public void setDateTimeService(DateTimeService dateTimeService)(Code) | | Sets the dateTimeAttribute of the service
Parameters: dateTimeService - the dateTimeService implementation to set |
|
|