Uses of Class
com.jalios.jcms.Group

Packages that use Group
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.archive Contains the classes used to deal with archives management in JCMS. 
com.jalios.jcms.caddy Provides classes to manage and process operation on Caddy items in JCMS. 
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.dbmember   
com.jalios.jcms.handler Contains the javabean classes uses to process HTTP request (aka form handlers). 
com.jalios.jcms.policy   
com.jalios.jcms.test   
com.jalios.jcms.upload   
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
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.WorkspaceComparator<T extends Group>
           
 

Fields in com.jalios.jcms declared as Group
protected  Group[] Member.declaredGroups
           
protected  Group Channel.defaultGroup
           
protected  Group[] Member.groups
           
 

Fields in com.jalios.jcms with type parameters of type Group
protected  TreeSet<Group> Publication.authorizedGroupSet
           
protected  TreeSet<Group> Category.authorizedGroupSet
           
protected  Set<Group> Group.ParentSelector.childrenSet
           
protected  HashSet<Group> Group.parentSet
           
protected  Set<Group> QueryManager.QueryPublicationSelector.queryAvoidGroupSet
           
protected  Set<Group> QueryManager.QueryPublicationSelector.queryGroupSet
           
protected  TreeSet<Group> Publication.updateGroupSet
           
 

Methods in com.jalios.jcms with type parameters of type Group
static
<T extends Group>
Comparator<T>
Group.getLastLdapSyncComparator()
           
static
<T extends Group>
Comparator<T>
Group.getMemberCountComparator()
           
static
<T extends Group>
Comparator<T>
Group.getNameComparator()
           
static
<T extends Group>
Comparator<T>
Group.getOrderComparator()
           
static
<T extends Group>
Comparator<T>
Group.getWorkspaceComparator()
           
 

Methods in com.jalios.jcms that return Group
 Group[] Member.getDeclaredGroups()
          Get the value of declaredGroups.
 Group Channel.getDefaultGroup()
          Returns the default group.
 Group Channel.getGroup(String id)
          Returns a group from its id
static Group GroupListener.getGroupFromDN(String dn)
          Returns a LDAP group from its distinguish name.
 Group Channel.getGroupFromDN(String dn)
          Returns a LDAP group from its distinguish name.
 Group[] Member.getGroups()
          Returns all the groups this member belongs to.
 

Methods in com.jalios.jcms that return types with arguments of type Group
 Set<Group> GroupIndexManager.getAncestorAndMeSet(Group group)
          Returns the ancestor set associated to the given Group.
 Set<Group> Group.getAncestorSet(boolean includeMyself)
          Returns the ancestors of this group.
 Set<Group> GroupIndexManager.getAncestorSet(Group group)
          Returns the ancestor set associated to the given Group.
 Set<Group> Publication.getAuthorizedGroupSet()
          Get the set of Group authorized to read this Publication.
 Set<Group> Category.getAuthorizedGroupSet()
          Get the value of authorizedGroupSet.
 Set<Group> Group.getChildrenSet()
          Return the set of groups which have this group has parent.
 Set<Group> GroupIndexManager.getChildrenSet(Group group)
          Returns the children set associated to the given Group.
 Set<Group> Channel.getCommonGroupSet()
          Return all the global groups
static Comparator<Group> Group.getComparator(String str, boolean reverse)
          Retrieves a new Comparator given a name representing it.
 Set<Group> Group.getDescendantSet()
          Returns the descendant groups of this group.
 Set<Group> GroupIndexManager.getDescendantSet(Group group)
          Returns the descendant set associated to the given Group.
static TreeSet<Group> Group.getGlobalGroupSet()
          Returns a set of all Groups set which are global
 HashSet<Group> Group.getParentSet()
          Get the parent groups of this groups in a Set.
protected  HashSet<Group> QueryManager.getQueryAvoidGroupSet(QueryHandler qh)
          Compute a HashSet of Group to exclude during query grom the "gidsOff" value of the given QueryHandler.
protected  HashSet<Group> QueryManager.getQueryGroupSet(QueryHandler qh)
          Compute a HashSet of Group to include during query grom the "gids" value of the given QueryHandler.
static Set<Group> Group.getRootGroupSet(Workspace ws)
          Returns the groups without parent in the given workspace.
 Set<Group> Publication.getUpdateGroupSet()
          Get the value of updateGroupSet.
 

Methods in com.jalios.jcms with parameters of type Group
 void Publication.addAuthorizedGroup(Group grp)
          Add an authorized group
 void Category.addAuthorizedGroup(Group grp)
          Add an authorized group
 void Member.addGroup(Group group)
          Add this member to a given group (this changes is not saved)
static void GroupListener.addGroupInDnToGroupMap(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.
 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 Publication.canBeReadBy(Group group)
          Checks if a group can read this publication.
 boolean FileDocument.canBeReadBy(Group group)
           
 boolean Category.canBeReadBy(Group group, boolean checkAncestors)
          Checks if a group can read this category.
protected static boolean WFRule.checkGroup(WKRole role, Group group, int currentWeight)
           
 Set<Group> GroupIndexManager.getAncestorAndMeSet(Group group)
          Returns the ancestor set associated to the given Group.
 Set<Group> GroupIndexManager.getAncestorSet(Group group)
          Returns the ancestor set associated to the given Group.
 Set<Group> GroupIndexManager.getChildrenSet(Group group)
          Returns the children set associated to the given Group.
 Set<Group> GroupIndexManager.getDescendantSet(Group group)
          Returns the descendant set associated to the given Group.
 Set<Member> GroupIndexManager.getMemberSet(Group group)
          Returns the member set associated to the given Group.
 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 group
 boolean 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.
static void Group.printOptionGroup(Group selectedGrp, javax.servlet.jsp.JspWriter out, String userLang)
          Print the <option> tags for a <select> tag.
static void Group.printOptionGroup(Workspace ws, Group selectedGrp, javax.servlet.jsp.JspWriter out, String userLang)
          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.refreshIndexForUpdate(Group cloneOldGroup, Group group)
          Specific update of indices while a group is currently created.
protected  void GroupListener.refreshWorkspacesMembers(Group group)
          Refresh member index of workspace
 boolean Publication.removeAuthorizedGroup(Group grp)
          Remove an authorized group.
 boolean Category.removeAuthorizedGroup(Group grp)
          Remove an authorized group.
 void Member.removeGroup(Group group)
          Remove this member from a given group(this changes is not saved)
 boolean GroupIndexManager.removeMember(Group group, Member member)
          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.
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 group
protected  void GroupListener.updateWorkspaces(Group group, boolean add)
          Add Group to workspace groupSet
 

Method parameters in com.jalios.jcms with type arguments of type Group
static Comparator<Member> Member.getGroupComparator(Comparator<Group> groupComparator)
           
static void Group.printOptionGroup(Set<Group> selectedSet, javax.servlet.jsp.JspWriter out, String userLang)
          Print the <option> tags for a <select> tag.
static void Group.printOptionGroup(Workspace ws, Set<Group> selectedSet, javax.servlet.jsp.JspWriter out, String userLang)
          Print the <option> tags for a <select> tag.
 void Publication.setAuthorizedGroupSet(TreeSet<Group> groupSet)
          Set the set of Group authorized to read this Publication.
 void Category.setAuthorizedGroupSet(TreeSet<Group> v)
          Set the value of authorizedGroupSet.
 void Group.setParentSet(HashSet<Group> parentSet)
          Set the parent groups of this group.
 void Publication.setUpdateGroupSet(TreeSet<Group> v)
          Set the value of updateGroupSet.
 

Constructors in com.jalios.jcms with parameters of type Group
Group.ParentSelector(Group parentGroup)
           
Group(Group other)
           
 

Constructor parameters in com.jalios.jcms with type arguments of type Group
Member.GroupComparator(Comparator<Group> groupComparator)
           
QueryManager.QueryPublicationSelector(HashSet<Class<? extends Publication>> queryClassSet, HashSet<Class<? extends Publication>> queryAvoidClassSet, Date beginDate, Date endDate, int dateType, Set<Group> queryGroupSet, Set<Group> queryAvoidGroupSet, int[] ratings, int[] pstatus, String[] langs, Member loggedMember, Workspace workspace, boolean checkReadRights, String ability)
           
QueryManager.QueryPublicationSelector(HashSet<Class<? extends Publication>> queryClassSet, HashSet<Class<? extends Publication>> queryAvoidClassSet, Date beginDate, Date endDate, int dateType, Set<Group> queryGroupSet, Set<Group> queryAvoidGroupSet, int[] ratings, int[] pstatus, String[] langs, Member loggedMember, Workspace workspace, boolean checkReadRights, String ability)
           
 

Uses of Group in com.jalios.jcms.archive
 

Fields in com.jalios.jcms.archive with type parameters of type Group
protected  TreeSet<Group> ArchivedPublication.authorizedGroupSet
           
 

Methods in com.jalios.jcms.archive that return types with arguments of type Group
 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
 void ArchivedPublication.setAuthorizedGroupSet(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
protected  Group[] PublicationCaddyManagerHandler.authorizedGroups
           
protected  Group[] CategoryCaddyManagerHandler.authorizedGroups
           
protected  Group[] PublicationCaddyManagerHandler.commonAuthorizedGroups
           
protected  Group[] CategoryCaddyManagerHandler.commonAuthorizedGroups
           
protected  Group[] PublicationCaddyManagerHandler.commonUpdateGroups
           
protected  Group[] PublicationCaddyManagerHandler.updateGroups
           
 

Fields in com.jalios.jcms.caddy with type parameters of type Group
protected  HashMap<Group,Boolean> DBMemberCaddyManagerHandler.groupMap
           
 

Methods in com.jalios.jcms.caddy that return Group
 Group[] PublicationCaddyManagerHandler.getAvailableAuthorizedGroups()
           
 Group[] CategoryCaddyManagerHandler.getAvailableAuthorizedGroups()
           
 Group[] PublicationCaddyManagerHandler.getAvailableUpdateGroups()
           
 

Methods in com.jalios.jcms.caddy that return types with arguments of type Group
 ArrayList<Group> Caddy.getGroupList()
          Create and returns a new list containing all Group contained in the caddy.
 

Methods in com.jalios.jcms.caddy with parameters of type Group
 boolean MemberCaddyManagerHandler.isGroupCommonAndNotSelected(Group grp)
           
 boolean MemberCaddyManagerHandler.isGroupCommonAndSelected(Group grp)
           
 boolean MemberCaddyManagerHandler.isGroupNotCommon(Group grp)
           
 

Uses of Group in com.jalios.jcms.calendar
 

Methods in com.jalios.jcms.calendar that return Group
abstract  Group[] AbstractCalendarEvent.getAttendingGroups()
           
 

Methods in com.jalios.jcms.calendar with parameters of type Group
abstract  void AbstractCalendarEvent.setAttendingGroups(Group[] v)
           
 

Uses of Group in com.jalios.jcms.dbmember
 

Methods in com.jalios.jcms.dbmember with parameters of type Group
 boolean DBMember.belongsToGroup(Group group)
           
 

Uses of Group in com.jalios.jcms.handler
 

Fields in com.jalios.jcms.handler declared as Group
protected  Group EditNotificationHandler.group
           
protected  Group[] PubBrowserHandler.groups
           
protected  Group[] EditMemberHandler.groups
           
protected  Group MemberListHandler.selectedGroup
           
protected  Group MailEditHandler.toGroup
           
 

Fields in com.jalios.jcms.handler with type parameters of type Group
protected  TreeSet<Group> EditPublicationHandler.authorizedGroupSet
           
protected  TreeSet<Group> EditCatHandler.authorizedGroupSet
           
protected  List<Group> MailEditHandler.toGroups
           
protected  TreeSet<Group> EditPublicationHandler.updateGroupSet
           
 

Methods in com.jalios.jcms.handler that return Group
 Group[] EditMemberHandler.getAvailableGroups()
          Get the value of groups.
 Group MemberListHandler.getAvailableSelectedGroup()
           
 Group MailEditHandler.getAvailableToGroup()
           
 Group EditGroupHandler.getGroup()
           
 Group[] PubBrowserHandler.getGroups()
          Return all the groups
 Group[] EditMemberHandler.getGroups()
           
static Group SyncLdapHandler.getLdapGroupBeingSync(javax.servlet.http.HttpSession session)
          If LDAP synchronization was request on a LDAP group, return the LDAP Group being synchronized. otherwise return null.
 Group GroupQueryHandler.getParentGroup()
          Retrieves the parent group used by this query, as specified using GroupQueryHandler.setGid(String).
 Group PubBrowserHandler.getSelectedGroup()
          Return the selected group
 

Methods in com.jalios.jcms.handler that return types with arguments of type Group
 Set<Group> EditPublicationHandler.getAvailableAuthorizedGroupSet()
           
 Set<Group> EditCatHandler.getAvailableAuthorizedGroupSet()
           
 List<Group> MailEditHandler.getAvailableToGroups()
           
 Set<Group> EditPublicationHandler.getAvailableUpdateGroupSet()
           
 Set<Group> EditPublicationHandler.getDefaultAuthorizedGroupSet()
          This method should be overriden by sub-classes
 Set<Group> EditCatHandler.getDefaultAuthorizedGroupSet()
          This method should be overriden by sub-classes
 Set<Group> EditPublicationHandler.getDefaultUpdateGroupSet()
          This method should be overriden by sub-classes
 Set<Group> MemberQueryHandler.getGroupSet()
          Retrieves the groups that members must belong to in order to be found.
 Set<Group> DBMemberQueryHandler.getGroupSet()
          Retrieves the groups that members must belong to in order to be found.
 Set<Group> AllMemberQueryHandler.getGroupSet()
          Retrieves the groups that members must belong to in order to be found.
 Set<Group> GroupQueryHandler.getResultSet()
          Return results of a query done using this GroupQueryHandler.
 Set<Group> GroupQueryHandler.getResultSet(Comparator<Group> comparator)
          Return results of a query done using this GroupQueryHandler.
 

Methods in com.jalios.jcms.handler with parameters of type Group
 boolean PubBrowserHandler.selectGroup(Group g)
          Return true if the current group should be selected
 

Method parameters in com.jalios.jcms.handler with type arguments of type Group
 Set<Group> GroupQueryHandler.getResultSet(Comparator<Group> comparator)
          Return results of a query done using this GroupQueryHandler.
 

Uses of Group in com.jalios.jcms.policy
 

Methods in com.jalios.jcms.policy with parameters of type Group
 boolean RightPolicyFilter.canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
          Called by Category.canBeReadBy(Group, boolean).
 boolean PolicyManager.canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
           
 boolean BasicRightPolicyFilter.canBeReadBy(boolean isAuthorized, Category cat, Group grp, boolean checkAncestors)
           
 boolean RightPolicyFilter.canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
          Called by Publication.canBeReadBy(Group).
 boolean PolicyManager.canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
           
 boolean BasicRightPolicyFilter.canBeReadBy(boolean isAuthorized, Publication pub, Group grp)
           
 

Uses of Group in com.jalios.jcms.test
 

Fields in com.jalios.jcms.test declared as Group
protected static Group JcmsTestCase.defaultGroup
           
 

Uses of Group in com.jalios.jcms.upload
 

Fields in com.jalios.jcms.upload with type parameters of type Group
protected  TreeSet<Group> DocUploadHandler.authorizedGroupSet
           
 

Methods in com.jalios.jcms.upload that return types with arguments of type Group
 TreeSet<Group> DocUploadHandler.getAvailableAuthorizedGroupSet()
           
 

Uses of Group in com.jalios.jcms.workspace
 

Fields in com.jalios.jcms.workspace declared as Group
protected  Group[] EditWorkspaceRoleHandler.roleGroups
           
 

Fields in com.jalios.jcms.workspace with type parameters of type Group
protected  ArrayList<Group> WKRole.groupList
           
protected  TreeSet<Group> Workspace.groupSet
           
 

Methods in com.jalios.jcms.workspace that return Group
 Group[] EditWorkspaceRoleHandler.getAvailableRoleGroups()
           
 

Methods in com.jalios.jcms.workspace that return types with arguments of type Group
 Set<Group> EditWorkspaceRoleHandler.getAvailableGroupSet()
           
 ArrayList<Group> WKRole.getGroupList()
           
 TreeSet<Group> Workspace.getGroupSet()
           
 

Methods in com.jalios.jcms.workspace with parameters of type Group
 void WKRole.addGroup(Group grp, int weight, boolean type)
           
static WorkspaceWizardContext WorkspaceManager.deepDuplicate(Workspace model, Member author, String prefix, String wstitle, String wsemail, List adminList, Collection typeCollec, Category[] categories, Group[] groups, PortalInterface[] portals, boolean collaborativeSpace)
          Deep duplicate the Workspace model using given configuration for duplication.
 int WKRole.getExpectedWeight(Group group)
          Gives the minimum of expected member for this group.
 int WKRole.getWeightForGroup(Group group)
          Return the value of the weight for a Group
 boolean WKRole.isInvolved(Group group)
          Check if the group is involved to this Role
 boolean WKRole.isPercentageForGroup(Group group)
           
 void Workspace.updateGroupSet(Group grp, boolean add)
          Update the groupSet index
 

Method parameters in com.jalios.jcms.workspace with type arguments of type Group
 void WKRole.setGroupList(ArrayList<Group> groupList)
           
 



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