Interface UserChannelService

  • All Superinterfaces:
    Service
    All Known Subinterfaces:
    UserChannelServiceLocal

    public interface UserChannelService
    extends Service
    Contains methods to access / view the access of users on channels
    • Method Detail

      • saveChannels

        void saveChannels​(@NotNull
                          @NotNull UserLocatorVO locator,
                          @NotNull
                          @NotNull Set<ChannelVO> channels)
                   throws FrameworkException
        Saves the channels access for the given user. Only the given channels will be accessible, however, some channels are enforcedly enabled or disabled on configurations. In those cases, those channels will be enabled / disable despite the ones set via this method.
        Throws:
        FrameworkException