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

Packages that use SystemBiz
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.util   
 

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

Classes in magoffin.matt.ma2.biz.impl that implement SystemBiz
 class SystemBizImpl
          Standard implementation of UserBiz.
 

Methods in magoffin.matt.ma2.biz.impl that return SystemBiz
 SystemBiz MediaBizImpl.getSystemBiz()
           
 SystemBiz IOBizImpl.getSystemBiz()
           
 SystemBiz UserBizImpl.getSystemBiz()
           
 SystemBiz AbstractSearchBiz.getSystemBiz()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type SystemBiz
 void MediaBizImpl.setSystemBiz(SystemBiz systemBiz)
           
 void IOBizImpl.setSystemBiz(SystemBiz systemBiz)
           
 void UserBizImpl.setSystemBiz(SystemBiz systemBiz)
           
 void AbstractSearchBiz.setSystemBiz(SystemBiz systemBiz)
           
 

Uses of SystemBiz in magoffin.matt.ma2.web
 

Methods in magoffin.matt.ma2.web that return SystemBiz
 SystemBiz AbstractWizardForm.getSystemBiz()
           
 SystemBiz AbstractCommandController.getSystemBiz()
           
 SystemBiz AbstractController.getSystemBiz()
           
 SystemBiz AbstractForm.getSystemBiz()
           
 

Methods in magoffin.matt.ma2.web with parameters of type SystemBiz
 void AbstractWizardForm.setSystemBiz(SystemBiz systemBiz)
           
 void AbstractCommandController.setSystemBiz(SystemBiz systemBiz)
           
 void AbstractController.setSystemBiz(SystemBiz systemBiz)
           
 void AbstractForm.setSystemBiz(SystemBiz systemBiz)
           
 

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

Methods in magoffin.matt.ma2.web.util that return SystemBiz
 SystemBiz WebHelper.getSystemBiz()
           
 

Methods in magoffin.matt.ma2.web.util with parameters of type SystemBiz
 void WebHelper.setSystemBiz(SystemBiz systemBiz)