Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.PrivateMessageNotFoundException

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

Methods in com.jivesoftware.forum that throw PrivateMessageNotFoundException
 PrivateMessage PrivateMessageManager.getMessage(long privateMessageID)
          Returns the specified private message.
 

Uses of PrivateMessageNotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw PrivateMessageNotFoundException
 PrivateMessage DbPrivateMessageManager.getMessage(long pMessageID)
           
 

Constructors in com.jivesoftware.forum.database that throw PrivateMessageNotFoundException
DbPrivateMessage(long pMessageID)
          Loads an existing private message based on its ID.
 

Uses of PrivateMessageNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw PrivateMessageNotFoundException
 PrivateMessage PrivateMessageManagerProxy.getMessage(long privateMessageID)
           
 

Uses of PrivateMessageNotFoundException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw PrivateMessageNotFoundException
 void PrivateMessageService.deleteMessage(long userID, long messageID)
          Deletes a private message from the folder by moving it to the trash folder.
 PrivateMessage PrivateMessageService.getMessage(long privateMessageID)
          Returns the specified private message.
 void PrivateMessageService.moveMessage(long userID, long messageID, int destinationFolderID)
          Moves a private message to another folder.
 

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

Methods in com.jivesoftware.forum.webservices.server that throw PrivateMessageNotFoundException
 void PrivateMessageServiceImpl.deleteMessage(long userID, long messageID)
           
 PrivateMessage PrivateMessageServiceImpl.getMessage(long privateMessageID)
          Returns the specified private message.
 void PrivateMessageServiceImpl.moveMessage(long userID, long messageID, int destinationFolderID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.