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