org.kuali.kfs.module.ld.batch.service
Interface LaborNightlyOutService

All Known Implementing Classes:
LaborNightlyOutServiceImpl

public interface LaborNightlyOutService

The interface defines loading and cleanup methods for nightly batch jobs


Method Summary
 void copyApprovedPendingLedgerEntries()
          This method copies the approved pending ledger entries to orign entry table
 void copyLaborGenerealLedgerEntries()
          This method copies the labor general ledger entries to GL
 void deleteCopiedLaborGenerealLedgerEntries()
          Delete all the labor general ledger entries that were copied for processing.
 void deleteCopiedPendingLedgerEntries()
          Delete all the pending entries that were copied for processing.
 

Method Detail

deleteCopiedPendingLedgerEntries

void deleteCopiedPendingLedgerEntries()
Delete all the pending entries that were copied for processing.


copyApprovedPendingLedgerEntries

void copyApprovedPendingLedgerEntries()
This method copies the approved pending ledger entries to orign entry table


deleteCopiedLaborGenerealLedgerEntries

void deleteCopiedLaborGenerealLedgerEntries()
Delete all the labor general ledger entries that were copied for processing.


copyLaborGenerealLedgerEntries

void copyLaborGenerealLedgerEntries()
This method copies the labor general ledger entries to GL



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