|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Role | |
|---|---|
| com.hyper9.simdk.db.impls | |
| com.hyper9.simdk.db.types | |
| Uses of Role in com.hyper9.simdk.db.impls |
|---|
| Classes in com.hyper9.simdk.db.impls that implement Role | |
|---|---|
class |
RoleImpl
|
| Methods in com.hyper9.simdk.db.impls that return types with arguments of type Role | |
|---|---|
List<Role> |
UserImpl.getRoles()
|
| Method parameters in com.hyper9.simdk.db.impls with type arguments of type Role | |
|---|---|
void |
UserImpl.setRoles(List<Role> toSet)
|
| Uses of Role in com.hyper9.simdk.db.types |
|---|
| Methods in com.hyper9.simdk.db.types that return types with arguments of type Role | |
|---|---|
List<Role> |
User.getRoles()
Gets a list of this user's roles. |
| Method parameters in com.hyper9.simdk.db.types with type arguments of type Role | |
|---|---|
void |
User.setRoles(List<Role> toSet)
Sets a list of this user's roles. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||