Uses of Class
com.jalios.jcms.DataRight

Packages that use DataRight
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.dbmember   
 

Uses of DataRight in com.jalios.jcms
 

Subclasses of DataRight in com.jalios.jcms
 class CategoryRight
          This class represents the rights of a Member on a set of category roots.
 

Fields in com.jalios.jcms with type parameters of type DataRight
protected  HashMap<String,DataRight> Member.rightFromClassMap
           
protected  HashMap<String,DataRight> Group.rightFromClassMap
           
 

Methods in com.jalios.jcms that return DataRight
 DataRight Channel.getDataRight(boolean canPublish, boolean canUpdateOther, boolean canDeleteOther, boolean create)
          Returns a DataRight matching the given criteria.
 DataRight Group.getRight(Class<?> clazz)
          Retrieve the DataRight associated with the specified class for this group.
 DataRight Member.getRight(Class<?> clazz, boolean searchInGroups)
          Search for a Right object bound to clazz or one of its super class.
 DataRight Member.getRight(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(TreeSet rightSet)
           
 

Methods in com.jalios.jcms that return types with arguments of type DataRight
 HashMap<String,DataRight> Member.getRightFromClassMap()
          Get the value of rightFromClassMap.
 HashMap<String,DataRight> Group.getRightFromClassMap()
          Retrieves the map associating DataRight instance to the publication type (class name) on which they must applied.
 

Method parameters in com.jalios.jcms with type arguments of type DataRight
 void Member.setRightFromClassMap(HashMap<String,DataRight> v)
          Set the value of rightFromClassMap.
 void Group.setRightFromClassMap(HashMap<String,DataRight> rightFromClassMap)
          Set the map associating DataRight instance to the publication type (class name) on which they must be applied.
 

Constructors in com.jalios.jcms with parameters of type DataRight
DataRight(DataRight other)
           
 

Uses of DataRight in com.jalios.jcms.dbmember
 

Methods in com.jalios.jcms.dbmember that return types with arguments of type DataRight
 HashMap<String,DataRight> DBMember.getRightFromClassMap()
           
 

Method parameters in com.jalios.jcms.dbmember with type arguments of type DataRight
 void DBMember.setRightFromClassMap(HashMap<String,DataRight> v)
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.