Uses of Class
org.sakaiproject.profile2.model.MessageThread
-
Packages that use MessageThread Package Description org.sakaiproject.profile2.logic -
-
Uses of MessageThread in org.sakaiproject.profile2.logic
Methods in org.sakaiproject.profile2.logic that return MessageThread Modifier and Type Method Description MessageThreadProfileMessagingLogic. 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.Methods in org.sakaiproject.profile2.logic that return types with arguments of type MessageThread Modifier and Type Method 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.
-