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

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

Uses of User.SystemRole in blackboard.data.user
 

Fields in blackboard.data.user declared as User.SystemRole
static User.SystemRole User.SystemRole.ACCOUNT_ADMIN
          Account Administrator role.
static User.SystemRole User.SystemRole.CARD_OFFICE_ADMIN
          Manages the front-end settings (tabs, modules, etc.) for portal-ecommerce functionality
static User.SystemRole User.SystemRole.COURSE_CREATOR
          Course Creator role.
static User.SystemRole User.SystemRole.COURSE_SUPPORT
          Course Support role.
static User.SystemRole User.SystemRole.DEFAULT
          Default role is USER
static User.SystemRole User.SystemRole.ECOMMERCE_ADMIN
          Manages the back-end settings for portal-ecommerce functionality
static User.SystemRole User.SystemRole.GUEST
          Guest role.
static User.SystemRole User.SystemRole.INTEGRATION
          This role is private, used only for special processes that interact for data integration authentication.
static User.SystemRole User.SystemRole.LMS_INTEGRATION_ADMIN
          Manages the front-end portal-ecommerce functionality related to purchases
static User.SystemRole User.SystemRole.NONE
          No explicit role.
static User.SystemRole User.SystemRole.OBSERVER
          Observer role.
static User.SystemRole User.SystemRole.PORTAL
          Portal Administrator role.
static User.SystemRole User.SystemRole.STORE_ADMIN
          Manages the front-end portal-ecommerce functionality related to purchases
static User.SystemRole User.SystemRole.SYSTEM_ADMIN
          System Administrator role.
static User.SystemRole User.SystemRole.SYSTEM_SUPPORT
          System Support role.
static User.SystemRole User.SystemRole.USER
          Normal user role.
 

Methods in blackboard.data.user that return User.SystemRole
static User.SystemRole User.SystemRole.fromExternalString(java.lang.String externalString)
          Returns the User.SystemRole element specified by the externalString .
static User.SystemRole User.SystemRole.fromFieldName(java.lang.String fieldName)
          Returns the FormattedText.Type element specified by the fieldName .
 User.SystemRole User.getSystemRole()
          Returns the system role (the administrative user role in the gui) for this User.
static User.SystemRole[] User.SystemRole.getValues()
          Returns an array of all of the elements in this enumeration.
static User.SystemRole User.SystemRole.mapToUserSystemRole(java.lang.String identifier)
          mapToUserSystemRole
 

Methods in blackboard.data.user with parameters of type User.SystemRole
 void User.setSystemRole(User.SystemRole eSystemRole)
          Sets the system role (the administrative user role in the gui) for this User.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.