Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.AnnouncementNotFoundException

Packages that use AnnouncementNotFoundException
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 AnnouncementNotFoundException in com.jivesoftware.forum
 

Methods in com.jivesoftware.forum that throw AnnouncementNotFoundException
 Announcement AnnouncementManager.getAnnouncement(long announcementID)
          Returns an announcement by announcement ID.
 

Uses of AnnouncementNotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw AnnouncementNotFoundException
 Announcement DbAnnouncementManager.getAnnouncement(long announcementID)
           
 

Constructors in com.jivesoftware.forum.database that throw AnnouncementNotFoundException
DbAnnouncement(long announcementID)
          Loads an existing announcement based on announcement ID.
 

Uses of AnnouncementNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw AnnouncementNotFoundException
 Announcement AnnouncementManagerProxy.getAnnouncement(long announcementID)
           
 

Uses of AnnouncementNotFoundException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw AnnouncementNotFoundException
 void AnnouncementService.deleteAnnouncement(long announcementID)
          Deletes an announcement.
 void AnnouncementService.editAnnouncement(Announcement announcement)
          Updates an existing announcement.
 void AnnouncementService.expireAnnouncement(long announcementID)
          Expires an announcement.
 Announcement AnnouncementService.getAnnouncement(long announcementID)
          Returns an announcement by announcement ID.
 

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

Methods in com.jivesoftware.forum.webservices.server that throw AnnouncementNotFoundException
 void AnnouncementServiceImpl.deleteAnnouncement(long announcementID)
           
 void AnnouncementServiceImpl.editAnnouncement(Announcement announcement)
           
 void AnnouncementServiceImpl.expireAnnouncement(long announcementID)
           
 Announcement AnnouncementServiceImpl.getAnnouncement(long announcementID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.