Uses of Class
com.jalios.jcms.Group
-
-
Uses of Group in com.jalios.jcms
Classes in com.jalios.jcms with type parameters of type Group Modifier and Type Class Description static class
Group.AclComparator<T extends Group>
DataComparator sorting groups using their ACL.static class
Group.DataRightComparator<T extends Group>
This comparator sort groups according the DataRight they have.static class
Group.LastLdapSyncComparator<T extends Group>
static class
Group.MemberCountComparator<T extends Group>
static class
Group.NameComparator<T extends Group>
static class
Group.OrderComparator<T extends Group>
static class
Group.PreferredWorkspaceComparator<T extends Group>
static class
Group.WorkspaceComparator<T extends Group>
Fields in com.jalios.jcms declared as Group Modifier and Type Field Description protected Group[]
Member. declaredGroups
protected Group
Channel. defaultGroup
protected Group[]
Member. groups
protected Group
Member.GroupSelector. grp
protected Group
Channel. organizationRootGroup
Fields in com.jalios.jcms with type parameters of type Group Modifier and Type Field Description protected java.util.HashSet<Group>
Category. authorizedGroupHashSet
protected java.util.TreeSet<Group>
Category. authorizedGroupSet
protected java.util.TreeSet<Group>
Publication. authorizedGroupSet
protected java.util.Set<Group>
Group.ParentSelector. childrenSet
protected static java.util.Map<java.lang.String,Group>
GroupListener. dn2GroupMap
protected java.util.HashSet<Group>
Category. managerGroupSet
protected java.util.HashSet<Group>
Group. parentSet
protected java.util.Set<Group>
QueryManager.QueryPublicationSelector. queryAvoidGroupSet
protected java.util.Set<Group>
QueryManager.QueryPublicationSelector. queryGroupSet
protected java.util.TreeSet<Group>
Publication. updateGroupSet
protected java.util.HashSet<Group>
Category. useGroupSet
Methods in com.jalios.jcms with type parameters of type Group Modifier and Type Method Description static <T extends Group>
java.util.Comparator<T>Group. getAclComparator()
Retrieve a new instance of Group comparator sorting groups according their ACL.static <T extends Group>
java.util.Comparator<T>Group. getLastLdapSyncComparator()
static <T extends Group>
java.util.Comparator<T>Group. getMemberCountComparator()
static <T extends Group>
java.util.Comparator<T>Group. getNameComparator()
static <T extends Group>
java.util.Comparator<T>Group. getNameComparator(java.lang.String lang)
static <T extends Group>
java.util.Comparator<T>Group. getOrderComparator()
static <T extends Group>
java.util.Comparator<T>Group. getWorkspaceComparator()
Methods in com.jalios.jcms that return Group 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)
Create a groupprotected Group
StartupDataGenerator. createGroup(java.lang.String vid, AccessControlList acl)
Create a groupprotected 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 groupGroup[]
Member. getDeclaredGroups()
Get the value of declaredGroups.Group
Channel. getDefaultGroup()
Returns the default group.Group
Channel. getGroup(java.lang.String id)
Returns a group from its idGroup
Channel. getGroupFromDN(java.lang.String dn)
Returns a LDAP group from its distinguish name.static Group
GroupListener. getGroupFromDN(java.lang.String dn)
Returns a LDAP group from its distinguish name.static Group
HttpUtil. getGroupParameter(javax.servlet.http.HttpServletRequest request, java.lang.String parameterName)
Retrieve a Group from its id received in parameter.Group[]
Member. getGroups()
Returns all the groups this member belongs to.Group
Channel. getGuestGroup()
Returns the Guests group bound to virtual IDMember.GUEST_GROUP_VID
.Group
Channel. getOrganizationRootGroup()
Returns the root group of the organization.Methods in com.jalios.jcms that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
GroupIndexManager. getAncestorAndMeSet(Group group)
Returns the ancestor set associated to the given Group.java.util.Set<Group>
Group. getAncestorSet(boolean includeMyself)
Returns the ancestors of this group.java.util.Set<Group>
GroupIndexManager. getAncestorSet(Group group)
Returns the ancestor set associated to the given Group.java.util.Set<Group>
Category. getAuthorizedGroupSet()
Get the value of authorizedGroupSet.java.util.Set<Group>
Publication. getAuthorizedGroupSet()
Get the set of Group authorized to read this Publication.java.util.Set<Group>
Group. getChildrenSet()
Return the set of groups which have this group has parent.java.util.Set<Group>
GroupIndexManager. getChildrenSet(Group group)
Returns the children set associated to the given Group.java.util.Set<Group>
Channel. getCommonGroupSet()
Return all the global groupsstatic java.util.Comparator<Group>
Group. getComparator(java.lang.String str, boolean reverse)
Deprecated.java.util.Set<Group>
Member. getDeclaredGroupSet()
Get the value of declaredGroups ordered by name.java.util.Set<Group>
Member. getDeclaredGroupSet(java.util.Comparator<Group> comp)
Get the value of declaredGroups ordered by given comparator.java.util.Set<Group>
Group. getDescendantSet()
Returns the descendant groups of this group.java.util.Set<Group>
GroupIndexManager. getDescendantSet(Group group)
Returns the descendant set associated to the given Group.java.util.Set<Group>
GroupIndexManager. getExplicitelyManagedGroupSet(Member mbr)
Retrieve Groups who have the specified member as declared manager.static java.util.TreeSet<Group>
Group. getGlobalGroupSet()
Returns a set of all Groups set which are globaljava.util.Set<Group>
Member. getGroupSet(Workspace ws)
Returns the groups of the given workspace the member belongs to.java.util.HashSet<Group>
Category. getManagerGroupSet()
java.util.HashSet<Group>
Category. getManagerGroupSet(boolean excludeGroupsWithoutReadAuthorization)
java.util.Set<Group>
Member. getOrganizationGroupSet()
Returns the set of groups of the organization the given member belongs to.java.util.HashSet<Group>
Group. getParentSet()
Get the parent groups of this groups in a Set.protected java.util.HashSet<Group>
QueryManager. getQueryAvoidGroupSet(QueryHandler qh)
Compute aHashSet
ofGroup
to exclude during query from the "gidsOff" value of the given QueryHandler.protected java.util.HashSet<Group>
QueryManager. getQueryGroupSet(QueryHandler qh)
Compute aHashSet
ofGroup
to include during query from the "gids" value of the given QueryHandler.static java.util.Set<Group>
Group. getRootGroupSet(Workspace ws)
Returns the groups without parent in the given workspace.java.util.Set<Group>
Publication. getUpdateGroupSet()
Get the set of Group authorized to update this Publication.java.util.HashSet<Group>
Category. getUseGroupSet()
java.util.HashSet<Group>
Category. getUseGroupSet(boolean excludeGroupsWithoutReadAuthorization)
Methods in com.jalios.jcms with parameters of type Group Modifier and Type Method Description boolean
GroupIndexManager. addAuthGroupPublication(Group group, Publication pub)
Adds the given Publication to the given Group.void
Category. addAuthorizedGroup(Group grp)
Add an authorized groupvoid
Publication. addAuthorizedGroup(Group grp)
Add an authorized groupboolean
GroupIndexManager. addDeclaredMember(Group group, Member member)
Adds the given Member to the given Group.boolean
GroupIndexManager. addDeclaredMembers(Group group, java.util.Set<Member> memberSet)
Adds the given Member to the given Group.void
Member. addGroup(Group group)
Add this member to a given group (this changes is not saved)static void
GroupListener. addGroupInDnToGroupMap(java.lang.String dn, Group group)
Add the given new group to the index of DN to Group Map.boolean
GroupIndexManager. addMember(Group group, Member member)
Adds the given Member to the given Group.boolean
GroupIndexManager. addMembers(Group group, java.util.Set<Member> memberSet)
Adds the given Member to the given Group.void
Group. addParent(Group group)
Adds the given group to the parent set of this group.boolean
Member. belongsToGroup(Group group)
This convenient method returns true if this member belongs to a given group.boolean
Member. belongsToGroup(Group[] grps)
This convenient method returns true if this member belongs to at least one of the given groups.boolean
Category. canBeReadBy(Group group, boolean checkAncestors)
Deprecated.since JCMS-8579boolean
FileDocumentReferrerRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
Deprecated.boolean
FormRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group group)
boolean
Publication. canBeReadBy(Group group)
Deprecated.since JCMS-8577boolean
Publication. canBeReadBy(Group group, RightInfo rightInfo)
Deprecated.since JCMS-8577boolean
RightPolicyManager. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
Deprecated.since JCMS-8579boolean
RightPolicyManager. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)
boolean
RightPolicyManager. canBeReadBy(boolean isAuthorized, Publication pub, Group grp, RightInfo rightInfo)
Deprecated.since JCMS-8577boolean
Member. canExportMembers(Workspace ws, Group grp)
Check if this member is authorized to export (eg in CSV) the members matching specified criteria.boolean
Member. canRead(Group grp)
This convenient method checks if this member can read a group.protected static boolean
WFRule. checkGroup(WKRole role, Group group, int currentWeight, Publication pub)
static ControllerStatus
Member. checkMemberGroupModification(Member opAuthor, Group modifiedGroup, Member modifiedMember, boolean checkParentGroup)
Check if the specified Member (opAuthor) is authorized to add or remove a member to the specified group to this member.static Member[]
JcmsUtil. getAllMembers(Group[] groups, Member[] members, Member... removeMembers)
java.util.Set<Group>
GroupIndexManager. getAncestorAndMeSet(Group group)
Returns the ancestor set associated to the given Group.java.util.Set<Group>
GroupIndexManager. getAncestorSet(Group group)
Returns the ancestor set associated to the given Group.java.util.Set<Category>
GroupIndexManager. getAuthGroupCategorySet(Group group)
java.util.Set<Publication>
GroupIndexManager. getAuthGroupPublicationSet(Group group)
Returns publications which authorized Groups is associated to the given Group.java.util.Set<Group>
GroupIndexManager. getChildrenSet(Group group)
Returns the children set associated to the given Group.java.util.Set<Member>
GroupIndexManager. getDeclaredMemberSet(Group group)
Returns the member set associated to the given Group.java.util.Set<Group>
GroupIndexManager. getDescendantSet(Group group)
Returns the descendant set associated to the given Group.java.util.Optional<java.lang.String>
GroupIndexManager. getManager(Group grp)
Returns the id of manager of the given group.java.util.Set<Member>
GroupIndexManager. getMemberSet(Group group)
Returns the member set associated to the given Group.java.util.Set<WFState>
Workflow. getWorkStateSet(Group group, Workspace workspace)
Returns all the state a group can work in, for given Workspace.protected boolean
Category. internalCanBeReadBy(Group group)
Check of this category can be read by the given groupboolean
Group. isAncestor(Group group)
Returns true if given group is an ancestor of this group or is the same object as this group.boolean
Member. isDeclaredGroup(Group group)
Returns true if the given group is a declared groups.boolean
Group. isDescendant(Group group)
Returns true if the given group is a descendant of this group.boolean
Member. isManagerOf(Group group)
Returns true if this member is manager of the given group.static void
Group. printOptionGroup(Group selectedGrp, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.static void
Group. printOptionGroup(Workspace ws, Group selectedGrp, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.void
GroupIndexManager. refreshAllChildrenDescendantsAndAncestors(Group group, boolean add)
void
GroupIndexManager. refreshIndexForCreation(Group group)
Specific update of indices while a group is currently created.void
GroupIndexManager. refreshIndexForDelete(Group group)
Specific update of indices while a group is currently deleted.void
GroupIndexManager. refreshIndexForUpdate(Group cloneOldGroup, Group group)
Specific update of indices while a group is currently updated.protected void
GroupListener. refreshWorkspacesMembers(Group group)
Refresh member index of workspaceboolean
GroupIndexManager. removeAuthGroupPublication(Group group, Publication pub)
Removes the given Publication for the given Group.boolean
Category. removeAuthorizedGroup(Group grp)
Remove an authorized group.boolean
Publication. removeAuthorizedGroup(Group grp)
Remove an authorized group.boolean
GroupIndexManager. removeDeclaredMember(Group group, Member member)
Removes the given member for the given Group.boolean
GroupIndexManager. removeDeclaredMembers(Group group, java.util.Set<Member> memberSet)
Removes the given member for the given Group.void
Member. removeGroup(Group group)
Remove this member from a given group(this changes is not saved)void
GroupIndexManager. removeManager(Group grp)
Remove the given group form the manager map.boolean
GroupIndexManager. removeMember(Group group, Member member)
Removes the given member for the given Group.boolean
GroupIndexManager. removeMembers(Group group, java.util.Set<Member> memberSet)
Removes the given member for the given Group.void
Group. removeParent(Group group)
Removes the given group form the parent set of this group.void
Member. setDeclaredGroups(Group[] v)
Set the value of declaredGroups.void
GroupIndexManager. setManager(Group grp, java.lang.String managerId)
Sets id of the manager of the given group.void
GroupIndexManager. setNoManager(Group grp)
static void
GroupListener. updateDnToGroupMap(Group oldGroup, Group newGroup)
Update the given group in the index of DN to Group Map.protected void
GroupListener. updateMembers(Group group)
Invalidate canManageContent foreach members of this groupprotected void
GroupListener. updateWorkspaces(Group group, boolean add)
Add Group to workspace groupSetMethod parameters in com.jalios.jcms with type arguments of type Group Modifier and Type Method Description java.util.Set<Group>
Member. getDeclaredGroupSet(java.util.Comparator<Group> comp)
Get the value of declaredGroups ordered by given comparator.static java.util.Comparator<Member>
Member. getGroupComparator(java.util.Comparator<Group> groupComparator)
static void
Group. printOptionGroup(Workspace ws, java.util.Set<Group> selectedSet, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.static void
Group. printOptionGroup(java.util.Set<Group> selectedSet, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)
Print the <option> tags for a <select> tag.void
Category. setAuthorizedGroupSet(java.util.TreeSet<Group> set)
Set the value of authorizedGroupSet.void
Publication. setAuthorizedGroupSet(java.util.TreeSet<Group> groupSet)
Set the set of Group authorized to read this Publication.void
Category. setManagerGroupSet(java.util.HashSet<Group> managerGroupSet)
Set the groups declared as manager of this category (and sub categories).void
Group. setParentSet(java.util.HashSet<Group> parentSet)
Set the parent groups of this group.
This method will removes any cycle dependencies or null reference the specified Set may contains.void
Publication. setUpdateGroupSet(java.util.TreeSet<Group> groupSet)
Set the Groups whose members are explicitely authorized to update this instance.void
Category. setUseGroupSet(java.util.HashSet<Group> useGroupSet)
Set the groups who are authorized to use this category (and sub categories).Constructors in com.jalios.jcms with parameters of type Group Constructor Description Group(Group other)
GroupSelector(Group grp)
ParentSelector(Group parentGroup)
Constructor parameters in com.jalios.jcms with type arguments of type Group Constructor Description GroupComparator(java.util.Comparator<Group> groupComparator)
QueryPublicationSelector(java.util.HashSet<java.lang.Class<? extends Publication>> queryClassSet, java.util.HashSet<java.lang.Class<? extends Publication>> queryAvoidClassSet, java.util.Date beginDate, java.util.Date endDate, int dateType, java.util.Set<Group> queryGroupSet, java.util.Set<Group> queryAvoidGroupSet, java.util.Set<Member> queryMemberSet, java.util.Set<Member> queryAvoidMemberSet, java.util.Set<java.lang.String> queryDBMemberIdSet, int[] pstatus, java.lang.String[] langs, Member loggedMember, java.util.Set<Workspace> workspaceSet, boolean checkReadRights, java.lang.String ability, boolean isExactCat, java.lang.String catMode, java.util.HashSet<Category> queryCategorySet, java.util.HashSet<Category> queryAvoidCategorySet, java.util.Set<Publication> historySet, java.util.Set<java.lang.String> allContentTypeSet)
-
Uses of Group in com.jalios.jcms.accesscontrol
Methods in com.jalios.jcms.accesscontrol that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
AccessControlList. getGroupSet()
Retrieves the Set of Group using this ACL.java.util.Set<Group>
AccessControlListIndexManager. getGroupSet(AccessControlList acl)
Returns the Group set using the specified ACL.Methods in com.jalios.jcms.accesscontrol with parameters of type Group Modifier and Type Method Description boolean
AccessControlListIndexManager. addGroup(AccessControlList acl, Group group)
Adds the specified Group to the group Set of the given ACL.protected static boolean
AccessControlManager. internalCheckWorkspaceDataAccess(java.lang.String resource, Group aclGroup, Workspace ws, Data data, Member mbr)
This method is invoked when a Data ACL has been granted for a member, in such case, we check the minimum requirement to validate the authorization or not.boolean
AccessControlListIndexManager. removeGroup(AccessControlList acl, Group group)
Removes the specified Group from the group Set of the given ACL.void
AccessControlList. updateGroupSet(Group group, boolean add)
Internal method used to update the (transient) set of Group using this ACL. -
Uses of Group in com.jalios.jcms.alert
Fields in com.jalios.jcms.alert with type parameters of type Group Modifier and Type Field Description protected java.util.Set<Group>
SendAlertHandler. groupSet
Methods in com.jalios.jcms.alert that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
SendAlertHandler. getAvailableGroupSet()
-
Uses of Group in com.jalios.jcms.alert.openapi
Methods in com.jalios.jcms.alert.openapi that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
AlertParameters. getGroupSet()
Method parameters in com.jalios.jcms.alert.openapi with type arguments of type Group Modifier and Type Method Description void
AlertParameters. setGroupSet(java.util.Set<Group> groupSet)
-
Uses of Group in com.jalios.jcms.application
Fields in com.jalios.jcms.application with type parameters of type Group Modifier and Type Field Description protected java.util.Set<Group>
ApplicationDeployContext. groups
protected java.util.Set<Group>
ApplicationDeployHandler. groups
protected java.util.Collection<Group>
ApplicationResetContext. groups
protected java.util.Set<Group>
ResetApplicationLauncherModal. groups
Methods in com.jalios.jcms.application that return Group Modifier and Type Method Description Group
ApplicationAppHandler. getAvailableDepartmentGroup()
Group
ApplicationManager. getDefaultApplicationLauncherGroup(Group department)
Group
ApplicationManager.ApplicationLauncherOrigin. getDepartment()
Group
ApplicationManager.ApplicationLauncherWithDepartment. getDepartment()
Methods in com.jalios.jcms.application that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
ApplicationDeployHandler. getAvailableGroups()
java.util.Set<Group>
ResetApplicationLauncherModal. getAvailableGroups()
java.util.List<Group>
RecommendApplicationHandler. getAvailableRecommendGroups()
java.util.Set<Group>
ApplicationDeployContext. getGroups()
java.util.Collection<Group>
ApplicationResetContext. getGroups()
Methods in com.jalios.jcms.application with parameters of type Group Modifier and Type Method Description ApplicationLauncher
ApplicationManager. getDefaultApplicationLauncher(Group department)
Group
ApplicationManager. getDefaultApplicationLauncherGroup(Group department)
java.util.Set<java.lang.String>
ApplicationManager. getDepartmentShortcutIds(Group department)
boolean
ApplicationManager. hasCustomApplicationLauncher(Group department)
Check if a department has a custom launcherboolean
ApplicationManager. hasDefaultApplicationLauncher(Group department)
Returns true if given department has a default launchervoid
ApplicationManager. resetDefaultApplicationLauncher(Group department)
boolean
ApplicationManager. saveDefaultApplicationLauncher(Group department, java.lang.String data)
Saves json data as default json launcher for the given departmentMethod parameters in com.jalios.jcms.application with type arguments of type Group Modifier and Type Method Description void
ApplicationManager. addMembersFromGroups(java.util.Set<Member> mbrSet, java.util.Collection<Group> groups)
void
ApplicationDeployContext. setGroups(java.util.Set<Group> groups)
void
ApplicationResetContext. setGroups(java.util.Collection<Group> groups)
void
ApplicationResetContext. setGroups(java.util.List<Group> groups)
Constructors in com.jalios.jcms.application with parameters of type Group Constructor Description ApplicationLauncherOrigin(ApplicationManager.Origin origin, ApplicationLauncher launcher, Group department)
ApplicationLauncherWithDepartment(ApplicationLauncher launcher, Group department)
-
Uses of Group in com.jalios.jcms.archive
Fields in com.jalios.jcms.archive with type parameters of type Group Modifier and Type Field Description protected java.util.TreeSet<Group>
ArchivedPublication. authorizedGroupSet
Methods in com.jalios.jcms.archive that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
ArchivedPublication. getAuthorizedGroupSet()
Get the set of Group authorized to read this archive.Method parameters in com.jalios.jcms.archive with type arguments of type Group Modifier and Type Method Description void
ArchivedPublication. setAuthorizedGroupSet(java.util.TreeSet<Group> groupSet)
Set the set of Group authorized to read this archive. -
Uses of Group in com.jalios.jcms.caddy
Fields in com.jalios.jcms.caddy declared as Group Modifier and Type Field Description protected Group[]
CategoryCaddyContext. authorizedGroups
protected Group[]
PublicationCaddyContext. authorizedGroups
protected Group[]
CategoryCaddyContext. commonAuthorizedGroups
protected Group[]
PublicationCaddyContext. commonAuthorizedGroups
protected Group[]
PublicationCaddyContext. commonUpdateGroups
protected Group[]
PublicationCaddyContext. updateGroups
Fields in com.jalios.jcms.caddy with type parameters of type Group Modifier and Type Field Description protected java.util.HashMap<Group,java.lang.Boolean>
MemberCaddyContext. commonGroupMap
protected java.util.HashSet<Group>
GroupCaddyContext. commonParentSet
protected java.util.HashMap<Group,java.lang.Boolean>
AbstractMemberCaddyContext. groupMap
protected java.util.HashSet<Group>
GroupCaddyContext. parentSet
Methods in com.jalios.jcms.caddy that return Group Modifier and Type Method Description Group[]
CategoryCaddyHandler. getAvailableAuthorizedGroups()
Group[]
PublicationCaddyHandler. getAvailableAuthorizedGroups()
Group[]
PublicationCaddyHandler. getAvailableUpdateGroups()
Methods in com.jalios.jcms.caddy that return types with arguments of type Group Modifier and Type Method Description java.util.TreeSet<Group>
AbstractMemberCaddyHandler. getAvailableGroupsToAdd()
java.util.TreeSet<Group>
AbstractMemberCaddyHandler. getAvailableGroupsToRemove()
java.util.HashSet<Group>
GroupCaddyHandler. getAvailableParentSet()
java.util.Set<Group>
MemberCaddyHandler. getCommonGroups()
Retrieve the commons groups that were computed for all Members in the caddyjava.util.ArrayList<Group>
Caddy. getGroupList()
Create and returns a new list containing allGroup
contained in the caddy. -
Uses of Group in com.jalios.jcms.calendar
Methods in com.jalios.jcms.calendar that return Group Modifier and Type Method Description abstract Group[]
AbstractCalendarEvent. getAttendingGroups()
Group[]
CalendarEventInterface. getAttendingGroups()
Deprecated.Methods in com.jalios.jcms.calendar with parameters of type Group Modifier and Type Method Description abstract void
AbstractCalendarEvent. setAttendingGroups(Group[] v)
void
CalendarEventInterface. setAttendingGroups(Group[] v)
Deprecated. -
Uses of Group in com.jalios.jcms.context
Methods in com.jalios.jcms.context that return Group Modifier and Type Method Description Group
GroupListContext. getParentGroup()
Methods in com.jalios.jcms.context that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
GroupListContext. getGroupSet()
java.util.Set<Group>
GroupListContext. getSelectedGroups()
Methods in com.jalios.jcms.context with parameters of type Group Modifier and Type Method Description GroupListContext.Builder
GroupListContext.Builder. parentGroup(Group parentGroup)
Method parameters in com.jalios.jcms.context with type arguments of type Group Modifier and Type Method Description GroupListContext.Builder
GroupListContext.Builder. selectedGroups(java.util.Set<Group> selectedGroups)
-
Uses of Group in com.jalios.jcms.dbmember
Methods in com.jalios.jcms.dbmember that return Group Modifier and Type Method Description Group[]
DBMember. getGroups()
Methods in com.jalios.jcms.dbmember with parameters of type Group Modifier and Type Method Description void
DBMember. addGroup(Group group)
boolean
DBMember. belongsToGroup(Group group)
static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getLdapSynchronizedCriterion(Group group)
Return an Hibernate criterion suitable to find DBMember to synchronized with LDAP.void
DBMember. removeGroup(Group group)
void
DBMember. setDeclaredGroups(Group[] v)
Method parameters in com.jalios.jcms.dbmember with type arguments of type Group Modifier and Type Method Description static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getGroupCriterion(java.util.Collection<Group> groups)
Retrieve an Hibernate Criterion to retrieve DBMember in at least one of the specified groups and any of its descendant.static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getGroupCriterion(java.util.Collection<Group> groups, boolean includeGrpDescendant)
Retrieve an Hibernate Criterion to retrieve DBMember in at least one of the specified groups.static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getGroupOffCriterion(java.util.Collection<Group> groups)
Retrieve an Hibernate Criterion to retrieve DBMember which are not in any of the specified groups and any of its descendant.static org.hibernate.criterion.Criterion
DBMemberQueryUtil. getGroupOffCriterion(java.util.Collection<Group> groups, boolean includeGrpDescendant)
Retrieve an Hibernate Criterion to retrieve DBMember which are not in any of the specified groups (and any of its descendant if specified). -
Uses of Group in com.jalios.jcms.handler
Fields in com.jalios.jcms.handler declared as Group Modifier and Type Field Description protected Group
EditGroupHandler. group
protected Group
EditNotificationHandler. group
protected Group[]
EditMemberHandler. groups
protected Group[]
PubBrowserHandler. groups
protected Group
MemberListHandler. selectedGroup
protected Group
MailEditHandler. toGroup
protected Group
EditGroupHandler. workingGroup
Fields in com.jalios.jcms.handler with type parameters of type Group Modifier and Type Field Description protected java.util.TreeSet<Group>
EditCatHandler. authorizedGroupSet
protected java.util.TreeSet<Group>
EditPublicationHandler. authorizedGroupSet
protected java.util.Set<Group>
AbstractMemberQueryHandler. groupOffSet
protected java.util.Set<Group>
AbstractMemberQueryHandler. groupSet
protected java.util.HashSet<Group>
EditCatHandler. managerGroupSet
protected java.util.List<Group>
MailEditHandler. toGroups
protected java.util.TreeSet<Group>
EditPublicationHandler. updateGroupSet
protected java.util.HashSet<Group>
EditCatHandler. useGroupSet
Methods in com.jalios.jcms.handler that return Group Modifier and Type Method Description Group[]
EditMemberHandler. getAvailableGroups()
Get the value of groups.Group
MemberListHandler. getAvailableSelectedGroup()
Group
MailEditHandler. getAvailableToGroup()
Group
EditGroupHandler. getGroup()
Group[]
EditMemberHandler. getGroups()
Group[]
PubBrowserHandler. getGroups()
Group
GroupQueryHandler. getParentGroup()
Retrieves the parent group used by this query, as specified usingGroupQueryHandler.setGid(String)
.Group
PubBrowserHandler. getSelectedGroup()
Methods in com.jalios.jcms.handler that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
EditCatHandler. getAvailableAuthorizedGroupSet()
java.util.Set<Group>
EditPublicationHandler. getAvailableAuthorizedGroupSet()
java.util.Set<Group>
EditCatHandler. getAvailableManagerGroupSet()
java.util.List<Group>
MailEditHandler. getAvailableToGroups()
java.util.Set<Group>
EditPublicationHandler. getAvailableUpdateGroupSet()
java.util.Set<Group>
EditCatHandler. getAvailableUseGroupSet()
java.util.Set<Group>
EditCatHandler. getDefaultAuthorizedGroupSet()
This method should be overriden by sub-classesjava.util.Set<Group>
EditPublicationHandler. getDefaultAuthorizedGroupSet()
This method should be overriden by sub-classesjava.util.Set<Group>
EditPublicationHandler. getDefaultUpdateGroupSet()
This method should be overriden by sub-classesjava.util.Set<Group>
AbstractMemberQueryHandler. getGroupOffSet()
Retrieves the groups that members must NOT belong to in order to be found.java.util.Set<Group>
AbstractMemberQueryHandler. getGroupSet()
Retrieves the groups that members must belong to in order to be found.java.util.Set<Group>
GroupQueryHandler. getResultSet()
Return results of a query done using thisGroupQueryHandler
.java.util.Set<Group>
GroupQueryHandler. getResultSet(java.util.Comparator<? super Group> comparator)
Return results of a query done using thisGroupQueryHandler
.Methods in com.jalios.jcms.handler with parameters of type Group Modifier and Type Method Description java.lang.String
MemberListHandler. getImportCsvUrl(Group wsGroup, boolean dbMember)
Returns an url for CSV import with current gid parameter.boolean
PubBrowserHandler. selectGroup(Group g)
Method parameters in com.jalios.jcms.handler with type arguments of type Group Modifier and Type Method Description java.util.Set<Group>
GroupQueryHandler. getResultSet(java.util.Comparator<? super Group> comparator)
Return results of a query done using thisGroupQueryHandler
.void
AbstractMemberQueryHandler. setGroupOffSet(java.util.Set<Group> groupSet)
Sets the group set that members must NOT belong to in order to be found.void
AbstractMemberQueryHandler. setGroupSet(java.util.Set<Group> groupSet)
Sets the group set that members must belong to in order to be found. -
Uses of Group in com.jalios.jcms.ldap
Methods in com.jalios.jcms.ldap that return Group Modifier and Type Method Description Group
LdapManager. getGroupFromDN(java.lang.String dn)
Returns a LDAP group from its distinguish name.static Group
SyncLdapHandler. getLdapGroupBeingSync(javax.servlet.http.HttpSession session)
If LDAP synchronization was request on a LDAP group, return the LDAP Group being synchronized. -
Uses of Group in com.jalios.jcms.member.csvimport
Methods in com.jalios.jcms.member.csvimport that return Group Modifier and Type Method Description Group
MemberCsvImportHandler. getGidGroup()
Group
MemberCsvImportHandler. getGuestGroup()
Methods in com.jalios.jcms.member.csvimport that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
MemberCsvImportHandler. getGlobalGroupSet()
-
Uses of Group in com.jalios.jcms.policy
Methods in com.jalios.jcms.policy with parameters of type Group Modifier and Type Method Description boolean
BasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
Deprecated.since JCMS-8579boolean
BasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)
boolean
BasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
Deprecated.since JCMS-8577boolean
RightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
Deprecated.since JCMS-8579boolean
RightPolicyFilter. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)
Called byData.canBeReadBy(Member)
.boolean
RightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
Deprecated.since JCMS-8577 -
Uses of Group in com.jalios.jcms.push
Constructors in com.jalios.jcms.push with parameters of type Group Constructor Description GroupTarget(Group group)
Constructor parameters in com.jalios.jcms.push with type arguments of type Group Constructor Description GroupTarget(java.util.Set<Group> groupSet)
-
Uses of Group in com.jalios.jcms.recommendation
Fields in com.jalios.jcms.recommendation with type parameters of type Group Modifier and Type Field Description protected java.util.Set<Group>
Recommendation. groupSet
protected java.util.Set<Group>
RecommendationHandler. groupSet
Methods in com.jalios.jcms.recommendation that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
RecommendationHandler. getAvailableGroupSet()
java.util.Set<Group>
RecommendationReaderTrackerHandler. getAvailableIncludeGroupSet()
java.util.Set<Group>
Recommendation. getGroupSet()
Methods in com.jalios.jcms.recommendation with parameters of type Group Modifier and Type Method Description java.util.Set<Member>
RecommendationManager. getGroupMemberSet(Group group)
Returns a Set ofMember
which belongs to given group (Store and database)java.util.List<ReaderTracker>
RecommendationManager. getRecommendationGroupReaderTrackingMemberSet(Recommendation recommendation, Group group)
Method parameters in com.jalios.jcms.recommendation with type arguments of type Group Modifier and Type Method Description boolean
RecommendationManager. isGroupContainsMember(java.util.Set<Group> groupSet)
void
Recommendation. setGroupSet(java.util.Set<Group> groupSet)
-
Uses of Group in com.jalios.jcms.rest
Methods in com.jalios.jcms.rest that return Group Modifier and Type Method Description static Group
RestUtil. getGroup(java.lang.String grpStr, Member mbr, boolean throwExceptionOnInvalidData)
RetrieveGroup
from a string (by testing id, ldap dn and name) -
Uses of Group in com.jalios.jcms.shortcut
Methods in com.jalios.jcms.shortcut with parameters of type Group Modifier and Type Method Description boolean
ShortcutRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
If shortcut targets a Publication, Group can read shortcut only if it can read the publication. -
Uses of Group in com.jalios.jcms.taglib.settings.impl
Methods in com.jalios.jcms.taglib.settings.impl with parameters of type Group Modifier and Type Method Description GroupSettings
GroupSettings. group(Group[] groups)
Specify groups to filter on these groups.GroupSettings
GroupSettings. group(Group group, Group... otherGroups)
Specify groups to filter on these groups.MemberSettings
MemberSettings. group(Group[] groups)
Specify groups to filter members on these groups.MemberSettings
MemberSettings. group(Group group, Group... otherGroups)
Specify groups to filter members on these groups.Method parameters in com.jalios.jcms.taglib.settings.impl with type arguments of type Group Modifier and Type Method Description GroupSettings
GroupSettings. group(java.util.Collection<Group> groups)
Specify groups to filter on these groups.MemberSettings
MemberSettings. group(java.util.Collection<Group> groups)
Specify groups to filter members on these groups. -
Uses of Group in com.jalios.jcms.test
Fields in com.jalios.jcms.test declared as Group Modifier and Type Field Description protected static Group
JcmsTestCase. defaultGroup
protected static Group
JcmsTestCase4. defaultGroup
Methods in com.jalios.jcms.test that return Group Modifier and Type Method Description static Group
JcmsTestCaseUtil. createACLGroup(java.lang.String resource)
static Group
JcmsTestCaseUtil. createGroupTx(java.lang.String name)
Creates a new group inside a new transaction that is commited at the end of process.static Group
JcmsTestCaseUtil. createGroupTx(java.lang.String name, java.util.Collection<Group> parentGroups)
Creates a new group inside a new transaction that is commited at the end of process.Methods in com.jalios.jcms.test that return types with arguments of type Group Modifier and Type Method Description static java.util.Set<Group>
JcmsTestCaseUtil. addReadRights(Publication pub, Group... groups)
Convenient method to add read right Groups on given publication.Methods in com.jalios.jcms.test with parameters of type Group Modifier and Type Method Description static void
JcmsTestCaseUtil. addMemberInGroupTx(Group group, java.lang.String memberId)
Checks and performs update given Member by adding him in given Group.static void
JcmsTestCaseUtil. addParentGroupTx(Group group, Group parentGroup)
Add given parent Group on given Group.static java.util.Set<Group>
JcmsTestCaseUtil. addReadRights(Publication pub, Group... groups)
Convenient method to add read right Groups on given publication.static void
Assert. assertCanBeReadBy(Publication pub, Group grp)
Deprecated.since JCMS-8577protected void
JcmsTestCase. assertCanBeReadBy(Publication pub, Group grp)
Deprecated.since JCMS-8577static void
Assert. assertCannotBeReadBy(Publication pub, Group grp, RightInfo.Explanation restriction)
Deprecated.since JCMS-8577protected void
JcmsTestCase. assertCannotBeReadBy(Publication pub, Group grp, RightInfo.Explanation restriction)
Deprecated.since JCMS-8577static DBMember
JcmsTestCaseUtil. createDBMember(java.lang.String name, boolean deleteOnTearDown, Group... groups)
static DBMember
JcmsTestCaseUtil. createDBMember(java.lang.String name, Group... groups)
static java.lang.String
JcmsTestCaseUtil. createDBMemberTx(java.lang.String name, Group... groups)
Creates a DB member in a dedicated transaction.static Member
JcmsTestCaseUtil. createMember(java.lang.String name, boolean deleteOnTearDown, Group... groups)
static Member
JcmsTestCaseUtil. createMember(java.lang.String name, Group... groups)
static void
JcmsTestCaseUtil. removeMemberFromGroupTx(Group group, java.lang.String memberId)
Checks and performs update given Member by removing hime from given Group.Method parameters in com.jalios.jcms.test with type arguments of type Group Modifier and Type Method Description static Group
JcmsTestCaseUtil. createGroupTx(java.lang.String name, java.util.Collection<Group> parentGroups)
Creates a new group inside a new transaction that is commited at the end of process.static void
JcmsTestCaseUtil. restoreReadRightsGroups(Publication pub, java.util.Collection<Group> initialAuthorizedGroups)
-
Uses of Group in com.jalios.jcms.tracking
Methods in com.jalios.jcms.tracking that return types with arguments of type Group Modifier and Type Method Description java.util.Set<Group>
ReaderTrackerQueryHandler. getAvailableExcludeGroupSet()
java.util.Set<Group>
ReaderTrackerQueryHandler. getAvailableIncludeGroupSet()
-
Uses of Group in com.jalios.jcms.workspace
Fields in com.jalios.jcms.workspace declared as Group Modifier and Type Field Description protected Group
EditWorkspaceCommonHandler. defaultGroup
protected Group
Workspace. defaultGroup
protected Group[]
EditWorkflowInstanceHandler. groups
protected Group[]
EditWorkspaceRoleHandler. roleGroups
Fields in com.jalios.jcms.workspace with type parameters of type Group Modifier and Type Field Description protected java.util.ArrayList<Group>
WKRole. groupList
protected java.util.List<Group>
WorkspaceWizardHandler. groupList
protected java.util.Map<Group,Group>
WizardContext. groupMap
protected java.util.Map<Group,Group>
WizardContext. groupMap
protected java.util.TreeSet<Group>
Workspace. groupSet
Methods in com.jalios.jcms.workspace that return Group Modifier and Type Method Description Group
EditWorkspaceCommonHandler. getAvailableDefaultGroup()
Group[]
EditWorkflowInstanceHandler. getAvailableGroups()
Group[]
EditWorkspaceRoleHandler. getAvailableRoleGroups()
Group
Workspace. getDefaultGroup()
Returns the default group for this workspace.Group
Workspace. getDefaultGroup(boolean search)
Returns the default group for this workspace.Group
TreeHelper.WSTreeMemo. getSelectedGrp()
Methods in com.jalios.jcms.workspace that return types with arguments of type Group Modifier and Type Method Description java.util.Collection<Group>
WorkspaceWizardHandler. getAvailableGroups()
java.util.Set<Group>
EditWorkspaceRoleHandler. getAvailableGroupSet()
java.util.ArrayList<Group>
WKRole. getGroupList()
java.util.Map<Group,Group>
WizardContext. getGroupMap()
Returns a map of old/new Groupsjava.util.Map<Group,Group>
WizardContext. getGroupMap()
Returns a map of old/new Groupsjava.util.TreeSet<Group>
Workspace. getGroupSet()
Methods in com.jalios.jcms.workspace with parameters of type Group Modifier and Type Method Description void
WKRole. addGroup(Group grp, int weight, boolean type)
static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
Deprecated.static WorkspaceWizardContext
WorkspaceManager. deepDuplicate(Workspace model, Member author, java.lang.String prefix, java.lang.String title, java.util.Map<java.lang.String,java.lang.String> titleML, java.lang.String wsemail, java.util.List adminList, java.util.Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, Workspace parent, boolean collaborativeSpace)
Deep duplicate the Workspace model using given configuration for duplication.int
WKRole. getExpectedWeight(Group group, Publication pub)
Gives the minimum of expected member for this group.int
WKRole. getWeightForGroup(Group group)
Return the value of the weight for a Groupboolean
WKRole. isInvolved(Group group)
Check if the group is involved to this Roleboolean
WKRole. isPercentageForGroup(Group group)
void
Workspace. setDefaultGroup(Group defaultGroup)
Set the default group for this workspace.TreeHelper.WSTreeMemo
TreeHelper.WSTreeMemo. setSelectedGrp(Group selectedGrp)
void
Workspace. updateGroupSet(Group grp, boolean add)
Update the groupSet indexMethod parameters in com.jalios.jcms.workspace with type arguments of type Group Modifier and Type Method Description void
WKRole. setGroupList(java.util.ArrayList<Group> groupList)
void
WizardContext. setGroupMap(java.util.Map<Group,Group> groupMap)
Sets a map of old/new Groupsvoid
WizardContext. setGroupMap(java.util.Map<Group,Group> groupMap)
Sets a map of old/new Groups
-