Uses of Interface
org.kuali.kfs.gl.dataaccess.ReversalDao

Packages that use ReversalDao
org.kuali.kfs.gl.batch.service.impl   
org.kuali.kfs.gl.dataaccess.impl   
org.kuali.kfs.gl.service.impl   
 

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

Methods in org.kuali.kfs.gl.batch.service.impl with parameters of type ReversalDao
 void PosterServiceImpl.setReversalDao(ReversalDao red)
           
 

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

Classes in org.kuali.kfs.gl.dataaccess.impl that implement ReversalDao
 class ReversalDaoOjb
          An OJB implementation of the Reversal DAO
 

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

Methods in org.kuali.kfs.gl.service.impl with parameters of type ReversalDao
 void ReversalServiceImpl.setReversalDao(ReversalDao reversalDao)
          Sets the reversalDao attribute, allowing injection of an implementation of that data access object
 



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