Uses of Interface
org.kuali.kfs.sys.service.ReportWriterService

Packages that use ReportWriterService
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.report   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.module.endow.batch.service.impl   
org.kuali.kfs.module.ld.batch   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.pdp.batch.service.impl   
org.kuali.kfs.sys.batch.service.impl   
org.kuali.kfs.sys.service   
org.kuali.kfs.sys.service.impl   
 

Uses of ReportWriterService in org.kuali.kfs.gl.batch
 

Methods in org.kuali.kfs.gl.batch that return ReportWriterService
 ReportWriterService PosterSummaryReportStep.getPosterOutputSummaryReportWriterService()
          Gets the posterOutputSummaryReportWriterService attribute.
 

Methods in org.kuali.kfs.gl.batch with parameters of type ReportWriterService
 void PosterSummaryReportStep.setPosterOutputSummaryReportWriterService(ReportWriterService posterOutputSummaryReportWriterService)
          Sets the posterOutputSummaryReportWriterService attribute value.
 void PreScrubberStep.setPreScrubberReportWriterService(ReportWriterService preScrubberReportWriterService)
           
 void BalanceForwardRuleHelper.writeClosedAccountBalanceForwardLedgerSummaryReport(ReportWriterService reportWriterService)
          Writes the ledger report for cumulative balance forward entries to the given reportWriterService
 void BalanceForwardRuleHelper.writeOpenAccountBalanceForwardLedgerSummaryReport(ReportWriterService reportWriterService)
          Writes the ledger report for general balance forward entries to the given reportWriterService
 

Uses of ReportWriterService in org.kuali.kfs.gl.batch.service
 

Methods in org.kuali.kfs.gl.batch.service with parameters of type ReportWriterService
 boolean IndirectCostRecoveryService.isIcrTransaction(Transaction transaction, ReportWriterService reportWriterService)
          This will determine if this transaction is an ICR eligible transaction
 String PostTransaction.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          Post a single transaction to a single destination.
 void OrganizationReversionProcess.writeLedgerSummaryReport(ReportWriterService reportWriterService)
          Writes out the encapsulated origin entry ledger report to the given reportWriterService
 

Uses of ReportWriterService in org.kuali.kfs.gl.batch.service.impl
 

Fields in org.kuali.kfs.gl.batch.service.impl declared as ReportWriterService
protected  ReportWriterService BalancingServiceBaseImpl.reportWriterService
           
 

Methods in org.kuali.kfs.gl.batch.service.impl that return ReportWriterService
 ReportWriterService YearEndServiceImpl.getBalanceForwardReportWriterService()
          Gets the balanceForwardReportWriterService attribute.
 ReportWriterService ScrubberProcessImpl.getDemergerRemovedTransactionsListingReportWriterService()
          Gets the demergerRemovedTransactionsListingReportWriterService attribute.
 ReportWriterService ScrubberProcessImpl.getDemergerReportWriterService()
          Gets the demergerReportWriterService attribute.
 ReportWriterService YearEndServiceImpl.getEncumbranceClosingReportWriterService()
          Gets the encumbranceClosingReportWriterService attribute.
 ReportWriterService YearEndServiceImpl.getNominalActivityClosingReportWriterService()
          Gets the nominalActivityClosingReportWriterService attribute.
 ReportWriterService OrganizationReversionProcessServiceImpl.getOrganizationReversionReportWriterService()
          Gets the organizationReversionReportWriterService attribute.
 ReportWriterService NightlyOutServiceImpl.getPendingEntryListReportWriterService()
          Gets the pendingEntryListReportWriterService attribute.
 ReportWriterService NightlyOutServiceImpl.getPendingEntrySummaryReportWriterService()
          Gets the pendingEntrySummaryReportWriterService attribute.
 ReportWriterService ScrubberProcessImpl.getScrubberBadBalanceListingReportWriterService()
          Gets the scrubberBadBalanceListingReportWriterService attribute.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type ReportWriterService
 boolean PostExpenditureTransaction.isIcrTransaction(Transaction transaction, ReportWriterService reportWriterService)
          This will determine if this transaction is an ICR eligible transaction
 String PostReversal.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          If the transaction has a reversal date, saves a new reversal based on the transaction
 String PostEncumbrance.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          Called by the poster to post a transaction.
 String PostEntry.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          Saves the transaction as a new GL Entry
 String PostBalance.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          This posts the effect of the transaction upon the appropriate balance record.
 String PostAccountBalance.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          Posts the transaction to the appropriate account balance record.
 String PostSufficientFundBalances.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          Posts the transaction to the appropriate sufficient funds records
 String PostExpenditureTransaction.post(Transaction t, int mode, Date postDate, ReportWriterService posterReportWriterService)
          If the transaction is a valid ICR transaction, posts an expenditure transaction record for the transaction
 void YearEndServiceImpl.setBalanceForwardReportWriterService(ReportWriterService balanceForwardReportWriterService)
          Sets the balanceForwardReportWriterService attribute value.
 void CollectorServiceImpl.setCollectorReportWriterService(ReportWriterService collectorReportWriterService)
          Sets the collectorReportWriterService attribute value.
 void CollectorReportServiceImpl.setCollectorReportWriterService(ReportWriterService collectorReportWriterService)
          Sets the collectorReportWriterService attribute value.
 void ScrubberProcessImpl.setDemergerRemovedTransactionsListingReportWriterService(ReportWriterService demergerRemovedTransactionsListingReportWriterService)
          Sets the demergerRemovedTransactionsListingReportWriterService attribute value.
 void ScrubberProcessImpl.setDemergerReportWriterService(ReportWriterService demergerReportWriterService)
          Sets the demergerReportWriterService attribute value.
 void YearEndServiceImpl.setEncumbranceClosingReportWriterService(ReportWriterService encumbranceClosingReportWriterService)
          Sets the encumbranceClosingReportWriterService attribute value.
 void PosterServiceImpl.setErrorListingReportWriterService(ReportWriterService errorListingReportWriterService)
           
 void PosterServiceImpl.setLedgerSummaryReportWriterService(ReportWriterService ledgerSummaryReportWriterService)
           
 void YearEndServiceImpl.setNominalActivityClosingReportWriterService(ReportWriterService nominalActivityClosingReportWriterService)
          Sets the nominalActivityClosingReportWriterService attribute value.
 void OrganizationReversionProcessServiceImpl.setOrganizationReversionReportWriterService(ReportWriterService organizationReversionReportWriterService)
          Sets the organizationReversionReportWriterService attribute value.
 void NightlyOutServiceImpl.setPendingEntryListReportWriterService(ReportWriterService pendingEntryListReportWriterService)
          Sets the pendingEntryListReportWriterService attribute value.
 void NightlyOutServiceImpl.setPendingEntrySummaryReportWriterService(ReportWriterService pendingEntrySummaryReportWriterService)
          Sets the pendingEntrySummaryReportWriterService attribute value.
 void SufficientFundsAccountUpdateServiceImpl.setReportWriterService(ReportWriterService sfrs)
           
 void FileEnterpriseFeederServiceImpl.setReportWriterService(ReportWriterService reportWriterService)
          Sets the reportWriterService attribute value.
 void PosterServiceImpl.setReportWriterService(ReportWriterService reportWriterService)
           
 void BalancingServiceBaseImpl.setReportWriterService(ReportWriterService reportWriterService)
          Sets the reportWriterService
 void PosterServiceImpl.setReversalReportWriterService(ReportWriterService reversalReportWriterService)
           
 void ScrubberProcessImpl.setScrubberBadBalanceListingReportWriterService(ReportWriterService scrubberBadBalanceListingReportWriterService)
          Sets the scrubberBadBalanceListingReportWriterService attribute value.
protected  void NightlyOutServiceImpl.EntryListReport.writeDocumentTotalLine(NightlyOutServiceImpl.EntryListReport.EntryReportDocumentNumberTotalLine documentNumberTotal, ReportWriterService reportWriterService)
          Writes totals for the document number we just finished writing out
 void NightlyOutServiceImpl.EntryListReport.writeEntry(OriginEntryInformation entry, ReportWriterService reportWriterService)
          Writes an entry to the list report
 void OrganizationReversionProcessImpl.writeLedgerSummaryReport(ReportWriterService reportWriterService)
          Writes out the encapsulated origin entry ledger report to the given reportWriterService
 void NightlyOutServiceImpl.EntryListReport.writeReportFooter(ReportWriterService reportWriterService)
          Completes the footer summary information for the report
 

Uses of ReportWriterService in org.kuali.kfs.gl.report
 

Methods in org.kuali.kfs.gl.report with parameters of type ReportWriterService
 void PreScrubberReport.generateReport(PreScrubberReportData preScrubberReportData, ReportWriterService reportWriterService)
           
 void TransactionListingReport.generateReport(ReportWriterService reportWriterService, Iterator<? extends Transaction> transactions)
          This will generate a report on the transactions passed to it
 void TransactionListingReport.generateReport(ReportWriterService reportWriterService, Transaction transaction)
          This will write a transaction to the report.
 void TransactionListingReport.generateStatistics(ReportWriterService reportWriterService)
          Writes the statistics to the report that were collected by this class
 void LedgerSummaryReport.writeReport(ReportWriterService reportWriterService)
          Writes the report of totals to the given reportWriterService
 void PosterOutputSummaryReport.writeReport(ReportWriterService reportWriterService)
          Writes the report to the given reportWriterService
 

Uses of ReportWriterService in org.kuali.kfs.gl.service.impl
 

Classes in org.kuali.kfs.gl.service.impl that implement ReportWriterService
 class PreScrubberReportWriterTextServiceImpl
           
 

Uses of ReportWriterService in org.kuali.kfs.module.endow.batch.service.impl
 

Fields in org.kuali.kfs.module.endow.batch.service.impl declared as ReportWriterService
protected  ReportWriterService CreateAccrualTransactionsServiceImpl.accrualTransactionsExceptionReportWriterService
           
protected  ReportWriterService CreateAccrualTransactionsServiceImpl.accrualTransactionsTotalReportWriterService
           
protected  ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.gLInterfaceBatchExceptionReportsWriterService
           
protected  ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.gLInterfaceBatchStatisticsReportsWriterService
           
protected  ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.gLInterfaceBatchTotalProcessedReportsWriterService
           
protected  ReportWriterService HoldingHistoryMarketValuesUpdateServiceImpl.holdingHistoryMarketValuesExceptionReportWriterService
           
protected  ReportWriterService IncomeDistributionForPooledFundServiceImpl.incomeDistributionForPooledFundExceptionReportWriterService
           
protected  ReportWriterService IncomeDistributionForPooledFundServiceImpl.incomeDistributionForPooledFundTotalReportWriterService
           
protected  ReportWriterService PooledFundControlTransactionsServiceImpl.pooledFundControlTransactionsExceptionReportWriterService
           
protected  ReportWriterService PooledFundControlTransactionsServiceImpl.pooledFundControlTransactionsTotalReportWriterService
           
protected  ReportWriterService ProcessFeeTransactionsServiceImpl.processFeeTransactionsExceptionReportsWriterService
           
protected  ReportWriterService ProcessFeeTransactionsServiceImpl.processFeeTransactionsTotalProcessedReportsWriterService
           
protected  ReportWriterService ProcessFeeTransactionsServiceImpl.processFeeTransactionsWaivedAndAccruedFeesReportsWriterService
           
protected  ReportWriterService RollFrequencyDatesServiceImpl.rollFrequencyDatesExceptionReportWriterService
           
protected  ReportWriterService RollFrequencyDatesServiceImpl.rollFrequencyDatesTotalReportWriterService
           
 

Methods in org.kuali.kfs.module.endow.batch.service.impl that return ReportWriterService
 ReportWriterService CreateAccrualTransactionsServiceImpl.getAccrualTransactionsExceptionReportWriterService()
          Gets the accrualTransactionsExceptionReportWriterService.
 ReportWriterService CreateAccrualTransactionsServiceImpl.getAccrualTransactionsTotalReportWriterService()
          Gets the accrualTransactionsTotalReportWriterService.
 ReportWriterService CreateGainLossDistributionTransactionsServiceImpl.getGainLossDistributionExceptionReportWriterService()
          Gets the gainLossDistributionExceptionReportWriterService.
 ReportWriterService CreateGainLossDistributionTransactionsServiceImpl.getGainLossDistributionTotalsReportWriterService()
          Gets the gainLossDistributionTotalsReportWriterService.
protected  ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.getgLInterfaceBatchExceptionReportsWriterService()
          Gets the gLInterfaceBatchExceptionReportsWriterService attribute.
 ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.getgLInterfaceBatchStatisticsReportsWriterService()
          Gets the gLInterfaceBatchStatisticsReportsWriterService attribute.
 ReportWriterService GeneralLedgerInterfaceBatchProcessServiceImpl.getgLInterfaceBatchTotalProcessedReportsWriterService()
          Gets the gLInterfaceBatchTotalProcessedReportsWriterService attribute.
protected  ReportWriterService HoldingHistoryMarketValuesUpdateServiceImpl.getHoldingHistoryMarketValuesExceptionReportWriterService()
          Gets the holdingHistoryMarketValuesExceptionReportWriterService attribute.
protected  ReportWriterService ProcessFeeTransactionsServiceImpl.getProcessFeeTransactionsExceptionReportsWriterService()
          Gets the processFeeTransactionsExceptionReportsWriterService attribute.
 ReportWriterService ProcessFeeTransactionsServiceImpl.getProcessFeeTransactionsTotalProcessedReportsWriterService()
          Gets the processFeeTransactionsTotalProcessedReportsWriterService attribute.
 ReportWriterService ProcessFeeTransactionsServiceImpl.getProcessFeeTransactionsWaivedAndAccruedFeesReportsWriterService()
          Gets the processFeeTransactionsWaivedAndAccruedFeesReportsWriterService attribute.
 

Methods in org.kuali.kfs.module.endow.batch.service.impl with parameters of type ReportWriterService
 void AccrualProcessingServiceImpl.setAccrualProcessingReportWriterService(ReportWriterService accrualProcessingReportWriterService)
          Sets the accrualProcessingReportWriterService.
 void CreateAccrualTransactionsServiceImpl.setAccrualTransactionsExceptionReportWriterService(ReportWriterService accrualTransactionsExceptionReportWriterService)
          Sets the accrualTransactionsExceptionReportWriterService.
 void CreateAccrualTransactionsServiceImpl.setAccrualTransactionsTotalReportWriterService(ReportWriterService accrualTransactionsTotalReportWriterService)
          Sets the accrualTransactionsTotalReportWriterService.
 void CreateAutomatedCashInvestmentTransactionsServiceImpl.setCreateAutomatedCashInvestmentExceptionReportWriterService(ReportWriterService createAutomatedCashInvestmentExceptionReportWriterService)
          Sets the createAutomatedCashInvestmentExceptionReportWriterService attribute value.
 void CreateAutomatedCashInvestmentTransactionsServiceImpl.setCreateAutomatedCashInvestmentProcessedReportWriterService(ReportWriterService createAutomatedCashInvestmentProcessedReportWriterService)
          Sets the createAutomatedCashInvestmentProcessedReportWriterService attribute value.
 void CreateCashSweepTransactionsServiceImpl.setCreateCashSweepExceptionReportWriterService(ReportWriterService createCashSweepExceptionReportWriterService)
          Sets the createCashSweepExceptionReportWriterService attribute value.
 void CreateCashSweepTransactionsServiceImpl.setCreateCashSweepProcessedReportWriterService(ReportWriterService createCashSweepProcessedReportWriterService)
          Sets the createCashSweepProcessedReportWriterService attribute value.
 void EndowmenteDocPostingServiceImpl.seteDocPostingExceptionReportWriterService(ReportWriterService eDocPostingExceptionReportWriterService)
          Sets the eDocPostingExceptionReportWriterService attribute value.
 void EndowmenteDocPostingServiceImpl.seteDocPostingProcessedReportWriterService(ReportWriterService eDocPostingProcessedReportWriterService)
          Sets the eDocPostingProcessedReportWriterService attribute value.
 void CreateGainLossDistributionTransactionsServiceImpl.setGainLossDistributionExceptionReportWriterService(ReportWriterService gainLossDistributionExceptionReportWriterService)
          Sets the gainLossDistributionExceptionReportWriterService.
 void CreateGainLossDistributionTransactionsServiceImpl.setGainLossDistributionTotalsReportWriterService(ReportWriterService gainLossDistributionTotalsReportWriterService)
          Sets the gainLossDistributionTotalsReportWriterService.
 void GeneralLedgerInterfaceBatchProcessServiceImpl.setgLInterfaceBatchExceptionReportsWriterService(ReportWriterService gLInterfaceBatchExceptionReportsWriterService)
          Sets the gLInterfaceBatchExceptionReportsWriterService attribute value.
 void GeneralLedgerInterfaceBatchProcessServiceImpl.setgLInterfaceBatchStatisticsReportsWriterService(ReportWriterService gLInterfaceBatchStatisticsReportsWriterService)
          Sets the gLInterfaceBatchStatisticsReportsWriterService attribute value.
 void GeneralLedgerInterfaceBatchProcessServiceImpl.setgLInterfaceBatchTotalProcessedReportsWriterService(ReportWriterService gLInterfaceBatchTotalProcessedReportsWriterService)
          Sets the gLInterfaceBatchTotalProcessedReportsWriterService attribute value.
 void HoldingHistoryMarketValuesUpdateServiceImpl.setHoldingHistoryMarketValuesExceptionReportWriterService(ReportWriterService holdingHistoryMarketValuesExceptionReportWriterService)
          Sets the holdingHistoryMarketValuesExceptionReportWriterService attribute value.
 void IncomeDistributionForPooledFundServiceImpl.setIncomeDistributionForPooledFundExceptionReportWriterService(ReportWriterService incomeDistributionForPooledFundExceptionReportWriterService)
          Sets the incomeDistributionForPooledFundExceptionReportWriterService attribute value.
 void IncomeDistributionForPooledFundServiceImpl.setIncomeDistributionForPooledFundTotalReportWriterService(ReportWriterService incomeDistributionForPooledFundTotalReportWriterService)
          Sets the incomeDistributionForPooledFundTotalReportWriterService attribute value.
 void PooledFundControlTransactionsServiceImpl.setPooledFundControlTransactionsExceptionReportWriterService(ReportWriterService pooledFundControlTransactionsExceptionReportWriterService)
          Sets the pooledFundControlTransactionsExceptionReportWriterService attribute value.
 void PooledFundControlTransactionsServiceImpl.setPooledFundControlTransactionsTotalReportWriterService(ReportWriterService pooledFundControlTransactionsTotalReportWriterService)
          Sets the pooledFundControlTransactionsTotalReportWriterService attribute value.
 void ProcessFeeTransactionsServiceImpl.setProcessFeeTransactionsExceptionReportsWriterService(ReportWriterService processFeeTransactionsExceptionReportsWriterService)
          Sets the processFeeTransactionsExceptionReportsWriterService attribute value.
 void ProcessFeeTransactionsServiceImpl.setProcessFeeTransactionsTotalProcessedReportsWriterService(ReportWriterService processFeeTransactionsTotalProcessedReportsWriterService)
          Sets the processFeeTransactionsTotalProcessedReportsWriterService attribute value.
 void ProcessFeeTransactionsServiceImpl.setProcessFeeTransactionsWaivedAndAccruedFeesReportsWriterService(ReportWriterService processFeeTransactionsWaivedAndAccruedFeesReportsWriterService)
          Sets the processFeeTransactionsWaivedAndAccruedFeesReportsWriterService attribute value.
 void CreateRecurringCashTransferTransactionsServiceImpl.setRecurringCashTransferTransactionsExceptionReportWriterService(ReportWriterService recurringCashTransferTransactionsExceptionReportWriterService)
           
 void CreateRecurringCashTransferTransactionsServiceImpl.setRecurringCashTransferTransactionsTotalReportWriterService(ReportWriterService recurringCashTransferTransactionsTotalReportWriterService)
           
 void RollFrequencyDatesServiceImpl.setRollFrequencyDatesExceptionReportWriterService(ReportWriterService rollFrequencyDatesExceptionReportWriterService)
          Sets the rollFrequencyDatesExceptionReportWriterService attribute value.
 void RollFrequencyDatesServiceImpl.setRollFrequencyDatesTotalReportWriterService(ReportWriterService rollFrequencyDatesTotalReportWriterService)
          Sets the rollFrequencyDatesTotalReportWriterService attribute value.
 void TicklerDeliveryServiceImpl.setTicklerDeliveryStatisticsReportsWriterService(ReportWriterService ticklerDeliveryStatisticsReportsWriterService)
           
 

Uses of ReportWriterService in org.kuali.kfs.module.ld.batch
 

Methods in org.kuali.kfs.module.ld.batch with parameters of type ReportWriterService
 void LaborPreScrubberStep.setLaborPreScrubberReportWriterService(ReportWriterService laborPreScrubberReportWriterService)
          Sets the laborPreScrubberReportWriterService attribute value.
 

Uses of ReportWriterService in org.kuali.kfs.module.ld.batch.service.impl
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type ReportWriterService
 String LaborLedgerEntryPoster.post(Transaction transaction, int mode, Date postDate, ReportWriterService posterReportWriterService)
           
 String LaborLedgerBalancePoster.post(Transaction transaction, int mode, Date postDate, ReportWriterService posterReportWriterService)
           
 String LaborGLLedgerEntryPoster.post(Transaction transaction, int mode, Date postDate, ReportWriterService posterReportWriterService)
           
 void LaborPosterServiceImpl.setErrorListingReportWriterService(ReportWriterService errorListingReportWriterService)
          Sets the errorListingReportWriterService
 void LaborScrubberServiceImpl.setLaborBadBalanceTypeReportWriterService(ReportWriterService laborBadBalanceTypeReportWriterService)
           
 void LaborYearEndBalanceForwardServiceImpl.setLaborBalanceForwardReportWriterService(ReportWriterService laborBalanceForwardReportWriterService)
          Sets the laborOutputSummaryReportWriterService attribute value.
 void LaborScrubberServiceImpl.setLaborDemergerReportWriterService(ReportWriterService laborDemergerReportWriterService)
           
 void LaborScrubberServiceImpl.setLaborErrorListingReportWriterService(ReportWriterService laborErrorListingReportWriterService)
           
 void LaborNightlyOutServiceImpl.setLaborGLEntryReportWriterService(ReportWriterService laborGLEntryReportWriterService)
          Sets the laborGLEntryReportWriterService attribute value.
 void LaborPosterServiceImpl.setLaborGlEntryStatisticsReportWriterService(ReportWriterService laborGlEntryStatisticsReportWriterService)
          Sets the laborGlEntryStatisticsReportWriterService attribute value.
 void LaborNightlyOutServiceImpl.setLaborPendingEntryLedgerReportWriterService(ReportWriterService laborPendingEntryLedgerReportWriterService)
          Sets the laborPendingEntryLedgerReportWriterService attribute value.
 void LaborBalanceSummaryReportServiceImpl.setLaborPosterOutputSummaryReportWriterService(ReportWriterService laborPosterOutputSummaryReportWriterService)
          Sets the laborPosterOutputSummaryReportWriterService attribute value.
 void LaborPosterServiceImpl.setLedgerSummaryReportWriterService(ReportWriterService ledgerSummaryReportWriterService)
          Sets the ledgerSummaryReportWriterService
 void FileEnterpriseFeederServiceImpl.setReportWriterService(ReportWriterService reportWriterService)
          Sets the reportWriterService attribute value.
 void LaborPosterServiceImpl.setReportWriterService(ReportWriterService reportWriterService)
          Sets the reportWriterService
 

Constructors in org.kuali.kfs.module.ld.batch.service.impl with parameters of type ReportWriterService
LaborScrubberProcess(FlexibleOffsetAccountService flexibleOffsetAccountService, LaborAccountingCycleCachingService laborAccountingCycleCachingService, LaborOriginEntryService laborOriginEntryService, OriginEntryGroupService originEntryGroupService, org.kuali.rice.kns.service.DateTimeService dateTimeService, OffsetDefinitionService offsetDefinitionService, ObjectCodeService objectCodeService, org.kuali.rice.kns.service.KualiConfigurationService kualiConfigurationService, UniversityDateDao universityDateDao, org.kuali.rice.kns.service.PersistenceService persistenceService, ScrubberValidator scrubberValidator, String batchFileDirectoryName, DocumentNumberAwareReportWriterService laborMainReportWriterService, DocumentNumberAwareReportWriterService laborLedgerReportWriterService, ReportWriterService laborBadBalanceTypeReportWriterService, ReportWriterService laborErrorListingReportWriterService, DocumentNumberAwareReportWriterService laborGeneratedTransactionsReportWriterService, ReportWriterService laborDemergerReportWriterService, PreScrubberService laborPreScrubberService, DocumentNumberAwareReportWriterService laborPreScrubberReportWriterService, org.kuali.rice.kns.service.ParameterService parameterService)
          These parameters are all the dependencies.
 

Uses of ReportWriterService in org.kuali.kfs.pdp.batch.service.impl
 

Methods in org.kuali.kfs.pdp.batch.service.impl with parameters of type ReportWriterService
 void ExtractTransactionsServiceImpl.setReportWriterService(ReportWriterService reportWriterService)
           
 

Uses of ReportWriterService in org.kuali.kfs.sys.batch.service.impl
 

Methods in org.kuali.kfs.sys.batch.service.impl that return ReportWriterService
protected  ReportWriterService AutoDisapproveDocumentsServiceImpl.getAutoDisapproveErrorReportWriterService()
          Gets the autoDisapproveErrorReportWriterService attribute.
 

Methods in org.kuali.kfs.sys.batch.service.impl with parameters of type ReportWriterService
 void AutoDisapproveDocumentsServiceImpl.setAutoDisapproveErrorReportWriterService(ReportWriterService autoDisapproveErrorReportWriterService)
          Sets the autoDisapproveErrorReportWriterService attribute value.
 

Uses of ReportWriterService in org.kuali.kfs.sys.service
 

Subinterfaces of ReportWriterService in org.kuali.kfs.sys.service
 interface DocumentNumberAwareReportWriterService
          This interface specifies a ReportWriterService that needs to be aware of the document number when generating reports.
 interface FiscalYearAwareReportWriterService
          This interface specifies a ReportWriterService that needs to be aware of the fiscal year when generating reports.
 

Uses of ReportWriterService in org.kuali.kfs.sys.service.impl
 

Classes in org.kuali.kfs.sys.service.impl that implement ReportWriterService
 class BalanceSummaryReportWriterTextServiceImpl
          Ensures that balance summary reports have the fiscal year included in the filename.
 class ReportWriterTextServiceImpl
          Text output implementation of ReportWriterService interface.
 class ScrubberListingReportWriterTextServiceImpl
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.