- getCanCreateChannel(String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user has permissions to create a new channel in the given context
- getCanDelete(ChatMessage) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user has permissions to delete this message
- getCanDelete(ChatChannel) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user has permissions to delete this channel
- getCanDeleteAnyMessage(String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user has permissions to delete any messages in this context
- getCanEdit(ChatChannel) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user has permissions to edit this channel
- getCanPostMessage(ChatChannel) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user can post messages in this channel
- getCanReadMessage(ChatChannel) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns whether or not the user can read messages in this channel
- getChannelMessages(ChatChannel, String, Date, int, int, boolean) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
- getChannelMessagesCount(ChatChannel, String, Date) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Gets the count of all the messages from the Channel after the passed date
- getChatChannel(String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
gets one chat room
- getContextChannels(String, boolean) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
gets the rooms associated with the context
- getContextChannels(String, String, String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Gets the rooms associated with the context
If no rooms are found, one is created with the passed title
- getDefaultChannel(String, String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns the context's default channel, or null if none.
- getLabel() - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Returns label used for entity producer
- getMessage(String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
gets the message with the id
- getMessageDateString(ChatMessage) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Get different date strings based on given ChatMessage::messageDate
- getMessagesMax() - Method in interface org.sakaiproject.chat2.model.ChatManager
-
- getPollInterval() - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Get pollInterval (in milliseconds) from properties
- getPresentUsers(String, String) - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Get all online users in given siteId and chat channel id
- getProperties() - Method in class org.sakaiproject.chat2.model.ChatChannel
-
- getProperties() - Method in class org.sakaiproject.chat2.model.ChatMessage
-
- getReference() - Method in class org.sakaiproject.chat2.model.ChatChannel
-
- getReference(String) - Method in class org.sakaiproject.chat2.model.ChatChannel
-
- getReference() - Method in class org.sakaiproject.chat2.model.ChatMessage
-
- getReference(String) - Method in class org.sakaiproject.chat2.model.ChatMessage
-
- getSessionKey() - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Get session key (ussage_session_id:session_user_id) from current session
- getUrl() - Method in class org.sakaiproject.chat2.model.ChatChannel
-
- getUrl(String) - Method in class org.sakaiproject.chat2.model.ChatChannel
-
- getUrl() - Method in class org.sakaiproject.chat2.model.ChatMessage
-
- getUrl(String) - Method in class org.sakaiproject.chat2.model.ChatMessage
-
- getUserTimeZone() - Method in interface org.sakaiproject.chat2.model.ChatManager
-
Get user timezone from preferencesService.