Uses of Interface
com.randomcoder.user.UserBusiness

Packages that use UserBusiness
com.randomcoder.security Support classes for authentication and authorization. 
com.randomcoder.user User-management classes. 
 

Uses of UserBusiness in com.randomcoder.security
 

Methods in com.randomcoder.security with parameters of type UserBusiness
 void AuthenticationAuditListener.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 

Uses of UserBusiness in com.randomcoder.user
 

Classes in com.randomcoder.user that implement UserBusiness
 class UserBusinessImpl
          Business implementation for user management.
 

Fields in com.randomcoder.user declared as UserBusiness
protected  UserBusiness AbstractUserController.userBusiness
          User business object.
 

Methods in com.randomcoder.user with parameters of type UserBusiness
 void UserProfileController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 void UserProfileCardSpaceDeleteController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 void UserDeleteController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 void ChangePasswordController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 void AccountCreateController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 void AbstractUserController.setUserBusiness(UserBusiness userBusiness)
          Sets the UserBusiness implementation to use.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.