|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| org.sakaiproject.profile2.logic | |
| Uses of Message in org.sakaiproject.profile2.logic |
|---|
| Methods in org.sakaiproject.profile2.logic that return Message | |
|---|---|
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 |
| Methods in org.sakaiproject.profile2.logic that return types with arguments of type Message | |
|---|---|
List<Message> |
ProfileMessagingLogic.getMessagesInThread(String threadId)
Gets a list of the messages contained in this thread, sorted by date posted. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||