Uses of Interface
org.kuali.kfs.gl.service.OriginEntryGroupService

Packages that use OriginEntryGroupService
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.document.service.impl   
org.kuali.kfs.gl.document.web.struts   
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.module.ld.service   
org.kuali.kfs.module.ld.service.impl   
org.kuali.kfs.pdp.batch.service.impl   
 

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

Methods in org.kuali.kfs.gl.batch with parameters of type OriginEntryGroupService
 void MarkPostableIcrGroupsAsUnpostableStep.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupSerivce, allowing the injection of an implementation of that service
 void MarkPostableScrubberValidGroupsAsUnpostableStep.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupSerivce, allowing the injection of an implementation of that service
 void CreateBackupGroupStep.setOriginEntryGroupService(OriginEntryGroupService oegs)
          Sets the originEntryGroupService attribute, allowing the injection of an implementation of the service
 void MarkScrubbableBackupGroupsAsUnscrubbableStep.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupSerivce, allowing the injection of an implementation of that service
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return OriginEntryGroupService
 OriginEntryGroupService CollectorServiceImpl.getOriginEntryGroupService()
          Gets the originEntryGroupService attribute.
 OriginEntryGroupService FileEnterpriseFeederServiceImpl.getOriginEntryGroupService()
          Gets the originEntryGroupService attribute.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type OriginEntryGroupService
 void YearEndServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
           
 void CollectorServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 void FileEnterpriseFeederServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 void NightlyOutServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
           
 void PosterServiceImpl.setOriginEntryGroupService(OriginEntryGroupService oes)
           
 void CollectorHelperServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
           
 

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

Fields in org.kuali.kfs.gl.document.service.impl declared as OriginEntryGroupService
protected  OriginEntryGroupService CorrectionDocumentServiceImpl.originEntryGroupService
           
 

Methods in org.kuali.kfs.gl.document.service.impl that return OriginEntryGroupService
 OriginEntryGroupService CorrectionDocumentServiceImpl.getOriginEntryGroupService()
          Gets the originEntryGroupService attribute.
 

Methods in org.kuali.kfs.gl.document.service.impl with parameters of type OriginEntryGroupService
 void CorrectionDocumentServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 

Uses of OriginEntryGroupService in org.kuali.kfs.gl.document.web.struts
 

Fields in org.kuali.kfs.gl.document.web.struts declared as OriginEntryGroupService
protected static OriginEntryGroupService CorrectionAction.originEntryGroupService
           
 

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

Classes in org.kuali.kfs.gl.service.impl that implement OriginEntryGroupService
 class OriginEntryGroupServiceImpl
           
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type OriginEntryGroupService
 void OriginEntryServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute
 

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

Methods in org.kuali.kfs.module.ld.batch.service.impl that return OriginEntryGroupService
 OriginEntryGroupService FileEnterpriseFeederServiceImpl.getOriginEntryGroupService()
          Gets the originEntryGroupService attribute.
 

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type OriginEntryGroupService
 void LaborScrubberServiceImpl.setOriginEntryGroupService(OriginEntryGroupService groupService)
          Sets the originEntryGroupService attribute value.
 void FileEnterpriseFeederServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 void LaborPosterServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 void LaborNightlyOutServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 

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

Fields in org.kuali.kfs.module.ld.document.service.impl declared as OriginEntryGroupService
protected  OriginEntryGroupService LaborCorrectionDocumentServiceImpl.originEntryGroupService
           
 

Methods in org.kuali.kfs.module.ld.document.service.impl that return OriginEntryGroupService
 OriginEntryGroupService LaborCorrectionDocumentServiceImpl.getOriginEntryGroupService()
          Gets the originEntryGroupService attribute.
 

Methods in org.kuali.kfs.module.ld.document.service.impl with parameters of type OriginEntryGroupService
 void LaborCorrectionDocumentServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 

Uses of OriginEntryGroupService in org.kuali.kfs.module.ld.service
 

Subinterfaces of OriginEntryGroupService in org.kuali.kfs.module.ld.service
 interface LaborOriginEntryGroupService
          An interface of methods to interact with Origin Entry Groups
 

Uses of OriginEntryGroupService in org.kuali.kfs.module.ld.service.impl
 

Classes in org.kuali.kfs.module.ld.service.impl that implement OriginEntryGroupService
 class LaborOriginEntryGroupServiceImpl
           
 

Methods in org.kuali.kfs.module.ld.service.impl with parameters of type OriginEntryGroupService
 void LaborOriginEntryServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
          Sets the originEntryGroupService attribute value.
 

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

Methods in org.kuali.kfs.pdp.batch.service.impl with parameters of type OriginEntryGroupService
 void ExtractTransactionsServiceImpl.setOriginEntryGroupService(OriginEntryGroupService originEntryGroupService)
           
 



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