|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PosterService
An interface of methods to run the Poster
Field Summary | |
---|---|
static int |
MODE_ENTRIES
a poster mode, where the poster will post entries |
static int |
MODE_ICR
a poster mode, where the poster will post indirect cost recovery entries |
static int |
MODE_REVERSAL
a poster mode, where the poster will post reversals that are due to reverse |
Method Summary | |
---|---|
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.kns.service.DateTimeService dateTimeService)
Sets the dateTimeAttribute of the service |
Field Detail |
---|
static final int MODE_ENTRIES
static final int MODE_REVERSAL
static final int MODE_ICR
Method Detail |
---|
void postMainEntries()
void postReversalEntries()
void postIcrEntries()
void generateIcrTransactions()
void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService
- the dateTimeService implementation to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |