Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.GroupNotFoundException

Packages that use GroupNotFoundException
com.jivesoftware.base Base APIs and classes for Jive Software products. 
com.jivesoftware.base.database DB implementation of base interfaces and APIs. 
com.jivesoftware.base.ldap LDAP user and auth implementations. 
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of GroupNotFoundException in com.jivesoftware.base
 

Methods in com.jivesoftware.base that throw GroupNotFoundException
 Group GroupManager.getGroup(long groupID)
          Gets a Group by ID.
 Group GroupManagerAdapter.getGroup(long groupID)
           
 Group GroupManagerProxy.getGroup(long groupID)
           
 Group GroupManager.getGroup(java.lang.String name)
          Gets a Group by name.
 Group GroupManagerAdapter.getGroup(java.lang.String name)
           
 Group GroupManagerProxy.getGroup(java.lang.String name)
           
protected abstract  Group GroupManagerAdapter.lookupGroup(long groupID)
           
protected abstract  Group GroupManagerAdapter.lookupGroup(java.lang.String name)
           
 

Uses of GroupNotFoundException in com.jivesoftware.base.database
 

Methods in com.jivesoftware.base.database that throw GroupNotFoundException
protected  Group DbGroupManager.lookupGroup(long groupID)
           
protected  Group DbGroupManager.lookupGroup(java.lang.String name)
           
 

Constructors in com.jivesoftware.base.database that throw GroupNotFoundException
DbGroup(long id)
          Loads a group from the database based on its id.
DbGroup(java.lang.String name, java.lang.Object fake)
          Loads a group from the database based on its name.
 

Uses of GroupNotFoundException in com.jivesoftware.base.ldap
 

Methods in com.jivesoftware.base.ldap that throw GroupNotFoundException
 Group LdapGroupManager.getGroup(long groupID)
           
 Group LdapSearchGroupManager.getGroup(long groupID)
           
 Group LdapGroupManager.getGroup(java.lang.String name)
           
 Group LdapSearchGroupManager.getGroup(java.lang.String name)
           
 

Constructors in com.jivesoftware.base.ldap that throw GroupNotFoundException
LdapGroup(long ID)
          Creates a new LdapGroup.
LdapGroup(java.lang.String name, java.lang.String description, java.util.List members)
          Creates a new LdapGroup.
 

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.
 

Uses of GroupNotFoundException in com.jivesoftware.forum.webservices.server
 

Methods in com.jivesoftware.forum.webservices.server that throw GroupNotFoundException
 void GroupServiceImpl.addAdministratorToGroup(long userID, long groupID)
           
 void PermissionServiceImpl.addCategoryPermissionToGroup(long permission, boolean additive, long groupID, long categoryID)
           
 void PermissionServiceImpl.addForumPermissionToGroup(long permission, boolean additive, long groupID, long forumID)
           
 void GroupServiceImpl.addMemberToGroup(long userID, long groupID)
           
 void PermissionServiceImpl.addPermissionToGroup(long permission, boolean additive, long groupID)
           
 void GroupServiceImpl.deleteGroup(long groupID)
           
 void GroupServiceImpl.deleteProperty(java.lang.String name, long groupID)
           
 int GroupServiceImpl.getAdministratorCount(long groupID)
           
 Group GroupServiceImpl.getGroup(long id)
           
 User[] GroupServiceImpl.getGroupAdmins(long groupID)
           
 Group GroupServiceImpl.getGroupByName(java.lang.String name)
           
 User[] GroupServiceImpl.getGroupMembers(long groupID)
           
 Property[] GroupServiceImpl.getProperties(long groupID)
           
 void GroupServiceImpl.removeAdministratorFromGroup(long userID, long groupID)
           
 void PermissionServiceImpl.removeCategoryPermissionFromGroup(long permission, boolean additive, long groupID, long categoryID)
           
 void PermissionServiceImpl.removeForumPermissionFromGroup(long permission, boolean additive, long groupID, long forumID)
           
 void GroupServiceImpl.removeMemberFromGroup(long userID, long groupID)
           
 void PermissionServiceImpl.removePermissionFromGroup(long permission, boolean additive, long groupID)
           
 void GroupServiceImpl.setProperty(java.lang.String name, java.lang.String value, long groupID)
           
 void GroupServiceImpl.updateGroup(Group group)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.