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(@NotNull UserLocatorVO locator) throws FrameworkException
FrameworkExceptionvoid saveChannels(@NotNull
UserLocatorVO locator,
@NotNull
java.util.Set<ChannelVO> channels)
throws FrameworkException
FrameworkException