|
Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GroupNotFoundException | |
---|---|
com.jivesoftware.forum.webservices |
Uses of GroupNotFoundException in com.jivesoftware.forum.webservices |
---|
Methods in com.jivesoftware.forum.webservices that throw GroupNotFoundException | |
---|---|
void |
GroupService.addAdministratorToGroup(long userID,
long groupID)
Make the user with the specified userID an administrator of the group with the specified groupID. |
void |
PermissionService.addCategoryPermissionToGroup(long permission,
boolean additive,
long groupID,
long categoryID)
Add the specified permission on the specified category to the group with the specified id. |
void |
PermissionService.addForumPermissionToGroup(long permission,
boolean additive,
long groupID,
long forumID)
Add the specified permission on the specified forum to the group with the specified id. |
void |
GroupService.addMemberToGroup(long userID,
long groupID)
Add the user with the specified userID to the group with the specified groupID. |
void |
PermissionService.addPermissionToGroup(long permission,
boolean additive,
long groupID)
Add the specified permission to the group with the specified id. |
void |
GroupService.deleteGroup(long groupID)
Delete the group with the specified id. |
void |
GroupService.deleteProperty(java.lang.String name,
long groupID)
Deletes an extended property from the specfied group. |
int |
GroupService.getAdministratorCount(long groupID)
Returns the count of how many administrators there are for the group with the specified ID. |
Group |
GroupService.getGroup(long groupID)
Returns a Group by its ID. |
User[] |
GroupService.getGroupAdmins(long groupID)
Returns an array of all the user IDs that administer this group. |
Group |
GroupService.getGroupByName(java.lang.String name)
Returns a Group by its name. |
User[] |
GroupService.getGroupMembers(long groupID)
Returns an array of all userIDs for all the members of a particular group. |
Property[] |
GroupService.getProperties(long groupID)
Returns an array of all the extended properties for a group. |
void |
GroupService.removeAdministratorFromGroup(long userID,
long groupID)
Remove the user with the specified ID as an administrator from the group with the specified ID. |
void |
PermissionService.removeCategoryPermissionFromGroup(long permission,
boolean additive,
long groupID,
long categoryID)
Remove the specified permission on the specified category from the group with the specified id. |
void |
PermissionService.removeForumPermissionFromGroup(long permission,
boolean additive,
long groupID,
long forumID)
Remove the specified permission on the specified forum from the group with the specified id. |
void |
GroupService.removeMemberFromGroup(long userID,
long groupID)
Remove the user with the specified id from the group with the specified id. |
void |
PermissionService.removePermissionFromGroup(long permission,
boolean additive,
long groupID)
Remove the specified permission from the group with the specified id. |
void |
GroupService.setProperty(java.lang.String name,
java.lang.String value,
long groupID)
Set a new extended property on the specified group. |
void |
GroupService.updateGroup(Group group)
Update the following group in the system. |
|
Jive Forums Project Page | |||||||||
PREV NEXT | FRAMES NO FRAMES |