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

Packages that use UserBiz
magoffin.matt.ma2.aop   
magoffin.matt.ma2.biz.impl   
magoffin.matt.ma2.dao.support   
magoffin.matt.ma2.support   
magoffin.matt.ma2.web   
magoffin.matt.ma2.web.admin   
magoffin.matt.ma2.web.service   
magoffin.matt.ma2.web.util   
 

Uses of UserBiz in magoffin.matt.ma2.aop
 

Methods in magoffin.matt.ma2.aop that return UserBiz
 UserBiz AbstractSecurityInterceptor.getUserBiz()
           
 

Methods in magoffin.matt.ma2.aop with parameters of type UserBiz
 void AbstractSecurityInterceptor.setUserBiz(UserBiz userBiz)
           
 

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

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

Methods in magoffin.matt.ma2.biz.impl that return UserBiz
 UserBiz MediaBizImpl.getUserBiz()
           
 UserBiz AbstractSearchBiz.getUserBiz()
           
 

Methods in magoffin.matt.ma2.biz.impl with parameters of type UserBiz
 void MediaBizImpl.setUserBiz(UserBiz userBiz)
           
 void AbstractSearchBiz.setUserBiz(UserBiz userBiz)
           
 

Uses of UserBiz in magoffin.matt.ma2.dao.support
 

Methods in magoffin.matt.ma2.dao.support that return UserBiz
 UserBiz AbstractJdbcBrowseModePlugin.getUserBiz()
           
 

Methods in magoffin.matt.ma2.dao.support with parameters of type UserBiz
 void AbstractJdbcBrowseModePlugin.setUserBiz(UserBiz userBiz)
           
 

Uses of UserBiz in magoffin.matt.ma2.support
 

Methods in magoffin.matt.ma2.support that return UserBiz
 UserBiz AbstractMediaHandler.getUserBiz()
           
 

Methods in magoffin.matt.ma2.support with parameters of type UserBiz
 void AbstractMediaHandler.setUserBiz(UserBiz userBiz)
           
 

Uses of UserBiz in magoffin.matt.ma2.web
 

Methods in magoffin.matt.ma2.web that return UserBiz
 UserBiz MoveItemsForm.getUserBiz()
           
 UserBiz ForgotPasswordForm.getUserBiz()
           
 UserBiz BrowseAlbumsController.getUserBiz()
           
 UserBiz ForgotPasswordConfirmForm.getUserBiz()
           
 UserBiz PreferencesForm.getUserBiz()
           
 UserBiz RegisterConfirmController.getUserBiz()
           
 UserBiz LogonForm.getUserBiz()
           
 UserBiz ViewAlbumController.getUserBiz()
           
 UserBiz RegisterForm.getUserBiz()
           
 UserBiz CollectionForm.getUserBiz()
           
 UserBiz UploadMediaForm.getUserBiz()
           
 UserBiz HomeController.getUserBiz()
           
 

Methods in magoffin.matt.ma2.web with parameters of type UserBiz
 void MoveItemsForm.setUserBiz(UserBiz userBiz)
           
 void ForgotPasswordForm.setUserBiz(UserBiz userBiz)
           
 void BrowseAlbumsController.setUserBiz(UserBiz userBiz)
           
 void ForgotPasswordConfirmForm.setUserBiz(UserBiz userBiz)
           
 void PreferencesForm.setUserBiz(UserBiz userBiz)
           
 void RegisterConfirmController.setUserBiz(UserBiz userBiz)
           
 void LogonForm.setUserBiz(UserBiz userBiz)
           
 void ViewAlbumController.setUserBiz(UserBiz userBiz)
           
 void RegisterForm.setUserBiz(UserBiz userBiz)
           
 void CollectionForm.setUserBiz(UserBiz userBiz)
           
 void UploadMediaForm.setUserBiz(UserBiz userBiz)
           
 void HomeController.setUserBiz(UserBiz userBiz)
           
 

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

Methods in magoffin.matt.ma2.web.admin that return UserBiz
 UserBiz UsersController.getUserBiz()
           
 UserBiz UserForm.getUserBiz()
           
 UserBiz HomeController.getUserBiz()
           
 

Methods in magoffin.matt.ma2.web.admin with parameters of type UserBiz
 void UsersController.setUserBiz(UserBiz userBiz)
           
 void UserForm.setUserBiz(UserBiz userBiz)
           
 void HomeController.setUserBiz(UserBiz userBiz)
           
 

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

Methods in magoffin.matt.ma2.web.service that return UserBiz
 UserBiz MediaItemsController.getUserBiz()
           
 UserBiz SimpleWsSecurityInterceptor.getUserBiz()
           
 UserBiz NewCollectionController.getUserBiz()
          Deprecated.  
 UserBiz AlbumFeedController.getUserBiz()
           
 UserBiz GetCollectionListEndpoint.getUserBiz()
           
 

Methods in magoffin.matt.ma2.web.service with parameters of type UserBiz
 void MediaItemsController.setUserBiz(UserBiz userBiz)
           
 void SimpleWsSecurityInterceptor.setUserBiz(UserBiz userBiz)
           
 void NewCollectionController.setUserBiz(UserBiz userBiz)
          Deprecated.  
 void AlbumFeedController.setUserBiz(UserBiz userBiz)
           
 void GetCollectionListEndpoint.setUserBiz(UserBiz userBiz)
           
 

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

Methods in magoffin.matt.ma2.web.util that return UserBiz
 UserBiz WebHelper.getUserBiz()
           
 

Methods in magoffin.matt.ma2.web.util with parameters of type UserBiz
 void WebHelper.setUserBiz(UserBiz userBiz)