Package org.sakaiproject.portal.api
Interface PortalChatPermittedHelper
-
public interface PortalChatPermittedHelper- Author:
- Tania Tritean, ISDC!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancheckChatPermitted(String userId)Checks if the user has permissions to use the chat.
-
-
-
Method Detail
-
checkChatPermitted
boolean checkChatPermitted(String userId)
Checks if the user has permissions to use the chat. The permission is set in the user site.- Parameters:
userId- user id- Returns:
- if the user has chat permission in his user site.
-
-