org.kuali.kfs.gl.batch.service
Interface PosterService

All Known Implementing Classes:
PosterServiceImpl

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

MODE_ENTRIES

static final int MODE_ENTRIES
a poster mode, where the poster will post entries

See Also:
Constant Field Values

MODE_REVERSAL

static final int MODE_REVERSAL
a poster mode, where the poster will post reversals that are due to reverse

See Also:
Constant Field Values

MODE_ICR

static final int MODE_ICR
a poster mode, where the poster will post indirect cost recovery entries

See Also:
Constant Field Values
Method Detail

postMainEntries

void postMainEntries()
Post scrubbed GL entries to GL tables.


postReversalEntries

void postReversalEntries()
Post reversal GL entries to GL tables.


postIcrEntries

void postIcrEntries()
Post ICR GL entries to GL tables.


generateIcrTransactions

void generateIcrTransactions()
Generate ICR GL entries.


setDateTimeService

void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeAttribute of the service

Parameters:
dateTimeService - the dateTimeService implementation to set


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.