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

All Known Implementing Classes:
LaborScrubberServiceImpl

public interface LaborScrubberService

Defines methods that must be implemented by classes providing a LaborScrubberServiceImpl.


Method Summary
 void performDemerger()
           
 void scrubEntries()
          Nightly process to scrub incoming Labor transactions before posting to Labor tables
 void scrubGroupReportOnly(String fileName, String documentNumber)
          This process will call the scrubber in a read only mode.
 void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
          Sets the dateTimeService attribute value.
 

Method Detail

scrubEntries

void scrubEntries()
Nightly process to scrub incoming Labor transactions before posting to Labor tables


scrubGroupReportOnly

void scrubGroupReportOnly(String fileName,
                          String documentNumber)
This process will call the scrubber in a read only mode. It will scrub a single group, won't create any output in origin entry. It will create a the scrubber report


setDateTimeService

void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.

Parameters:
dateTimeService - The dateTimeService to set.

performDemerger

void performDemerger()


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