Uses of Interface
org.broadleafcommerce.profile.core.domain.UserRole

Packages that use UserRole
org.broadleafcommerce.profile.core.dao   
org.broadleafcommerce.profile.core.domain   
org.broadleafcommerce.profile.core.service   
 

Uses of UserRole in org.broadleafcommerce.profile.core.dao
 

Methods in org.broadleafcommerce.profile.core.dao that return types with arguments of type UserRole
 List<UserRole> UserDao.readUserRolesByUserId(Long userId)
           
 List<UserRole> UserDaoImpl.readUserRolesByUserId(Long userId)
           
 

Uses of UserRole in org.broadleafcommerce.profile.core.domain
 

Classes in org.broadleafcommerce.profile.core.domain that implement UserRole
 class UserRoleImpl
           
 

Fields in org.broadleafcommerce.profile.core.domain with type parameters of type UserRole
protected  Set<UserRole> UserImpl.userRoles
           
 

Methods in org.broadleafcommerce.profile.core.domain that return types with arguments of type UserRole
 Set<UserRole> UserImpl.getUserRoles()
           
 Set<UserRole> User.getUserRoles()
           
 

Method parameters in org.broadleafcommerce.profile.core.domain with type arguments of type UserRole
 void UserImpl.setUserRoles(Set<UserRole> userRoles)
           
 void User.setUserRoles(Set<UserRole> userRoles)
           
 

Uses of UserRole in org.broadleafcommerce.profile.core.service
 

Methods in org.broadleafcommerce.profile.core.service that return types with arguments of type UserRole
 List<UserRole> UserService.readUserRolesByUserId(Long userId)
           
 List<UserRole> UserServiceImpl.readUserRolesByUserId(Long userId)
           
 



Copyright © 2012. All Rights Reserved.