| Package | Description |
|---|---|
| org.sakaiproject.profile2.logic |
| Modifier and Type | Method and Description |
|---|---|
MessageThread |
ProfileMessagingLogic.getMessageThread(String threadId)
Gets a MessageThread, first gets the item, then injects the latest Message into it before returning
TODO This needs to be optimised to get the latest message property in the same query.
|
| Modifier and Type | Method and Description |
|---|---|
List<MessageThread> |
ProfileMessagingLogic.getMessageThreads(String userId)
Gets a list of MessageThreads with messages to a given user, each containing the most recent messages in each thread
TODO This needs to be optimised to get the latest message property in the same query.
|
Copyright © 2008–2020 The Sakai Foundation. All rights reserved.