org.olat.core.id
Class Roles

java.lang.Object
  extended by org.olat.core.id.Roles
All Implemented Interfaces:
java.io.Serializable

public class Roles
extends java.lang.Object
implements java.io.Serializable

Description:

Author:
Felix Jost
See Also:
Serialized Form

Constructor Summary
Roles(boolean isOLATAdmin, boolean isUserManager, boolean isGroupManager, boolean isAuthor, boolean isGuestOnly, boolean isInstitutionalResourceManager)
           
 
Method Summary
 boolean isAuthor()
           
 boolean isGroupManager()
           
 boolean isGuestOnly()
           
 boolean isInstitutionalResourceManager()
           
 boolean isOLATAdmin()
           
 boolean isUserManager()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Roles

public Roles(boolean isOLATAdmin,
             boolean isUserManager,
             boolean isGroupManager,
             boolean isAuthor,
             boolean isGuestOnly,
             boolean isInstitutionalResourceManager)
Parameters:
isOLATAdmin -
isUserManager -
isGroupManager -
isAuthor -
isGuestOnly -
isUniCourseManager -
Method Detail

isOLATAdmin

public boolean isOLATAdmin()
Returns:
boolean

isAuthor

public boolean isAuthor()
Returns:
boolean

isGuestOnly

public boolean isGuestOnly()
Returns:
boolean

isGroupManager

public boolean isGroupManager()
Returns:
boolean

isUserManager

public boolean isUserManager()
Returns:
boolean

isInstitutionalResourceManager

public boolean isInstitutionalResourceManager()
Returns:
boolean

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
See Also:
Object.toString()