|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
java.util.List<UserRole> |
UserDao.readUserRolesByUserId(java.lang.Long userId)
|
java.util.List<UserRole> |
UserDaoImpl.readUserRolesByUserId(java.lang.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 java.util.Set<UserRole> |
UserImpl.userRoles
|
| Methods in org.broadleafcommerce.profile.core.domain that return types with arguments of type UserRole | |
|---|---|
java.util.Set<UserRole> |
User.getUserRoles()
|
java.util.Set<UserRole> |
UserImpl.getUserRoles()
|
| Method parameters in org.broadleafcommerce.profile.core.domain with type arguments of type UserRole | |
|---|---|
void |
User.setUserRoles(java.util.Set<UserRole> userRoles)
|
void |
UserImpl.setUserRoles(java.util.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 | |
|---|---|
java.util.List<UserRole> |
UserService.readUserRolesByUserId(java.lang.Long userId)
|
java.util.List<UserRole> |
UserServiceImpl.readUserRolesByUserId(java.lang.Long userId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||