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

Packages that use DocumentNumberAwareReportWriterService
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.document.service.impl   
org.kuali.kfs.gl.report   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.module.ld.document.service.impl   
org.kuali.kfs.sys.service.impl   
 

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

Fields in org.kuali.kfs.gl.batch.service.impl declared as DocumentNumberAwareReportWriterService
protected  DocumentNumberAwareReportWriterService ScrubberProcessImpl.preScrubberReportWriterService
           
 

Methods in org.kuali.kfs.gl.batch.service.impl that return DocumentNumberAwareReportWriterService
 DocumentNumberAwareReportWriterService ScrubberProcessImpl.getScrubberLedgerReportWriterService()
          Gets the scrubberLedgerReportWriterService attribute.
 DocumentNumberAwareReportWriterService ScrubberProcessImpl.getScrubberListingReportWriterService()
          Gets the scrubberListingReportWriterService attribute.
 DocumentNumberAwareReportWriterService ScrubberProcessImpl.getScrubberReportWriterService()
          Gets the scrubberReportWriterService attribute.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type DocumentNumberAwareReportWriterService
 void ScrubberProcessImpl.setPreScrubberReportWriterService(DocumentNumberAwareReportWriterService preScrubberReportWriterService)
          Sets the preScrubberReportWriterService attribute value.
 void ScrubberProcessImpl.setScrubberLedgerReportWriterService(DocumentNumberAwareReportWriterService scrubberLedgerReportWriterService)
          Sets the scrubberLedgerReportWriterService attribute value.
 void ScrubberProcessImpl.setScrubberListingReportWriterService(DocumentNumberAwareReportWriterService scrubberListingReportWriterService)
          Sets the scrubberListingReportWriterService attribute value.
 void ScrubberProcessImpl.setScrubberReportWriterService(DocumentNumberAwareReportWriterService scrubberReportWriterService)
          Sets the scrubberReportWriterService attribute value.
 

Uses of DocumentNumberAwareReportWriterService in org.kuali.kfs.gl.document.service.impl
 

Methods in org.kuali.kfs.gl.document.service.impl that return DocumentNumberAwareReportWriterService
protected  DocumentNumberAwareReportWriterService CorrectionDocumentServiceImpl.getGlCorrectionDocumentReportWriterService()
           
 

Methods in org.kuali.kfs.gl.document.service.impl with parameters of type DocumentNumberAwareReportWriterService
 void CorrectionDocumentServiceImpl.setGlCorrectionDocumentReportWriterService(DocumentNumberAwareReportWriterService glCorrectionDocumentReportWriterService)
           
 

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

Methods in org.kuali.kfs.gl.report with parameters of type DocumentNumberAwareReportWriterService
 void CorrectionDocumentReport.generateReport(DocumentNumberAwareReportWriterService reportWriterService, GeneralLedgerCorrectionProcessDocument document)
          Initializes report, writes out summary lines, and finalizes
 

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

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

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

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type DocumentNumberAwareReportWriterService
 void LaborScrubberServiceImpl.setLaborGeneratedTransactionsReportWriterService(DocumentNumberAwareReportWriterService laborGeneratedTransactionsReportWriterService)
           
 void LaborScrubberServiceImpl.setLaborLedgerReportWriterService(DocumentNumberAwareReportWriterService laborLedgerReportWriterService)
           
 void LaborScrubberServiceImpl.setLaborMainReportWriterService(DocumentNumberAwareReportWriterService laborMainReportWriterService)
           
 void LaborScrubberServiceImpl.setLlcpLedgerReportWriterService(DocumentNumberAwareReportWriterService llcpLedgerReportWriterService)
          Sets the llcpLedgerReportWriterService attribute value.
 void LaborScrubberServiceImpl.setLlcpMainReportWriterService(DocumentNumberAwareReportWriterService llcpMainReportWriterService)
          Sets the llcpMainReportWriterService attribute value.
 void LaborScrubberServiceImpl.setLlcpPreScrubberReportWriterService(DocumentNumberAwareReportWriterService llcpPreScrubberReportWriterService)
          Sets the laborPreScrubberAwareReportWriterService attribute value.
 

Constructors in org.kuali.kfs.module.ld.batch.service.impl with parameters of type DocumentNumberAwareReportWriterService
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 DocumentNumberAwareReportWriterService in org.kuali.kfs.module.ld.document.service.impl
 

Methods in org.kuali.kfs.module.ld.document.service.impl that return DocumentNumberAwareReportWriterService
protected  DocumentNumberAwareReportWriterService LaborCorrectionDocumentServiceImpl.getLaborCorrectionDocumentReportWriterService()
           
 

Methods in org.kuali.kfs.module.ld.document.service.impl with parameters of type DocumentNumberAwareReportWriterService
 void LaborCorrectionDocumentServiceImpl.setLaborCorrectionDocumentReportWriterService(DocumentNumberAwareReportWriterService laborCorrectionDocumentReportWriterService)
           
 

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

Classes in org.kuali.kfs.sys.service.impl that implement DocumentNumberAwareReportWriterService
 class ScrubberListingReportWriterTextServiceImpl
           
 



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