Uses of Interface
magoffin.matt.ma2.biz.IndexBiz

Packages that use IndexBiz
magoffin.matt.ma2.aop   
magoffin.matt.ma2.lucene   
magoffin.matt.ma2.web.admin   
 

Uses of IndexBiz in magoffin.matt.ma2.aop
 

Methods in magoffin.matt.ma2.aop that return IndexBiz
 IndexBiz AbstractIndexInterceptor.getIndexBiz()
           
 

Methods in magoffin.matt.ma2.aop with parameters of type IndexBiz
 void AbstractIndexInterceptor.setIndexBiz(IndexBiz indexBiz)
           
 

Uses of IndexBiz in magoffin.matt.ma2.lucene
 

Classes in magoffin.matt.ma2.lucene that implement IndexBiz
 class LuceneBiz
          Lucene implementation of SearchBiz and IndexBiz.
 

Uses of IndexBiz in magoffin.matt.ma2.web.admin
 

Methods in magoffin.matt.ma2.web.admin that return IndexBiz
 IndexBiz ReindexController.getIndexBiz()
           
 

Methods in magoffin.matt.ma2.web.admin with parameters of type IndexBiz
 void ReindexController.setIndexBiz(IndexBiz indexBiz)