Uses of Class
org.sakaiproject.profile2.model.Message

Packages that use Message
org.sakaiproject.profile2.logic   
 

Uses of Message in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return Message
 Message ProfileMessagingLogic.getMessage(String id)
          Gets a Message from the database
 Message ProfileMessagingLogic.replyToThread(String threadId, String reply, String userId)
          Sends a reply to a thread, returns the Message just sent
 

Methods in org.sakaiproject.profile2.logic that return types with arguments of type Message
 List<Message> ProfileMessagingLogic.getMessagesInThread(String threadId)
          Gets a list of the messages contained in this thread, sorted by date posted.
 



Copyright © 2008-2013 The Sakai Foundation. All Rights Reserved.