Uses of Class
com.jalios.jcms.DataRight
-
Packages that use DataRight Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.dbmember -
-
Uses of DataRight in com.jalios.jcms
Subclasses of DataRight in com.jalios.jcms Modifier and Type Class Description 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 Modifier and Type Field Description protected java.util.HashMap<java.lang.String,DataRight>
Group. rightFromClassMap
protected java.util.HashMap<java.lang.String,DataRight>
Member. rightFromClassMap
Methods in com.jalios.jcms that return DataRight Modifier and Type Method 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(Data data)
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.static DataRight
DataRight. unionRightSet(java.util.TreeSet rightSet)
Methods in com.jalios.jcms that return types with arguments of type DataRight Modifier and Type Method Description 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.java.util.HashMap<java.lang.String,DataRight>
Member. getRightFromClassMap()
Get the value of rightFromClassMap.Method parameters in com.jalios.jcms with type arguments of type DataRight Modifier and Type Method Description protected Group
StartupDataGenerator. buildGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap, AccessControlList acl, int visibility)
protected Group
StartupDataGenerator. createGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap)
Create a groupprotected Group
StartupDataGenerator. createGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap, AccessControlList acl, int visibility)
Create a groupvoid
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 :void
Member. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> v)
Set the value of rightFromClassMap.Constructors in com.jalios.jcms with parameters of type DataRight Constructor Description 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 Modifier and Type Method Description java.util.HashMap<java.lang.String,DataRight>
DBMember. getRightFromClassMap()
Method parameters in com.jalios.jcms.dbmember with type arguments of type DataRight Modifier and Type Method Description void
DBMember. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> v)
-