Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.PrivateMessage

Packages that use PrivateMessage
com.jivesoftware.community Core interfaces and classes for Clearspace. 
com.jivesoftware.community.event Provides mechanisms to be notified of actions in the system such as new messages being created. 
 

Uses of PrivateMessage in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return PrivateMessage
 PrivateMessage PrivateMessageManager.createMessage(User sender)
          Creates a new private message.
 PrivateMessage PrivateMessageManager.getMessage(long privateMessageID)
          Returns the specified private message.
 

Methods in com.jivesoftware.community that return types with arguments of type PrivateMessage
 JiveIterator<PrivateMessage> PrivateMessageFolder.getMessages()
          Returns all the messages in the folder sorted by date descending.
 JiveIterator<PrivateMessage> PrivateMessageFolder.getMessages(int startIndex, int count, int sortField, boolean sortDescending)
          Returns messages in the folder based on the params.
 

Methods in com.jivesoftware.community with parameters of type PrivateMessage
 void PrivateMessageFolder.deleteMessage(PrivateMessage privateMessage)
          Deletes a private message from the folder by moving it to the trash folder.
 void PrivateMessageFolder.moveMessage(PrivateMessage privateMessage, PrivateMessageFolder destinationFolder)
          Moves a private message to another folder.
 void PrivateMessageManager.saveMessageAsDraft(PrivateMessage privateMessage)
          Saves a message as a draft by storing it in the sender's Drafts folder.
 void PrivateMessageManager.sendEmailNotification(User recipient, User sender, PrivateMessage pm)
          Sends a private message notification email to the recipient.
 void PrivateMessageManager.sendMessage(PrivateMessage privateMessage, User recipient, boolean copyToSentFolder)
          Sends a private message to another user.
 

Uses of PrivateMessage in com.jivesoftware.community.event
 

Methods in com.jivesoftware.community.event that return PrivateMessage
 PrivateMessage PrivateMessageEvent.getPrivateMessage()
          Returns the ForumMessage that the event corresponds to.
 

Constructors in com.jivesoftware.community.event with parameters of type PrivateMessage
PrivateMessageEvent(int eventType, PrivateMessage privateMessage, Map<String,? extends Object> params)
          Creates a new private message event.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.