|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.module.ld.batch.service.impl.LaborNightlyOutServiceImpl
@Transactional public class LaborNightlyOutServiceImpl
The class implements loading and cleanup methods for nightly batch jobs
Constructor Summary | |
---|---|
LaborNightlyOutServiceImpl()
|
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. |
protected LaborClearGeneralLedgerEntryDao |
getLaborClearGeneralLedgerEntryDao()
Gets the laborClearGeneralLedgerEntryDao attribute. |
protected boolean |
saveAsGLOriginEntry(LaborGeneralLedgerEntry entry,
OriginEntryGroup group)
|
protected boolean |
saveAsLaborOriginEntry(LaborLedgerPendingEntry pendingEntry)
|
protected boolean |
saveAsLaborOriginEntry(LaborLedgerPendingEntry pendingEntry,
OriginEntryGroup group)
|
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
|
void |
setBatchGlFileDirectoryName(String batchGlFileDirectoryName)
|
void |
setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value. |
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
Sets the dateTimeService attribute value. |
void |
setLaborClearGeneralLedgerEntryDao(LaborClearGeneralLedgerEntryDao laborClearGeneralLedgerEntryDao)
Sets the laborClearGeneralLedgerEntryDao attribute value. |
void |
setLaborGLEntryReportWriterService(ReportWriterService laborGLEntryReportWriterService)
Sets the laborGLEntryReportWriterService attribute value. |
void |
setLaborLedgerPendingEntryService(LaborLedgerPendingEntryService laborLedgerPendingEntryService)
Sets the laborLedgerPendingEntryService attribute value. |
void |
setLaborPendingEntryLedgerReportWriterService(ReportWriterService laborPendingEntryLedgerReportWriterService)
Sets the laborPendingEntryLedgerReportWriterService attribute value. |
void |
setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
Sets the originEntryGroupService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LaborNightlyOutServiceImpl()
Method Detail |
---|
public void deleteCopiedPendingLedgerEntries()
LaborNightlyOutService
deleteCopiedPendingLedgerEntries
in interface LaborNightlyOutService
LaborNightlyOutService.deleteCopiedPendingLedgerEntries()
public void copyApprovedPendingLedgerEntries()
LaborNightlyOutService
copyApprovedPendingLedgerEntries
in interface LaborNightlyOutService
LaborNightlyOutService.copyApprovedPendingLedgerEntries()
public void deleteCopiedLaborGenerealLedgerEntries()
LaborNightlyOutService
deleteCopiedLaborGenerealLedgerEntries
in interface LaborNightlyOutService
LaborNightlyOutService.deleteCopiedLaborGenerealLedgerEntries()
public void copyLaborGenerealLedgerEntries()
LaborNightlyOutService
copyLaborGenerealLedgerEntries
in interface LaborNightlyOutService
LaborNightlyOutService.copyLaborGenerealLedgerEntries()
protected boolean saveAsLaborOriginEntry(LaborLedgerPendingEntry pendingEntry, OriginEntryGroup group)
protected boolean saveAsLaborOriginEntry(LaborLedgerPendingEntry pendingEntry)
protected boolean saveAsGLOriginEntry(LaborGeneralLedgerEntry entry, OriginEntryGroup group)
public void setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
businessObjectService
- The businessObjectService to set.public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
dateTimeService
- The dateTimeService to set.public void setLaborLedgerPendingEntryService(LaborLedgerPendingEntryService laborLedgerPendingEntryService)
laborLedgerPendingEntryService
- The laborLedgerPendingEntryService to set.public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
originEntryGroupService
- The originEntryGroupService to set.public void setBatchFileDirectoryName(String batchFileDirectoryName)
public void setBatchGlFileDirectoryName(String batchGlFileDirectoryName)
public void setLaborPendingEntryLedgerReportWriterService(ReportWriterService laborPendingEntryLedgerReportWriterService)
laborPendingEntryLedgerReportWriterService
- The laborPendingEntryLedgerReportWriterService to set.public void setLaborGLEntryReportWriterService(ReportWriterService laborGLEntryReportWriterService)
laborGLEntryReportWriterService
- The laborGLEntryReportWriterService to set.protected LaborClearGeneralLedgerEntryDao getLaborClearGeneralLedgerEntryDao()
public void setLaborClearGeneralLedgerEntryDao(LaborClearGeneralLedgerEntryDao laborClearGeneralLedgerEntryDao)
laborClearGeneralLedgerEntryDao
- The laborClearGeneralLedgerEntryDao to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |