Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.NameAlreadyExistsException

Packages that use NameAlreadyExistsException
com.jivesoftware.forum Core interfaces and classes for Jive Forums. 
com.jivesoftware.forum.database DB implementation of core Jive Forums interfaces. 
com.jivesoftware.forum.proxy Protection proxies for Jive Forums objects. 
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of NameAlreadyExistsException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw NameAlreadyExistsException
 void Forum.setNNTPName(java.lang.String nntpName)
          Sets the NNTP name for the forum, which is the name of the forum used in the NNTP protocol (newsgroups).
 

Uses of NameAlreadyExistsException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw NameAlreadyExistsException
 void DbForum.setNNTPName(java.lang.String nntpName)
           
 

Uses of NameAlreadyExistsException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw NameAlreadyExistsException
 void ForumProxy.setNNTPName(java.lang.String nntpName)
           
 

Uses of NameAlreadyExistsException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw NameAlreadyExistsException
 void ForumService.updateForum(Forum forum)
          Updates changes to a forum to the system.
 

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

Methods in com.jivesoftware.forum.webservices.server that throw NameAlreadyExistsException
 void ForumServiceImpl.updateForum(Forum forum)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.