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

Packages that use MessageThread
org.sakaiproject.profile2.logic   
 

Uses of MessageThread in org.sakaiproject.profile2.logic
 

Methods in org.sakaiproject.profile2.logic that return MessageThread
 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.
 

Methods in org.sakaiproject.profile2.logic that return types with arguments of type MessageThread
 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-2013 The Sakai Foundation. All Rights Reserved.