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

Packages that use IOBiz
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.service   
 

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

Classes in magoffin.matt.ma2.biz.impl that implement IOBiz
 class IOBizImpl
          Implementation of IOBiz.
 

Methods in magoffin.matt.ma2.biz.impl that return IOBiz
 IOBiz MediaBizImpl.getIoBiz()
           
 IOBiz UserBizImpl.getIoBiz()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type IOBiz
 void MediaBizImpl.setIoBiz(IOBiz ioBiz)
           
 void UserBizImpl.setIoBiz(IOBiz ioBiz)
           
 

Uses of IOBiz in magoffin.matt.ma2.web
 

Methods in magoffin.matt.ma2.web that return IOBiz
 IOBiz DownloadItemsForm.getIoBiz()
           
 IOBiz MediaServerController.getIoBiz()
           
 IOBiz UploadMediaForm.getIoBiz()
           
 

Methods in magoffin.matt.ma2.web with parameters of type IOBiz
 void DownloadItemsForm.setIoBiz(IOBiz ioBiz)
           
 void MediaServerController.setIoBiz(IOBiz ioBiz)
           
 void UploadMediaForm.setIoBiz(IOBiz ioBiz)
           
 

Uses of IOBiz in magoffin.matt.ma2.web.service
 

Methods in magoffin.matt.ma2.web.service that return IOBiz
 IOBiz AddMediaEndpoint.getIoBiz()
           
 IOBiz AddMediaMessageEndpoint.getIoBiz()
           
 

Methods in magoffin.matt.ma2.web.service with parameters of type IOBiz
 void AddMediaEndpoint.setIoBiz(IOBiz ioBiz)
           
 void AddMediaMessageEndpoint.setIoBiz(IOBiz ioBiz)