Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.PrivateMessageFolderNotFoundException

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

Methods in com.jivesoftware.forum that throw PrivateMessageFolderNotFoundException
 PrivateMessageFolder PrivateMessageManager.getFolder(User user, int folderID)
          Returns the specified folder for a user.
 

Uses of PrivateMessageFolderNotFoundException in com.jivesoftware.forum.database
 

Methods in com.jivesoftware.forum.database that throw PrivateMessageFolderNotFoundException
 PrivateMessageFolder DbPrivateMessageManager.getFolder(User user, int folderID)
           
 

Constructors in com.jivesoftware.forum.database that throw PrivateMessageFolderNotFoundException
DbPrivateMessageFolder(int folderID, long userID)
          Loads an existing private message folder.
 

Uses of PrivateMessageFolderNotFoundException in com.jivesoftware.forum.proxy
 

Methods in com.jivesoftware.forum.proxy that throw PrivateMessageFolderNotFoundException
 PrivateMessageFolder PrivateMessageManagerProxy.getFolder(User user, int folderID)
           
 

Uses of PrivateMessageFolderNotFoundException in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that throw PrivateMessageFolderNotFoundException
 void PrivateMessageService.deleteFolder(long userID, int folderID)
          Deletes a folder.
 void PrivateMessageService.deleteMessage(long userID, long messageID)
          Deletes a private message from the folder by moving it to the trash folder.
 PrivateMessageFolder PrivateMessageService.getFolder(long userID, int folderID)
          Returns the specified folder for a user.
 int PrivateMessageService.getMessageCountForFolder(long userID, int folderID)
          Returns the message count on a specific folder.
 PrivateMessage[] PrivateMessageService.getMessages(long userID, int folderID)
          Returns all the messages in the folder sorted by date descending.
 int PrivateMessageService.getUnreadMessageCountForFolder(long userID, int folderID)
          Returns the total number of unread private messages a user has in a specific folder.
 void PrivateMessageService.moveMessage(long userID, long messageID, int destinationFolderID)
          Moves a private message to another folder.
 

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

Methods in com.jivesoftware.forum.webservices.server that throw PrivateMessageFolderNotFoundException
 void PrivateMessageServiceImpl.deleteFolder(long userID, int folderID)
          Delete the specified folder id for a user.
 void PrivateMessageServiceImpl.deleteMessage(long userID, long messageID)
           
 PrivateMessageFolder PrivateMessageServiceImpl.getFolder(long userID, int folderID)
          Returns the specified folder for a user.
 int PrivateMessageServiceImpl.getMessageCountForFolder(long userID, int folderID)
           
 PrivateMessage[] PrivateMessageServiceImpl.getMessages(long userID, int folderID)
           
 int PrivateMessageServiceImpl.getUnreadMessageCountForFolder(long userID, int folderID)
          Returns the unread message count for a specified folder.
 void PrivateMessageServiceImpl.moveMessage(long userID, long messageID, int destinationFolderID)
           
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.