Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Interface
com.jivesoftware.forum.nntp.NewsGroup

Packages that use NewsGroup
com.jivesoftware.forum.nntp Jive Forums internal NNTP server. 
com.jivesoftware.forum.nntp.spi Implementation of core NNTP interfaces. 
 

Uses of NewsGroup in com.jivesoftware.forum.nntp
 

Methods in com.jivesoftware.forum.nntp that return NewsGroup
 NewsGroup ArticlePointer.getGroup()
          Obtain the group currently assigned to the pointer on null if none has been set.
 NewsGroup ArticlePointer.setGroup(java.lang.String group)
          Sets the article pointer to use the given group.
 

Methods in com.jivesoftware.forum.nntp with parameters of type NewsGroup
static NewsGroupSelectedResponse NewsGroupSelectedResponse.getResponse(NewsGroup group)
          Generates a response for the given group.
 

Uses of NewsGroup in com.jivesoftware.forum.nntp.spi
 

Classes in com.jivesoftware.forum.nntp.spi that implement NewsGroup
 class FForumNewsGroupAdapter
          Converts a Forum to an NNTP NewsGroup.
 

Methods in com.jivesoftware.forum.nntp.spi that return NewsGroup
 NewsGroup ArticlePointerImpl.getGroup()
           
 NewsGroup ForumSession.getNewsGroup(long groupID)
          Obtain a group based on it's id.
 NewsGroup ForumSession.getNewsGroup(java.lang.String groupName)
          Obtain a group based on it's name.
 NewsGroup ArticlePointerImpl.setGroup(java.lang.String name)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.