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

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.
 



Copyright © 2009-2010 Hyper9. All Rights Reserved.