@Transactional public class NightlyOutServiceImpl extends Object implements NightlyOutService
| Modifier and Type | Class and Description | 
|---|---|
protected class  | 
NightlyOutServiceImpl.EntryListReport
A helper class which writes out the nightly out entry list report 
 | 
| Constructor and Description | 
|---|
NightlyOutServiceImpl()
Constructs a NightlyOutServiceImpl instance 
 | 
| Modifier and Type | Method and Description | 
|---|---|
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.core.api.datetime.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. 
 | 
public NightlyOutServiceImpl()
public void deleteCopiedPendingLedgerEntries()
deleteCopiedPendingLedgerEntries in interface NightlyOutServiceNightlyOutService.deleteCopiedPendingLedgerEntries()public void copyApprovedPendingLedgerEntries()
copyApprovedPendingLedgerEntries in interface NightlyOutServiceNightlyOutService.copyApprovedPendingLedgerEntries()public void setGeneralLedgerPendingEntryService(GeneralLedgerPendingEntryService generalLedgerPendingEntryService)
public void setOriginEntryService(OriginEntryService originEntryService)
public void setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
public void setDateTimeService(org.kuali.rice.core.api.datetime.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.Copyright © 2004–2015 The Kuali Foundation. All rights reserved.