| Package | Description | 
|---|---|
| com.jalios.jcms | Contains the core JCMS classes. | 
| com.jalios.jcms.dbmember | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CategoryRightThis class represents the rights of a Member on a set of category
 roots. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.HashMap<java.lang.String,DataRight> | Member. rightFromClassMap | 
| protected java.util.HashMap<java.lang.String,DataRight> | Group. rightFromClassMap | 
| Modifier and Type | Method and Description | 
|---|---|
| DataRight | Channel. getDataRight(boolean canPublish,
            boolean canUpdateOther,
            boolean canDeleteOther,
            boolean create)Returns a DataRight matching the given criteria. | 
| DataRight | Group. getRight(java.lang.Class<?> clazz)Retrieve the DataRight associated with the specified class for this group. | 
| DataRight | Member. getRight(java.lang.Class<?> clazz,
        boolean searchInGroups)Search for a Right object bound to clazz or one of its super
 class. | 
| DataRight | Member. getRight(java.lang.Class<?> clazz,
        boolean searchInGroups,
        Workspace ws)Search for a Right object bound to clazz or one class. | 
| DataRight | Member. getRight(Data data) | 
| static DataRight | DataRight. unionRightSet(java.util.TreeSet rightSet) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.HashMap<java.lang.String,DataRight> | Member. getRightFromClassMap()Get the value of rightFromClassMap. | 
| java.util.HashMap<java.lang.String,DataRight> | Group. getRightFromClassMap()Retrieves the map associating DataRight instance to the publication type
 (class name) on which they must applied. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Member. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> v)Set the value of rightFromClassMap. | 
| void | Group. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> rightFromClassMap)Set the map associating DataRight instance to the publication
 type (class name) on which they must be applied. For example, here is a map giving full access to WebPages an none to Articles : | 
| Constructor and Description | 
|---|
| DataRight(DataRight other) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.HashMap<java.lang.String,DataRight> | DBMember. getRightFromClassMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DBMember. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> v) | 
Copyright © 2001-2017 Jalios SA. All Rights Reserved.