Uses of Class
org.sakaiproject.profile2.model.Message
-
Packages that use Message Package Description org.sakaiproject.profile2.logic -
-
Uses of Message in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return Message Modifier and Type Method Description MessageProfileMessagingLogic. getMessage(String id)Gets a Message from the databaseMessageProfileMessagingLogic. replyToThread(String threadId, String reply, String userId)Sends a reply to a thread, returns the Message just sentMethods in org.sakaiproject.profile2.logic that return types with arguments of type Message Modifier and Type Method Description List<Message>ProfileMessagingLogic. getMessagesInThread(String threadId)Gets a list of the messages contained in this thread, sorted by date posted.
-