|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UserRoleRelation in com.rapidtransform.admin.dao |
---|
Methods in com.rapidtransform.admin.dao that return types with arguments of type UserRoleRelation | |
---|---|
java.util.Set<UserRoleRelation> |
UserDAO.getUserRoles(java.lang.String userId)
|
Uses of UserRoleRelation in com.rapidtransform.admin.dao.hibernate |
---|
Methods in com.rapidtransform.admin.dao.hibernate that return types with arguments of type UserRoleRelation | |
---|---|
java.util.Set<UserRoleRelation> |
UserDAOHibernate.getUserRoles(java.lang.String userId)
|
Uses of UserRoleRelation in com.rapidtransform.admin.model |
---|
Methods in com.rapidtransform.admin.model that return types with arguments of type UserRoleRelation | |
---|---|
java.util.Set<UserRoleRelation> |
User.getRoles()
|
Method parameters in com.rapidtransform.admin.model with type arguments of type UserRoleRelation | |
---|---|
void |
User.setRoles(java.util.Set<UserRoleRelation> roles)
|
Uses of UserRoleRelation in com.rapidtransform.admin.service |
---|
Methods in com.rapidtransform.admin.service that return types with arguments of type UserRoleRelation | |
---|---|
java.util.Set<UserRoleRelation> |
UserService.getUserRoles(java.lang.String userId)
|
Uses of UserRoleRelation in com.rapidtransform.admin.service.impl |
---|
Methods in com.rapidtransform.admin.service.impl that return types with arguments of type UserRoleRelation | |
---|---|
java.util.Set<UserRoleRelation> |
UserServiceImpl.getUserRoles(java.lang.String userId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |