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

Packages that use OptionsService
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject.lookup   
org.kuali.kfs.gl.dataaccess.impl   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.cam.document.dataaccess.impl   
org.kuali.kfs.module.ec.batch.service.impl   
org.kuali.kfs.module.ec.businessobject.lookup   
org.kuali.kfs.module.ld.batch.service.impl   
org.kuali.kfs.module.ld.businessobject.lookup   
org.kuali.kfs.module.ld.document.service.impl   
org.kuali.kfs.sys.dataaccess.impl   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.service.impl   
 

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

Methods in org.kuali.kfs.gl.batch with parameters of type OptionsService
 void PosterSummaryReportStep.setOptionsService(OptionsService os)
          Sets the optionsService attribute, allowing the injection of an implementation of that service
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return OptionsService
 OptionsService EncumbranceClosingOriginEntryGenerationServiceImpl.getOptionsService()
          Gets the optionsService attribute.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type OptionsService
 void EncumbranceClosingOriginEntryGenerationServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.gl.businessobject.lookup
 

Methods in org.kuali.kfs.gl.businessobject.lookup that return OptionsService
 OptionsService AccountBalanceLookupableHelperServiceImpl.getOptionsService()
          Gets the optionsService attribute.
 

Methods in org.kuali.kfs.gl.businessobject.lookup with parameters of type OptionsService
 void AccountBalanceLookupableHelperServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value
 

Uses of OptionsService in org.kuali.kfs.gl.dataaccess.impl
 

Fields in org.kuali.kfs.gl.dataaccess.impl declared as OptionsService
protected  OptionsService AccountBalanceDaoJdbcBase.optionsService
           
 

Methods in org.kuali.kfs.gl.dataaccess.impl that return OptionsService
 OptionsService AccountBalanceDaoJdbcBase.getOptionsService()
           
 

Methods in org.kuali.kfs.gl.dataaccess.impl with parameters of type OptionsService
 void BalanceDaoOjb.setOptionsService(OptionsService optionsService)
           
 void AccountBalanceDaoJdbcBase.setOptionsService(OptionsService optionsService)
           
 

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

Fields in org.kuali.kfs.gl.service.impl declared as OptionsService
protected  OptionsService BalanceServiceImpl.optionsService
           
 

Methods in org.kuali.kfs.gl.service.impl with parameters of type OptionsService
 void SufficientFundsServiceImpl.setOptionsService(OptionsService optionsService)
           
 void BalanceServiceImpl.setOptionsService(OptionsService optionsService)
           
 

Uses of OptionsService in org.kuali.kfs.module.ar.document.service.impl
 

Methods in org.kuali.kfs.module.ar.document.service.impl that return OptionsService
 OptionsService CashControlDocumentServiceImpl.getOptionsService()
          This method gets the option service
 

Methods in org.kuali.kfs.module.ar.document.service.impl with parameters of type OptionsService
 void CashControlDocumentServiceImpl.setOptionsService(OptionsService optionsService)
          This method sets the option service
 

Uses of OptionsService in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl that return OptionsService
 OptionsService BudgetRequestImportServiceImpl.getOptionsService()
           
 

Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type OptionsService
 void BenefitsCalculationServiceImpl.setOptionsService(OptionsService optionsService)
          use this to return the "Expenditures/Expense" financial object type code from the options table this must be done by fiscal year, so unfortunately we have to make one call to OJB whenever one of the methods that needs this constant is called.
 void SalarySettingServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 void PayrateImportServiceImpl.setOptionsService(OptionsService optionsService)
          sets option service
 void BudgetRequestImportServiceImpl.setOptionsService(OptionsService optionsService)
           
 void BudgetDocumentServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.module.cam.document.dataaccess.impl
 

Methods in org.kuali.kfs.module.cam.document.dataaccess.impl that return OptionsService
 OptionsService DepreciationBatchDaoJdbc.getOptionsService()
          Gets the optionsService attribute.
 

Methods in org.kuali.kfs.module.cam.document.dataaccess.impl with parameters of type OptionsService
 void DepreciableAssetsDaoOjb.setOptionsService(OptionsService optionService)
           
 void DepreciationBatchDaoJdbc.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.module.ec.batch.service.impl
 

Methods in org.kuali.kfs.module.ec.batch.service.impl with parameters of type OptionsService
 void EffortCertificationExtractServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.module.ec.businessobject.lookup
 

Methods in org.kuali.kfs.module.ec.businessobject.lookup with parameters of type OptionsService
 void EffortLedgerBalanceLookupableHelperServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

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

Methods in org.kuali.kfs.module.ld.batch.service.impl with parameters of type OptionsService
 void ScrubberValidatorImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 void LaborBalanceSummaryReportServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 void LaborYearEndBalanceForwardServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.module.ld.businessobject.lookup
 

Methods in org.kuali.kfs.module.ld.businessobject.lookup with parameters of type OptionsService
 void LedgerBalanceForSalaryExpenseTransferLookupableHelperServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 void LedgerBalanceForBenefitExpenseTransferLookupableHelperServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

Uses of OptionsService in org.kuali.kfs.module.ld.document.service.impl
 

Fields in org.kuali.kfs.module.ld.document.service.impl declared as OptionsService
protected  OptionsService LaborPendingEntryConverterServiceImpl.optionsService
           
 

Methods in org.kuali.kfs.module.ld.document.service.impl that return OptionsService
 OptionsService LaborPendingEntryConverterServiceImpl.getOptionsService()
           
 

Methods in org.kuali.kfs.module.ld.document.service.impl with parameters of type OptionsService
 void LaborPendingEntryConverterServiceImpl.setOptionsService(OptionsService optionsService)
           
 

Uses of OptionsService in org.kuali.kfs.sys.dataaccess.impl
 

Methods in org.kuali.kfs.sys.dataaccess.impl that return OptionsService
 OptionsService GeneralLedgerPendingEntryDaoOjb.getOptionsService()
           
 

Methods in org.kuali.kfs.sys.dataaccess.impl with parameters of type OptionsService
 void GeneralLedgerPendingEntryDaoOjb.setOptionsService(OptionsService optionsService)
           
 

Uses of OptionsService in org.kuali.kfs.sys.document.service.impl
 

Methods in org.kuali.kfs.sys.document.service.impl with parameters of type OptionsService
 void DebitDeterminerServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 

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

Classes in org.kuali.kfs.sys.service.impl that implement OptionsService
 class OptionsServiceImpl
           
 

Methods in org.kuali.kfs.sys.service.impl with parameters of type OptionsService
 void GeneralLedgerPendingEntryServiceImpl.setOptionsService(OptionsService optionsService)
           
 



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