| org.kuali.module.labor.service.LaborScrubberService
All known Subclasses: org.kuali.module.labor.service.impl.LaborScrubberServiceImpl,
LaborScrubberService | public interface LaborScrubberService (Code) | | Defines methods that must be implemented by classes providing a LaborScrubberServiceImpl.
|
scrubEntries | public void scrubEntries()(Code) | | Nightly process to scrub incoming Labor transactions before posting to Labor tables
|
scrubGroupReportOnly | public void scrubGroupReportOnly(OriginEntryGroup group, String documentNumber)(Code) | | 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 | public void setDateTimeService(DateTimeService dateTimeService)(Code) | | Sets the dateTimeService attribute value.
Parameters: dateTimeService - The dateTimeService to set. |
|
|