Jive Forums API (5.5.20.2-oracle) Web Services Client Javadocs

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

Packages that use PrivateMessage
com.jivesoftware.forum.webservices   
 

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.
 


Jive Forums Project Page

Copyright © 1999-2006 Jive Software.