public interface PosterService
| Modifier and Type | Field and Description | 
|---|---|
| static int | MODE_ENTRIESa poster mode, where the poster will post entries | 
| static int | MODE_ICRa poster mode, where the poster will post indirect cost recovery entries | 
| static int | MODE_REVERSALa poster mode, where the poster will post reversals that are due to reverse | 
| Modifier and Type | Method and Description | 
|---|---|
| void | generateIcrTransactions()Generate ICR GL entries. | 
| void | postIcrEntries()Post ICR GL entries to GL tables. | 
| void | postMainEntries()Post scrubbed GL entries to GL tables. | 
| void | postReversalEntries()Post reversal GL entries to GL tables. | 
| void | setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)Sets the dateTimeAttribute of the service | 
static final int MODE_ENTRIES
static final int MODE_REVERSAL
static final int MODE_ICR
void postMainEntries()
void postReversalEntries()
void postIcrEntries()
void generateIcrTransactions()
void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
dateTimeService - the dateTimeService implementation to setCopyright © 2004–2015 The Kuali Foundation. All rights reserved.