|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.gl.batch.service.impl.NightlyOutServiceImpl
@Transactional public class NightlyOutServiceImpl
This class implements the nightly out batch job.
Nested Class Summary | |
---|---|
protected class |
NightlyOutServiceImpl.EntryListReport
A helper class which writes out the nightly out entry list report |
Constructor Summary | |
---|---|
NightlyOutServiceImpl()
Constructs a NightlyOutServiceImpl instance |
Method Summary | |
---|---|
void |
copyApprovedPendingLedgerEntries()
Copies the approved pending ledger entries to origin entry table and generates a report |
void |
deleteCopiedPendingLedgerEntries()
Deletes all the pending general ledger entries that have now been copied to origin entries |
org.kuali.rice.kns.service.DataDictionaryService |
getDataDictionaryService()
Gets the dataDictionaryService attribute. |
ReportWriterService |
getPendingEntryListReportWriterService()
Gets the pendingEntryListReportWriterService attribute. |
ReportWriterService |
getPendingEntrySummaryReportWriterService()
Gets the pendingEntrySummaryReportWriterService attribute. |
void |
setBatchFileDirectoryName(String batchFileDirectoryName)
|
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
Sets the dataDictionaryService attribute value. |
void |
setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
|
void |
setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
|
void |
setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
|
void |
setOriginEntryService(OriginEntryService originEntryService)
|
void |
setPendingEntryListReportWriterService(ReportWriterService pendingEntryListReportWriterService)
Sets the pendingEntryListReportWriterService attribute value. |
void |
setPendingEntrySummaryReportWriterService(ReportWriterService pendingEntrySummaryReportWriterService)
Sets the pendingEntrySummaryReportWriterService attribute value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NightlyOutServiceImpl()
Method Detail |
---|
public void deleteCopiedPendingLedgerEntries()
deleteCopiedPendingLedgerEntries
in interface NightlyOutService
NightlyOutService.deleteCopiedPendingLedgerEntries()
public void copyApprovedPendingLedgerEntries()
copyApprovedPendingLedgerEntries
in interface NightlyOutService
NightlyOutService.copyApprovedPendingLedgerEntries()
public void setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
public void setOriginEntryService(OriginEntryService originEntryService)
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
public void setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
public void setBatchFileDirectoryName(String batchFileDirectoryName)
public ReportWriterService getPendingEntryListReportWriterService()
public void setPendingEntryListReportWriterService(ReportWriterService pendingEntryListReportWriterService)
pendingEntryListReportWriterService
- The pendingEntryListReportWriterService to set.public ReportWriterService getPendingEntrySummaryReportWriterService()
public void setPendingEntrySummaryReportWriterService(ReportWriterService pendingEntrySummaryReportWriterService)
pendingEntrySummaryReportWriterService
- The pendingEntrySummaryReportWriterService to set.public org.kuali.rice.kns.service.DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
dataDictionaryService
- The dataDictionaryService to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |