Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.base.GroupAlreadyExistsException

Packages that use GroupAlreadyExistsException
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 GroupAlreadyExistsException in com.jivesoftware.base
 

Methods in com.jivesoftware.base that throw GroupAlreadyExistsException
 Group GroupManager.createGroup(java.lang.String name)
          Factory method for creating a new Group.
 Group GroupManagerAdapter.createGroup(java.lang.String name)
           
 Group GroupManagerProxy.createGroup(java.lang.String name)
           
 

Uses of GroupAlreadyExistsException in com.jivesoftware.base.database
 

Methods in com.jivesoftware.base.database that throw GroupAlreadyExistsException
 Group DbGroupManager.createGroup(long id, java.lang.String name)
           
 Group DbGroupManager.createGroup(java.lang.String name)
           
 

Uses of GroupAlreadyExistsException in com.jivesoftware.base.ldap
 

Methods in com.jivesoftware.base.ldap that throw GroupAlreadyExistsException
 Group LdapGroupManager.createGroup(java.lang.String name)
           
 Group LdapSearchGroupManager.createGroup(java.lang.String name)
           
 Group LdapSearchGroupManager.createGroup(java.lang.String name, java.lang.String searchFilter)
           
 

Uses of GroupAlreadyExistsException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw GroupAlreadyExistsException
 Group GroupService.createGroup(java.lang.String name, java.lang.String description)
          Creates a new group.
 

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

Methods in com.jivesoftware.forum.webservices.server that throw GroupAlreadyExistsException
 Group GroupServiceImpl.createGroup(java.lang.String name, java.lang.String description)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.