Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs

Uses of Class
com.jivesoftware.forum.webservices.Group

Packages that use Group
com.jivesoftware.forum.webservices   
 

Uses of Group in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return Group
 Group GroupService.createGroup(java.lang.String name, java.lang.String description)
          Creates a new group.
 Group GroupService.getGroup(long groupID)
          Returns a Group by its ID.
 Group GroupService.getGroupByName(java.lang.String name)
          Returns a Group by its name.
 Group[] GroupService.getGroups()
          Returns an array of all the group IDs for all the groups in the system.
 Group[] GroupService.getUserGroups(long userID)
          Returns an array of all the group IDs that a user belongs too.
 

Methods in com.jivesoftware.forum.webservices with parameters of type Group
 void GroupService.updateGroup(Group group)
          Update the following group in the system.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.