Uses of Class
com.hack23.cia.model.application.impl.common.User.UserRole

Packages that use User.UserRole
com.hack23.cia.model.application.impl.common Common application entity model. 
 

Uses of User.UserRole in com.hack23.cia.model.application.impl.common
 

Methods in com.hack23.cia.model.application.impl.common that return User.UserRole
 User.UserRole User.getUserRole()
          Gets the user role.
static User.UserRole User.UserRole.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static User.UserRole[] User.UserRole.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.application.impl.common with parameters of type User.UserRole
 void User.setUserRole(User.UserRole userRole)
          Sets the user role.
 



Copyright © 2008-2009 www.hack23.com. All Rights Reserved.