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 classCategoryRightThis 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. rightFromClassMapprotected java.util.HashMap<java.lang.String,DataRight>Member. rightFromClassMapMethods in com.jalios.jcms that return DataRight Modifier and Type Method Description DataRightChannel. getDataRight(boolean canPublish, boolean canUpdateOther, boolean canDeleteOther, boolean create)Returns a DataRight matching the given criteria.DataRightGroup. getRight(java.lang.Class<?> clazz)Retrieve the DataRight associated with the specified class for this group.DataRightMember. getRight(Data data)DataRightMember. getRight(java.lang.Class<?> clazz, boolean searchInGroups)Search for a Right object bound to clazz or one of its super class.DataRightMember. getRight(java.lang.Class<?> clazz, boolean searchInGroups, Workspace ws)Search for a Right object bound to clazz or one class.static DataRightDataRight. 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 GroupStartupDataGenerator. buildGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap, AccessControlList acl, int visibility)protected GroupStartupDataGenerator. createGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap)Create a groupprotected GroupStartupDataGenerator. createGroup(java.lang.String vid, java.util.HashMap<java.lang.String,DataRight> rightFromClassMap, AccessControlList acl, int visibility)Create a groupvoidGroup. 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 :voidMember. 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 voidDBMember. setRightFromClassMap(java.util.HashMap<java.lang.String,DataRight> v)
-