@Transactional public class LaborScrubberServiceImpl extends Object implements LaborScrubberService
Constructor and Description |
---|
LaborScrubberServiceImpl() |
Modifier and Type | Method and Description |
---|---|
PreScrubberService |
getLaborPreScrubberService()
Gets the laborPreScrubberService attribute.
|
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 |
setBatchFileDirectoryName(String batchFileDirectoryName) |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
Sets the kualiConfigurationService attribute value.
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
Sets the dateTimeService attribute value.
|
void |
setFlexibleOffsetAccountService(FlexibleOffsetAccountService flexibleOffsetAccountService)
Sets the flexibleOffsetAccountService attribute value.
|
void |
setLaborAccountingCycleCachingService(LaborAccountingCycleCachingService laborAccountingCycleCachingService) |
void |
setLaborBadBalanceTypeReportWriterService(ReportWriterService laborBadBalanceTypeReportWriterService) |
void |
setLaborDemergerReportWriterService(ReportWriterService laborDemergerReportWriterService) |
void |
setLaborErrorListingReportWriterService(ReportWriterService laborErrorListingReportWriterService) |
void |
setLaborGeneratedTransactionsReportWriterService(DocumentNumberAwareReportWriterService laborGeneratedTransactionsReportWriterService) |
void |
setLaborLedgerReportWriterService(DocumentNumberAwareReportWriterService laborLedgerReportWriterService) |
void |
setLaborMainReportWriterService(DocumentNumberAwareReportWriterService laborMainReportWriterService) |
void |
setLaborOriginEntryService(LaborOriginEntryService loes)
Sets the laborOriginEntryService attribute value.
|
void |
setLaborPreScrubberService(PreScrubberService laborPreScrubberService)
Sets the laborPreScrubberService attribute value.
|
void |
setLlcpLedgerReportWriterService(DocumentNumberAwareReportWriterService llcpLedgerReportWriterService)
Sets the llcpLedgerReportWriterService attribute value.
|
void |
setLlcpMainReportWriterService(DocumentNumberAwareReportWriterService llcpMainReportWriterService)
Sets the llcpMainReportWriterService attribute value.
|
void |
setLlcpPreScrubberReportWriterService(DocumentNumberAwareReportWriterService llcpPreScrubberReportWriterService)
Sets the laborPreScrubberAwareReportWriterService attribute value.
|
void |
setObjectCodeService(ObjectCodeService objectCodeService)
Sets the objectCodeService attribute value.
|
void |
setOffsetDefinitionService(OffsetDefinitionService offsetDefinitionService)
Sets the offsetDefinitionService attribute value.
|
void |
setOriginEntryGroupService(OriginEntryGroupService groupService)
Sets the originEntryGroupService attribute value.
|
void |
setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
Sets the parameterService attribute value.
|
void |
setPersistenceService(org.kuali.rice.krad.service.PersistenceService ps)
Sets the persistenceService attribute value.
|
void |
setScrubberValidator(ScrubberValidator sv)
Sets the setScrubberValidator attribute value.
|
void |
setUniversityDateDao(UniversityDateDao universityDateDao)
Sets the universityDateDao attribute value.
|
public LaborScrubberServiceImpl()
public void scrubGroupReportOnly(String fileName, String documentNumber)
LaborScrubberService
scrubGroupReportOnly
in interface LaborScrubberService
org.kuali.module.labor.service.ScrubberService#scrubGroupReportOnly(org.kuali.kfs.gl.businessobject.OriginEntryGroup)
public void scrubEntries()
LaborScrubberService
scrubEntries
in interface LaborScrubberService
org.kuali.module.labor.service.ScrubberService#scrubEntries()
public void performDemerger()
performDemerger
in interface LaborScrubberService
public void setScrubberValidator(ScrubberValidator sv)
sv
- The setScrubberValidator to set.public void setLaborOriginEntryService(LaborOriginEntryService loes)
loes
- The laborOriginEntryService to set.public void setOriginEntryGroupService(OriginEntryGroupService groupService)
groupService
- The originEntryGroupService to set.public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
setDateTimeService
in interface LaborScrubberService
dts
- The dateTimeService to set.public void setUniversityDateDao(UniversityDateDao universityDateDao)
universityDateDao
- The universityDateDao to set.public void setPersistenceService(org.kuali.rice.krad.service.PersistenceService ps)
ps
- The persistenceService to set.public void setOffsetDefinitionService(OffsetDefinitionService offsetDefinitionService)
offsetDefinitionService
- The offsetDefinitionService to set.public void setObjectCodeService(ObjectCodeService objectCodeService)
objectCodeService
- The objectCodeService to set.public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
kualiConfigurationService
- The kualiConfigurationService to set.public void setBatchFileDirectoryName(String batchFileDirectoryName)
public void setFlexibleOffsetAccountService(FlexibleOffsetAccountService flexibleOffsetAccountService)
flexibleOffsetAccountService
- The flexibleOffsetAccountService to set.public void setLaborAccountingCycleCachingService(LaborAccountingCycleCachingService laborAccountingCycleCachingService)
public void setLaborMainReportWriterService(DocumentNumberAwareReportWriterService laborMainReportWriterService)
laborMainReportWriterService
- The laborMainReportWriterService to set.public void setLaborLedgerReportWriterService(DocumentNumberAwareReportWriterService laborLedgerReportWriterService)
laborLedgerReportWriterService
- The laborLedgerReportWriterService to set.public void setLaborBadBalanceTypeReportWriterService(ReportWriterService laborBadBalanceTypeReportWriterService)
laborBadBalanceTypeReportWriterService
- The laborBadBalanceTypeReportWriterService to set.public void setLaborErrorListingReportWriterService(ReportWriterService laborErrorListingReportWriterService)
laborErrorListingReportWriterService
- The laborErrorListingReportWriterService to set.public void setLaborGeneratedTransactionsReportWriterService(DocumentNumberAwareReportWriterService laborGeneratedTransactionsReportWriterService)
laborGeneratedTransactionsReportWriterService
- The laborGeneratedTransactionsReportWriterService to set.public void setLaborDemergerReportWriterService(ReportWriterService laborDemergerReportWriterService)
laborDemergerReportWriterService
- The laborDemergerReportWriterService to set.public void setLlcpMainReportWriterService(DocumentNumberAwareReportWriterService llcpMainReportWriterService)
llcpMainReportWriterService
- The llcpMainReportWriterService to set.public void setLlcpLedgerReportWriterService(DocumentNumberAwareReportWriterService llcpLedgerReportWriterService)
llcpLedgerReportWriterService
- The llcpLedgerReportWriterService to set.public PreScrubberService getLaborPreScrubberService()
public void setLaborPreScrubberService(PreScrubberService laborPreScrubberService)
laborPreScrubberService
- The laborPreScrubberService to set.public void setLlcpPreScrubberReportWriterService(DocumentNumberAwareReportWriterService llcpPreScrubberReportWriterService)
laborPreScrubberAwareReportWriterService
- The laborPreScrubberAwareReportWriterService to set.public void setParameterService(org.kuali.rice.coreservice.framework.parameter.ParameterService parameterService)
parameterService
- The parameterService to set.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.