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.ALUMNI
          Deprecated.  
static User.InstRole User.InstRole.DEFAULT
          Deprecated.  
static User.InstRole User.InstRole.FACULTY
          Deprecated.  
static User.InstRole User.InstRole.GUEST
          Deprecated.  
static User.InstRole User.InstRole.OBSERVER
          Deprecated.  
static User.InstRole User.InstRole.OTHER
          Deprecated.  
static User.InstRole User.InstRole.PROSPECTIVE_STUDENT
          Deprecated.  
static User.InstRole User.InstRole.ROLE_10
          Deprecated.  
static User.InstRole User.InstRole.ROLE_11
          Deprecated.  
static User.InstRole User.InstRole.ROLE_12
          Deprecated.  
static User.InstRole User.InstRole.ROLE_13
          Deprecated.  
static User.InstRole User.InstRole.ROLE_14
          Deprecated.  
static User.InstRole User.InstRole.ROLE_15
          Deprecated.  
static User.InstRole User.InstRole.ROLE_16
          Deprecated.  
static User.InstRole User.InstRole.ROLE_17
          Deprecated.  
static User.InstRole User.InstRole.ROLE_18
          Deprecated.  
static User.InstRole User.InstRole.ROLE_19
          Deprecated.  
static User.InstRole User.InstRole.ROLE_20
          Deprecated.  
static User.InstRole User.InstRole.ROLE_9
          Deprecated.  
static User.InstRole User.InstRole.STAFF
          Deprecated.  
static User.InstRole User.InstRole.STUDENT
          Deprecated.  
 

Methods in blackboard.data.user that return User.InstRole
static User.InstRole User.InstRole.fromExternalString(java.lang.String externalString)
          Deprecated. Returns the User.InstRole element specified by the externalString.
 User.InstRole User.getInstitutionRole()
          Deprecated. Use getPortalRoleId() instead
static User.InstRole[] User.InstRole.getValues()
          Deprecated. Returns an array of all of the elements in this enumeration.
static User.InstRole User.InstRole.mapToInstRole(Id portalRoleId)
          Deprecated.  
 

Methods in blackboard.data.user with parameters of type User.InstRole
static Id User.InstRole.mapToPortalRoleId(User.InstRole role)
          Deprecated.  
 void User.setInstitutionRole(User.InstRole eInstRole)
          Deprecated. Use setPortalRoleId(Id portalRoleId) instead
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.