Uses of Class
org.oscelot.webct.dao.UserRole

Uses of UserRole in org.oscelot.webct.dao
 

Fields in org.oscelot.webct.dao declared as UserRole
static UserRole UserRole.SERVER_ADMIN_ROLE
          Deprecated.  
static UserRole UserRole.DOMAIN_ADMIN_ROLE
          Deprecated.  
static UserRole UserRole.DOMAIN_DESIGNER_ROLE
          Deprecated.  
static UserRole UserRole.INSTITUTIONAL_ADMIN_ROLE
          Deprecated.  
static UserRole UserRole.INSTITUTIONAL_DESIGNER_ROLE
          Deprecated.  
static UserRole UserRole.GROUP_ADMIN_ROLE
          Deprecated.  
static UserRole UserRole.GROUP_DESIGNER_ROLE
          Deprecated.  
static UserRole UserRole.COURSE_DESIGNER_ROLE
          Deprecated.  
static UserRole UserRole.COURSE_INSTRUCTOR_ROLE
          Deprecated.  
static UserRole UserRole.SECTION_DESIGNER_ROLE
          Deprecated.  
static UserRole UserRole.SECTION_INSTRUCTOR_ROLE
          Deprecated.  
static UserRole UserRole.TA_ROLE
          Deprecated.  
static UserRole UserRole.STUDENT_ROLE
          Deprecated.  
static UserRole UserRole.AUDITOR_ROLE
          Deprecated.  
static UserRole UserRole.DESIGNER_INSTRUCTOR_ROLE
          Deprecated.  
static UserRole UserRole.MENTOR_ROLE
          Deprecated.  
 

Methods in org.oscelot.webct.dao that return UserRole
static UserRole UserRole.forName(java.lang.String name)
          Deprecated. This class has been replaced with a set of string constants defined in the UserVO class

This public method returns a UserRole object for a given role name. Supported user role names include:

  • Auditor - SAUD
  • Course Designer - CDES
  • Course Instructor - CINS
  • Designer Instructor - SIND
  • Domain Admin - DADM
  • Domain Designer - DDES
  • Group Admin - KADM
  • Group Designer - KDES
  • Institutional Admin - IADM
  • Institutional Designer - IDES
  • Section Designer - SDES
  • Section Instructor - SINS
  • Server Admin - VADM
  • Student - SSTU
  • TA - STEA
  • Mentor - SMEN
 

Methods in org.oscelot.webct.dao with parameters of type UserRole
 boolean UserVO.isUserInRole(UserRole role)
          Deprecated. As the UserRole class has been deprecated, use the UserVO.isUserInRole(String) method instead.