| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<Message> |
ProfileMessagingLogic.getMessagesInThread(String threadId)
Gets a list of the messages contained in this thread, sorted by date posted.
|
Copyright © 2003–2020 Sakai Project. All rights reserved.