Jive Forums API (5.5.20.2-oracle) Developer Javadocs

Uses of Class
com.jivesoftware.forum.webservices.PrivateMessage

Packages that use PrivateMessage
com.jivesoftware.forum.webservices   
com.jivesoftware.forum.webservices.server   
 

Uses of PrivateMessage in com.jivesoftware.forum.webservices
 

Methods in com.jivesoftware.forum.webservices that return PrivateMessage
 PrivateMessage PrivateMessageService.createMessage(long senderID)
          Creates a new private message.
 PrivateMessage PrivateMessageService.getMessage(long privateMessageID)
          Returns the specified private message.
 PrivateMessage[] PrivateMessageService.getMessages(long userID, int folderID)
          Returns all the messages in the folder sorted by date descending.
 PrivateMessage PrivateMessageService.sendMessage(PrivateMessage privateMessage, long recipientID, boolean copyToSentFolder)
          Sends a private message to another user.
 

Methods in com.jivesoftware.forum.webservices with parameters of type PrivateMessage
 void PrivateMessageService.saveMessageAsDraft(PrivateMessage privateMessage)
          Saves a message as a draft by storing it in the sender's Drafts folder.
 PrivateMessage PrivateMessageService.sendMessage(PrivateMessage privateMessage, long recipientID, boolean copyToSentFolder)
          Sends a private message to another user.
 

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

Methods in com.jivesoftware.forum.webservices.server that return PrivateMessage
static PrivateMessage WSUtil.convert(PrivateMessage privateMessage)
           
 PrivateMessage PrivateMessageServiceImpl.createMessage(long senderID)
          Creates a new private message.
 PrivateMessage PrivateMessageServiceImpl.getMessage(long privateMessageID)
          Returns the specified private message.
 PrivateMessage[] PrivateMessageServiceImpl.getMessages(long userID, int folderID)
           
 PrivateMessage PrivateMessageServiceImpl.sendMessage(PrivateMessage privateMessage, long recipientID, boolean copyToSentFolder)
          Sends a private message to another user.
 

Methods in com.jivesoftware.forum.webservices.server with parameters of type PrivateMessage
 void PrivateMessageServiceImpl.saveMessageAsDraft(PrivateMessage privateMessage)
          Saves a message as a draft by storing it in the sender's Drafts folder.
 PrivateMessage PrivateMessageServiceImpl.sendMessage(PrivateMessage privateMessage, long recipientID, boolean copyToSentFolder)
          Sends a private message to another user.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.