Uses of Class
com.jalios.jcms.Group
- 
Packages that use Group Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.accesscontrol com.jalios.jcms.alert com.jalios.jcms.alert.openapi com.jalios.jcms.application com.jalios.jcms.archive Contains the classes used to deal with archives management in JPlatform.com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JPlatform.com.jalios.jcms.calendar Contains the classes used to deal with calendar in JPlatform.com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean.com.jalios.jcms.dbmember com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers).com.jalios.jcms.ldap com.jalios.jcms.policy com.jalios.jcms.push com.jalios.jcms.recommendation com.jalios.jcms.rest com.jalios.jcms.shortcut com.jalios.jcms.taglib.settings.impl com.jalios.jcms.test com.jalios.jcms.tracking com.jalios.jcms.workspace Contains classes about workspace features. - 
- 
Uses of Group in com.jalios.jcms
Classes in com.jalios.jcms with type parameters of type Group Modifier and Type Class Description static classGroup.AclComparator<T extends Group>DataComparator sorting groups using their ACL.static classGroup.DataRightComparator<T extends Group>This comparator sort groups according the DataRight they have.static classGroup.LastLdapSyncComparator<T extends Group>static classGroup.MemberCountComparator<T extends Group>static classGroup.NameComparator<T extends Group>static classGroup.OrderComparator<T extends Group>static classGroup.PreferredWorkspaceComparator<T extends Group>static classGroup.WorkspaceComparator<T extends Group>Fields in com.jalios.jcms declared as Group Modifier and Type Field Description protected Group[]Member. declaredGroupsprotected GroupChannel. defaultGroupprotected Group[]Member. groupsprotected GroupMember.GroupSelector. grpprotected GroupChannel. organizationRootGroupFields in com.jalios.jcms with type parameters of type Group Modifier and Type Field Description protected java.util.HashSet<Group>Category. authorizedGroupHashSetprotected java.util.TreeSet<Group>Category. authorizedGroupSetprotected java.util.TreeSet<Group>Publication. authorizedGroupSetprotected java.util.Set<Group>Group.ParentSelector. childrenSetprotected static java.util.Map<java.lang.String,Group>GroupListener. dn2GroupMapprotected java.util.HashSet<Group>Category. managerGroupSetprotected java.util.HashSet<Group>Group. parentSetprotected java.util.Set<Group>QueryManager.QueryPublicationSelector. queryAvoidGroupSetprotected java.util.Set<Group>QueryManager.QueryPublicationSelector. queryGroupSetprotected java.util.TreeSet<Group>Publication. updateGroupSetprotected java.util.HashSet<Group>Category. useGroupSetMethods 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 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)Create a groupprotected GroupStartupDataGenerator. createGroup(java.lang.String vid, AccessControlList acl)Create a groupprotected 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 groupGroup[]Member. getDeclaredGroups()Get the value of declaredGroups.GroupChannel. getDefaultGroup()Returns the default group.GroupChannel. getGroup(java.lang.String id)Returns a group from its idGroupChannel. getGroupFromDN(java.lang.String dn)Returns a LDAP group from its distinguish name.static GroupGroupListener. getGroupFromDN(java.lang.String dn)Returns a LDAP group from its distinguish name.static GroupHttpUtil. 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.GroupChannel. getGuestGroup()Returns the Guests group bound to virtual IDMember.GUEST_GROUP_VID.GroupChannel. 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 aHashSetofGroupto exclude during query from the "gidsOff" value of the given QueryHandler.protected java.util.HashSet<Group>QueryManager. getQueryGroupSet(QueryHandler qh)Compute aHashSetofGroupto 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 booleanGroupIndexManager. addAuthGroupPublication(Group group, Publication pub)Adds the given Publication to the given Group.voidCategory. addAuthorizedGroup(Group grp)Add an authorized groupvoidPublication. addAuthorizedGroup(Group grp)Add an authorized groupbooleanGroupIndexManager. addDeclaredMember(Group group, Member member)Adds the given Member to the given Group.booleanGroupIndexManager. addDeclaredMembers(Group group, java.util.Set<Member> memberSet)Adds the given Member to the given Group.voidMember. addGroup(Group group)Add this member to a given group (this changes is not saved)static voidGroupListener. addGroupInDnToGroupMap(java.lang.String dn, Group group)Add the given new group to the index of DN to Group Map.booleanGroupIndexManager. addMember(Group group, Member member)Adds the given Member to the given Group.booleanGroupIndexManager. addMembers(Group group, java.util.Set<Member> memberSet)Adds the given Member to the given Group.voidGroup. addParent(Group group)Adds the given group to the parent set of this group.booleanMember. belongsToGroup(Group group)This convenient method returns true if this member belongs to a given group.booleanMember. belongsToGroup(Group[] grps)This convenient method returns true if this member belongs to at least one of the given groups.booleanCategory. canBeReadBy(Group group, boolean checkAncestors)Deprecated.since JCMS-8579booleanFileDocumentReferrerRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)Deprecated.booleanFormRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group group)booleanPublication. canBeReadBy(Group group)Deprecated.since JCMS-8577booleanPublication. canBeReadBy(Group group, RightInfo rightInfo)Deprecated.since JCMS-8577booleanRightPolicyManager. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanRightPolicyManager. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)booleanRightPolicyManager. canBeReadBy(boolean isAuthorized, Publication pub, Group grp, RightInfo rightInfo)Deprecated.since JCMS-8577booleanMember. canExportMembers(Workspace ws, Group grp)Check if this member is authorized to export (eg in CSV) the members matching specified criteria.booleanMember. canRead(Group grp)This convenient method checks if this member can read a group.protected static booleanWFRule. checkGroup(WKRole role, Group group, int currentWeight, Publication pub)static ControllerStatusMember. 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 booleanCategory. internalCanBeReadBy(Group group)Check of this category can be read by the given groupbooleanGroup. isAncestor(Group group)Returns true if given group is an ancestor of this group or is the same object as this group.booleanMember. isDeclaredGroup(Group group)Returns true if the given group is a declared groups.booleanGroup. isDescendant(Group group)Returns true if the given group is a descendant of this group.booleanMember. isManagerOf(Group group)Returns true if this member is manager of the given group.static voidGroup. printOptionGroup(Group selectedGrp, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)Print the <option> tags for a <select> tag.static voidGroup. printOptionGroup(Workspace ws, Group selectedGrp, javax.servlet.jsp.JspWriter out, java.lang.String userLang, Member mbr)Print the <option> tags for a <select> tag.voidGroupIndexManager. refreshAllChildrenDescendantsAndAncestors(Group group, boolean add)voidGroupIndexManager. refreshIndexForCreation(Group group)Specific update of indices while a group is currently created.voidGroupIndexManager. refreshIndexForDelete(Group group)Specific update of indices while a group is currently deleted.voidGroupIndexManager. refreshIndexForUpdate(Group cloneOldGroup, Group group)Specific update of indices while a group is currently updated.protected voidGroupListener. refreshWorkspacesMembers(Group group)Refresh member index of workspacebooleanGroupIndexManager. removeAuthGroupPublication(Group group, Publication pub)Removes the given Publication for the given Group.booleanCategory. removeAuthorizedGroup(Group grp)Remove an authorized group.booleanPublication. removeAuthorizedGroup(Group grp)Remove an authorized group.booleanGroupIndexManager. removeDeclaredMember(Group group, Member member)Removes the given member for the given Group.booleanGroupIndexManager. removeDeclaredMembers(Group group, java.util.Set<Member> memberSet)Removes the given member for the given Group.voidMember. removeGroup(Group group)Remove this member from a given group(this changes is not saved)voidGroupIndexManager. removeManager(Group grp)Remove the given group form the manager map.booleanGroupIndexManager. removeMember(Group group, Member member)Removes the given member for the given Group.booleanGroupIndexManager. removeMembers(Group group, java.util.Set<Member> memberSet)Removes the given member for the given Group.voidGroup. removeParent(Group group)Removes the given group form the parent set of this group.voidMember. setDeclaredGroups(Group[] v)Set the value of declaredGroups.voidGroupIndexManager. setManager(Group grp, java.lang.String managerId)Sets id of the manager of the given group.voidGroupIndexManager. setNoManager(Group grp)static voidGroupListener. updateDnToGroupMap(Group oldGroup, Group newGroup)Update the given group in the index of DN to Group Map.protected voidGroupListener. updateMembers(Group group)Invalidate canManageContent foreach members of this groupprotected voidGroupListener. 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 voidGroup. 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 voidGroup. 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.voidCategory. setAuthorizedGroupSet(java.util.TreeSet<Group> set)Set the value of authorizedGroupSet.voidPublication. setAuthorizedGroupSet(java.util.TreeSet<Group> groupSet)Set the set of Group authorized to read this Publication.voidCategory. setManagerGroupSet(java.util.HashSet<Group> managerGroupSet)Set the groups declared as manager of this category (and sub categories).voidGroup. 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.voidPublication. setUpdateGroupSet(java.util.TreeSet<Group> groupSet)Set the Groups whose members are explicitely authorized to update this instance.voidCategory. 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 booleanAccessControlListIndexManager. addGroup(AccessControlList acl, Group group)Adds the specified Group to the group Set of the given ACL.protected static booleanAccessControlManager. 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.booleanAccessControlListIndexManager. removeGroup(AccessControlList acl, Group group)Removes the specified Group from the group Set of the given ACL.voidAccessControlList. 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. groupSetMethods 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 voidAlertParameters. 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>ApplicationDeployHandler. groupsprotected java.util.Set<Group>ResetApplicationLauncherModal. groupsMethods in com.jalios.jcms.application that return Group Modifier and Type Method Description GroupApplicationAppHandler. getAvailableDepartmentGroup()GroupApplicationManager. getDefaultApplicationLauncherGroup(Group department)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()Methods in com.jalios.jcms.application with parameters of type Group Modifier and Type Method Description ApplicationLauncherApplicationManager. getDefaultApplicationLauncher(Group department)GroupApplicationManager. getDefaultApplicationLauncherGroup(Group department)java.util.Set<java.lang.String>ApplicationManager. getDepartmentShortcutIds(Group department)booleanApplicationManager. hasCustomApplicationLauncher(Group department)Check if a department has a custom launcherbooleanApplicationManager. hasDefaultApplicationLauncher(Group department)Returns true if given department has a default launchervoidApplicationManager. resetDefaultApplicationLauncher(Group department)booleanApplicationManager. 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 ControllerStatusApplicationManager. addApplication(Member mbr, java.util.Collection<Group> groups, java.util.Collection<Member> members, java.lang.String tabName, generated.Shortcut application)Returns a controller status as a result of the action that will : - Launch a new thread to retrieve all members from provided groups - Install the app in a new thread for each member - Create a tab if there's no matching tab in case tab name has been provided - Will send an alert telling the user an app has been installed - At the end of all threads, the author of the action will receive an alert - 
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. authorizedGroupSetMethods 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 voidArchivedPublication. 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[]CategoryCaddyManagerHandler. authorizedGroupsprotected Group[]PublicationCaddyManagerHandler. authorizedGroupsprotected Group[]CategoryCaddyManagerHandler. commonAuthorizedGroupsprotected Group[]PublicationCaddyManagerHandler. commonAuthorizedGroupsprotected Group[]PublicationCaddyManagerHandler. commonUpdateGroupsprotected Group[]PublicationCaddyManagerHandler. updateGroupsFields in com.jalios.jcms.caddy with type parameters of type Group Modifier and Type Field Description protected java.util.HashMap<Group,java.lang.Boolean>MemberCaddyManagerHandler. commonGroupMapprotected java.util.HashMap<Group,java.lang.Boolean>AbstractMemberCaddyManagerHandler. groupMapMethods in com.jalios.jcms.caddy that return Group Modifier and Type Method Description Group[]CategoryCaddyManagerHandler. getAvailableAuthorizedGroups()Group[]PublicationCaddyManagerHandler. getAvailableAuthorizedGroups()Group[]PublicationCaddyManagerHandler. getAvailableUpdateGroups()Methods in com.jalios.jcms.caddy that return types with arguments of type Group Modifier and Type Method Description java.util.TreeSet<Group>AbstractMemberCaddyManagerHandler. getAvailableGroupsToAdd()java.util.TreeSet<Group>AbstractMemberCaddyManagerHandler. getAvailableGroupsToRemove()java.util.Set<Group>MemberCaddyManagerHandler. 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 allGroupcontained 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 voidAbstractCalendarEvent. setAttendingGroups(Group[] v)voidCalendarEventInterface. 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 GroupGroupListContext. 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.BuilderGroupListContext.Builder. parentGroup(Group parentGroup)Method parameters in com.jalios.jcms.context with type arguments of type Group Modifier and Type Method Description GroupListContext.BuilderGroupListContext.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 voidDBMember. addGroup(Group group)booleanDBMember. belongsToGroup(Group group)static org.hibernate.criterion.CriterionDBMemberQueryUtil. getLdapSynchronizedCriterion(Group group)Return an Hibernate criterion suitable to find DBMember to synchronized with LDAP.voidDBMember. removeGroup(Group group)voidDBMember. 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.CriterionDBMemberQueryUtil. 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.CriterionDBMemberQueryUtil. 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.CriterionDBMemberQueryUtil. 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.CriterionDBMemberQueryUtil. 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 GroupEditGroupHandler. groupprotected GroupEditNotificationHandler. groupprotected Group[]EditMemberHandler. groupsprotected Group[]PubBrowserHandler. groupsprotected GroupMemberListHandler. selectedGroupprotected GroupMailEditHandler. toGroupprotected GroupEditGroupHandler. workingGroupFields in com.jalios.jcms.handler with type parameters of type Group Modifier and Type Field Description protected java.util.TreeSet<Group>EditCatHandler. authorizedGroupSetprotected java.util.TreeSet<Group>EditPublicationHandler. authorizedGroupSetprotected java.util.Set<Group>AbstractMemberQueryHandler. groupOffSetprotected java.util.Set<Group>AbstractMemberQueryHandler. groupSetprotected java.util.HashSet<Group>EditCatHandler. managerGroupSetprotected java.util.List<Group>MailEditHandler. toGroupsprotected java.util.TreeSet<Group>EditPublicationHandler. updateGroupSetprotected java.util.HashSet<Group>EditCatHandler. useGroupSetMethods in com.jalios.jcms.handler that return Group Modifier and Type Method Description Group[]EditMemberHandler. getAvailableGroups()Get the value of groups.GroupMemberListHandler. getAvailableSelectedGroup()GroupMailEditHandler. getAvailableToGroup()GroupMembersCsvImportHandler. getGidGroup()GroupEditGroupHandler. getGroup()Group[]EditMemberHandler. getGroups()Group[]PubBrowserHandler. getGroups()GroupMembersCsvImportHandler. getGuestGroup()GroupGroupQueryHandler. getParentGroup()Retrieves the parent group used by this query, as specified usingGroupQueryHandler.setGid(String).GroupPubBrowserHandler. 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>MembersCsvImportHandler. getGlobalGroupSet()java.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.StringMemberListHandler. getImportCsvUrl(Group wsGroup, boolean dbMember)Returns an url for CSV import with current gid parameter.booleanPubBrowserHandler. 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.voidAbstractMemberQueryHandler. setGroupOffSet(java.util.Set<Group> groupSet)Sets the group set that members must NOT belong to in order to be found.voidAbstractMemberQueryHandler. 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 GroupLdapManager. getGroupFromDN(java.lang.String dn)Returns a LDAP group from its distinguish name.static GroupSyncLdapHandler. 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.policy
Methods in com.jalios.jcms.policy with parameters of type Group Modifier and Type Method Description booleanBasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanBasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)booleanBasicRightPolicyFilter. canBeReadBy(boolean isAuthorized, Publication pub, Group grp)Deprecated.since JCMS-8577booleanRightPolicyFilter. canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)Deprecated.since JCMS-8579booleanRightPolicyFilter. canBeReadBy(boolean isAuthorized, Group grp, Member mbr)Called byData.canBeReadBy(Member).booleanRightPolicyFilter. 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. groupSetprotected java.util.Set<Group>RecommendationHandler. groupSetMethods 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 ofMemberwhich 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 booleanRecommendationManager. isGroupContainsMember(java.util.Set<Group> groupSet)voidRecommendation. 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 GroupRestUtil. getGroup(java.lang.String grpStr, Member mbr, boolean throwExceptionOnInvalidData)RetrieveGroupfrom 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 booleanShortcutRightPolicyFilter. 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 GroupSettingsGroupSettings. group(Group[] groups)Specify groups to filter on these groups.GroupSettingsGroupSettings. group(Group group, Group... otherGroups)Specify groups to filter on these groups.MemberSettingsMemberSettings. group(Group[] groups)Specify groups to filter members on these groups.MemberSettingsMemberSettings. 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 GroupSettingsGroupSettings. group(java.util.Collection<Group> groups)Specify groups to filter on these groups.MemberSettingsMemberSettings. 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 GroupJcmsTestCase. defaultGroupprotected static GroupJcmsTestCase4. defaultGroupMethods in com.jalios.jcms.test that return Group Modifier and Type Method Description static GroupJcmsTestCaseUtil. createACLGroup(java.lang.String resource)static GroupJcmsTestCaseUtil. createGroupTx(java.lang.String name)Creates a new group inside a new transaction that is commited at the end of process.static GroupJcmsTestCaseUtil. 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 voidJcmsTestCaseUtil. addMemberInGroupTx(Group group, java.lang.String memberId)Checks and performs update given Member by adding him in given Group.static voidJcmsTestCaseUtil. 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 voidAssert. assertCanBeReadBy(Publication pub, Group grp)Deprecated.since JCMS-8577protected voidJcmsTestCase. assertCanBeReadBy(Publication pub, Group grp)Deprecated.since JCMS-8577static voidAssert. assertCannotBeReadBy(Publication pub, Group grp, RightInfo.Explanation restriction)Deprecated.since JCMS-8577protected voidJcmsTestCase. assertCannotBeReadBy(Publication pub, Group grp, RightInfo.Explanation restriction)Deprecated.since JCMS-8577static DBMemberJcmsTestCaseUtil. createDBMember(java.lang.String name, boolean deleteOnTearDown, Group... groups)static DBMemberJcmsTestCaseUtil. createDBMember(java.lang.String name, Group... groups)static java.lang.StringJcmsTestCaseUtil. createDBMemberTx(java.lang.String name, Group... groups)Creates a DB member in a dedicated transaction.static MemberJcmsTestCaseUtil. createMember(java.lang.String name, boolean deleteOnTearDown, Group... groups)static MemberJcmsTestCaseUtil. createMember(java.lang.String name, Group... groups)static voidJcmsTestCaseUtil. 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 GroupJcmsTestCaseUtil. 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 voidJcmsTestCaseUtil. 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 GroupEditWorkspaceCommonHandler. defaultGroupprotected GroupWorkspace. defaultGroupprotected Group[]EditWorkflowInstanceHandler. groupsprotected Group[]EditWorkspaceRoleHandler. roleGroupsFields in com.jalios.jcms.workspace with type parameters of type Group Modifier and Type Field Description protected java.util.ArrayList<Group>WKRole. groupListprotected java.util.List<Group>WorkspaceWizardHandler. groupListprotected java.util.Map<Group,Group>WizardContext. groupMapprotected java.util.Map<Group,Group>WizardContext. groupMapprotected java.util.TreeSet<Group>Workspace. groupSetMethods in com.jalios.jcms.workspace that return Group Modifier and Type Method Description GroupEditWorkspaceCommonHandler. getAvailableDefaultGroup()Group[]EditWorkflowInstanceHandler. getAvailableGroups()Group[]EditWorkspaceRoleHandler. getAvailableRoleGroups()GroupWorkspace. getDefaultGroup()Returns the default group for this workspace.GroupWorkspace. getDefaultGroup(boolean search)Returns the default group for this workspace.GroupTreeHelper.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 voidWKRole. addGroup(Group grp, int weight, boolean type)static WorkspaceWizardContextWorkspaceManager. 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 WorkspaceWizardContextWorkspaceManager. 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.intWKRole. getExpectedWeight(Group group, Publication pub)Gives the minimum of expected member for this group.intWKRole. getWeightForGroup(Group group)Return the value of the weight for a GroupbooleanWKRole. isInvolved(Group group)Check if the group is involved to this RolebooleanWKRole. isPercentageForGroup(Group group)voidWorkspace. setDefaultGroup(Group defaultGroup)Set the default group for this workspace.TreeHelper.WSTreeMemoTreeHelper.WSTreeMemo. setSelectedGrp(Group selectedGrp)voidWorkspace. 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 voidWKRole. setGroupList(java.util.ArrayList<Group> groupList)voidWizardContext. setGroupMap(java.util.Map<Group,Group> groupMap)Sets a map of old/new GroupsvoidWizardContext. setGroupMap(java.util.Map<Group,Group> groupMap)Sets a map of old/new Groups 
 -