Uses of Interface
com.randomcoder.user.RoleDao

Packages that use RoleDao
com.randomcoder.article Article management classes. 
com.randomcoder.user User-management classes. 
 

Uses of RoleDao in com.randomcoder.article
 

Methods in com.randomcoder.article with parameters of type RoleDao
 void ArticleBusinessImpl.setRoleDao(RoleDao roleDao)
          Sets the RoleDao implementation to use.
 

Uses of RoleDao in com.randomcoder.user
 

Methods in com.randomcoder.user with parameters of type RoleDao
 void AbstractUserController.setRoleDao(RoleDao roleDao)
          Sets the RoleDao implementation to use.
 

Constructors in com.randomcoder.user with parameters of type RoleDao
RolePropertyEditor(RoleDao roleDao)
          Creates a new property editor for Role objects.
 



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