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.
|
java.util.List<Channel> |
getAccessibleChannels(BasicUser user)
Returns a list with all accessible channels 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)
java.util.List<Channel> getAccessibleChannels(BasicUser user)
isChannelAccessible(BasicUser, Channel)