|
Jive Forums API (5.5.20.2-oracle) Developer Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
com.jivesoftware.forum.webservices | |
com.jivesoftware.forum.webservices.server |
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. |
Uses of Group in com.jivesoftware.forum.webservices.server |
---|
Methods in com.jivesoftware.forum.webservices.server that return Group | |
---|---|
static Group |
WSUtil.convert(Group group)
Converts a Group to a webservices Group object. |
Group |
GroupServiceImpl.createGroup(java.lang.String name,
java.lang.String description)
|
Group |
GroupServiceImpl.getGroup(long id)
|
Group |
GroupServiceImpl.getGroupByName(java.lang.String name)
|
Group[] |
GroupServiceImpl.getGroups()
|
Group[] |
GroupServiceImpl.getUserGroups(long userID)
|
Methods in com.jivesoftware.forum.webservices.server with parameters of type Group | |
---|---|
void |
GroupServiceImpl.updateGroup(Group group)
|
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |