public interface UserChannelServiceLocal extends UserChannelService
UserChannelService| Modifier and Type | Method and Description |
|---|---|
boolean |
enableChannel(User user,
Channel channel)
Makes sure that the given channel is enabled for the given user.
|
boolean |
isChannelAccessible(BasicUser user,
Channel channel)
Returns whether the given user can access the given channel
|
getChannelsData, saveChannelsboolean enableChannel(User user, Channel channel) throws FrameworkException
FrameworkExceptionboolean isChannelAccessible(BasicUser user, Channel channel) throws FrameworkException
FrameworkException