public interface UserChannelService extends Service
| Modifier and Type | Method and Description |
|---|---|
UserChannelsData |
getChannelsData(UserLocatorVO locator)
Returns data for viewing / editing the channels access for the given user
|
void |
saveChannels(UserLocatorVO locator,
java.util.Set<ChannelVO> channels)
Saves the channels access for the given user.
|
UserChannelsData getChannelsData(UserLocatorVO locator) throws FrameworkException
FrameworkExceptionvoid saveChannels(UserLocatorVO locator, java.util.Set<ChannelVO> channels) throws FrameworkException
FrameworkException