Uses of Class
com.hack23.cia.model.api.application.UserRoleType

Packages that use UserRoleType
com.hack23.cia.model.api.application Application interfaces for objects in the model. 
com.hack23.cia.model.impl.application.common Common application entity model. 
 

Uses of UserRoleType in com.hack23.cia.model.api.application
 

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

Methods in com.hack23.cia.model.api.application with parameters of type UserRoleType
 void UserData.setUserRole(UserRoleType userRole)
          Sets the user role.
 

Uses of UserRoleType in com.hack23.cia.model.impl.application.common
 

Methods in com.hack23.cia.model.impl.application.common that return UserRoleType
 UserRoleType User.getUserRole()
           
 

Methods in com.hack23.cia.model.impl.application.common with parameters of type UserRoleType
 void User.setUserRole(UserRoleType userRole)
           
 



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