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

Packages that use BalanceService
org.kuali.kfs.coa.document.validation.impl   
org.kuali.kfs.gl.batch   
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.businessobject.lookup   
org.kuali.kfs.gl.service.impl   
 

Uses of BalanceService in org.kuali.kfs.coa.document.validation.impl
 

Fields in org.kuali.kfs.coa.document.validation.impl declared as BalanceService
protected  BalanceService AccountRule.balanceService
           
 

Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type BalanceService
 void AccountRule.setBalanceService(BalanceService balanceService)
          This method sets the balanceService
 

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

Methods in org.kuali.kfs.gl.batch with parameters of type BalanceService
 void PurgeBalanceStep.setBalanceService(BalanceService balanceService)
          Sets the balanceService attribute, allowing the injection of an implementation of the service.
 void PosterSummaryReportStep.setBalanceService(BalanceService balanceService)
          Sets the balanceService attribute value.
 

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

Methods in org.kuali.kfs.gl.batch.service.impl that return BalanceService
 BalanceService OrganizationReversionProcessImpl.getBalanceService()
          Gets the balanceService attribute.
 

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type BalanceService
 void YearEndServiceImpl.setBalanceService(BalanceService balanceService)
           
 void OrganizationReversionProcessImpl.setBalanceService(BalanceService balanceService)
          Sets the balanceService attribute value.
 

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

Methods in org.kuali.kfs.gl.businessobject.lookup with parameters of type BalanceService
 void BalanceLookupableHelperServiceImpl.setBalanceService(BalanceService balanceService)
          Sets the balanceService attribute value.
 void CashBalanceLookupableHelperServiceImpl.setBalanceService(BalanceService balanceService)
          Sets the balanceService attribute value.
 

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

Classes in org.kuali.kfs.gl.service.impl that implement BalanceService
 class BalanceServiceImpl
          This class is the OJB implementation of the Balance Service
 



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