Uses of Class
blackboard.data.user.User.InstRole

Packages that use User.InstRole
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard.  
 

Uses of User.InstRole in blackboard.data.user
 

Fields in blackboard.data.user declared as User.InstRole
static User.InstRole User.InstRole.STUDENT
           
static User.InstRole User.InstRole.FACULTY
           
static User.InstRole User.InstRole.STAFF
           
static User.InstRole User.InstRole.ALUMNI
           
static User.InstRole User.InstRole.PROSPECTIVE_STUDENT
           
static User.InstRole User.InstRole.GUEST
           
static User.InstRole User.InstRole.OTHER
           
static User.InstRole User.InstRole.OBSERVER
           
static User.InstRole User.InstRole.ROLE_9
           
static User.InstRole User.InstRole.ROLE_10
           
static User.InstRole User.InstRole.ROLE_11
           
static User.InstRole User.InstRole.ROLE_12
           
static User.InstRole User.InstRole.ROLE_13
           
static User.InstRole User.InstRole.ROLE_14
           
static User.InstRole User.InstRole.ROLE_15
           
static User.InstRole User.InstRole.ROLE_16
           
static User.InstRole User.InstRole.ROLE_17
           
static User.InstRole User.InstRole.ROLE_18
           
static User.InstRole User.InstRole.ROLE_19
           
static User.InstRole User.InstRole.ROLE_20
           
static User.InstRole User.InstRole.DEFAULT
           
 

Methods in blackboard.data.user that return User.InstRole
 User.InstRole User.getInstitutionRole()
          Returns the institution role (the portal role in the gui) for this User.
static User.InstRole[] User.InstRole.getValues()
          Returns an array of all of the elements in this enumeration.
static User.InstRole User.InstRole.fromExternalString(java.lang.String externalString)
          Returns the User.InstRole element specified by the externalString.
 

Methods in blackboard.data.user with parameters of type User.InstRole
 void User.setInstitutionRole(User.InstRole eInstRole)
          Sets the institution role (the portal role in the gui) for this User.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.