org.kuali.kfs.gl.service
Interface NightlyOutService

All Known Implementing Classes:
NightlyOutServiceImpl

public interface NightlyOutService

This interface defines the batch jobs that would be run nightly against the pending general ledger entries. These jobs are performed to ensure the correctness of the entries. As to date, the jobs involve two functions: finding unbalanced approved documents and finding bad approved documents.


Method Summary
 void copyApprovedPendingLedgerEntries()
          Copies the approved pending ledger entries to orign entry table
 void deleteCopiedPendingLedgerEntries()
          Deletes all the records that were copied to the GL.
 

Method Detail

deleteCopiedPendingLedgerEntries

void deleteCopiedPendingLedgerEntries()
Deletes all the records that were copied to the GL.


copyApprovedPendingLedgerEntries

void copyApprovedPendingLedgerEntries()
Copies the approved pending ledger entries to orign entry table



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