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

Packages that use WorkBiz
magoffin.matt.ma2.aop   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.lucene   
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.util   
 

Uses of WorkBiz in magoffin.matt.ma2.aop
 

Methods in magoffin.matt.ma2.aop that return WorkBiz
 WorkBiz MediaItemIndexInterceptor.getWorkBiz()
           
 

Methods in magoffin.matt.ma2.aop with parameters of type WorkBiz
 void MediaItemIndexInterceptor.setWorkBiz(WorkBiz workBiz)
           
 

Uses of WorkBiz in magoffin.matt.ma2.biz.impl
 

Classes in magoffin.matt.ma2.biz.impl that implement WorkBiz
 class WorkBizImpl
          Implementation of WorkBiz that uses an ExecutorService to schedule the work in different threads.
 

Methods in magoffin.matt.ma2.biz.impl that return WorkBiz
 WorkBiz IOBizImpl.getWorkBiz()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type WorkBiz
 void IOBizImpl.setWorkBiz(WorkBiz workBiz)
           
 

Uses of WorkBiz in magoffin.matt.ma2.lucene
 

Methods in magoffin.matt.ma2.lucene that return WorkBiz
 WorkBiz LuceneBiz.getWorkBiz()
           
 

Methods in magoffin.matt.ma2.lucene with parameters of type WorkBiz
 void LuceneBiz.setWorkBiz(WorkBiz workBiz)
           
 

Uses of WorkBiz in magoffin.matt.ma2.web
 

Methods in magoffin.matt.ma2.web that return WorkBiz
 WorkBiz DownloadItemsForm.getWorkBiz()
           
 

Methods in magoffin.matt.ma2.web with parameters of type WorkBiz
 void DownloadItemsForm.setWorkBiz(WorkBiz workBiz)
           
 

Uses of WorkBiz in magoffin.matt.ma2.web.util
 

Methods in magoffin.matt.ma2.web.util that return WorkBiz
 WorkBiz WebHelper.getWorkBiz()
           
 

Methods in magoffin.matt.ma2.web.util with parameters of type WorkBiz
 void WebHelper.setWorkBiz(WorkBiz workBiz)