Uses of Interface
com.hyper9.simdk.db.types.User

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.
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.