Jive Forums API (5.5.20.2-oracle) Core Javadocs

Uses of Interface
com.jivesoftware.base.Group

Packages that use Group
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.event Base events common to all Jive Software products. 
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
 

Uses of Group in com.jivesoftware.base
 

Subinterfaces of Group in com.jivesoftware.base
 interface IntrospectiveGroup
          This Group subinterface adds the ability to query what optional capabilities are supported in this Group implementation.
 

Methods in com.jivesoftware.base that return Group
 Group GroupManager.createGroup(java.lang.String name)
          Factory method for creating a new Group.
 Group GroupManager.getGroup(long groupID)
          Gets a Group by ID.
 Group GroupManager.getGroup(java.lang.String name)
          Gets a Group by name.
 

Methods in com.jivesoftware.base with parameters of type Group
 void PermissionsManager.addGroupPermission(Group group, PermissionType permissionType, long permission)
          Grants a group a particular permission.
 void GroupManager.deleteGroup(Group group)
          Deletes a group from the system.
 int PresenceManager.getOnlineUserCount(Group group)
          Returns the number of users in the group who are currently online.
 java.util.Iterator PresenceManager.getOnlineUsers(Group group)
          Returns an iterator of users in the group who are currently online.
 java.util.Iterator PresenceManager.getOnlineUsers(Group group, boolean ascending, int sortField)
          Returns an iterator of users sorted in the manner requested who are currently online.
 java.util.Iterator PresenceManager.getOnlineUsers(Group group, boolean ascending, int sortField, int numResults)
          Returns an iterator of users who are currently online matching the criteria given.
 void PermissionsManager.removeGroupPermission(Group group, PermissionType permissionType, long permission)
          Removes a permission of the specified PermissionType for a group.
 

Uses of Group in com.jivesoftware.base.event
 

Methods in com.jivesoftware.base.event that return Group
 Group GroupEvent.getGroup()
           
 

Constructors in com.jivesoftware.base.event with parameters of type Group
GroupEvent(int eventType, Group group, java.util.Map params)
           
 

Uses of Group in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that return Group
 Group StatusLevel.getGroup()
          The group this status level is associated with.
 

Methods in com.jivesoftware.forum with parameters of type Group
 StatusLevel StatusLevelManager.createStatusLevel(java.lang.String name, java.lang.String imagePath, Group group)
          Creates a new group based StatusLevel Level
 StatusLevel StatusLevelManager.getStatusLevel(Group group)
          If there is a status level associated with the group passed in then the status level will be returned, Otherwise null will be returned.
 void StatusLevel.setGroup(Group group)
          The group this status level is associated with.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.