Interface ChannelServiceSrv.Iface

All Known Implementing Classes:
ChannelServiceSrv.Client
Enclosing class:
ChannelServiceSrv

public static interface ChannelServiceSrv.Iface
Интерфейс для работы с каналами нотфиикаций
  • Method Details

    • create

      Channel create​(Channel channel) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • remove

      void remove​(String id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAll

      ChannelListResponse getAll​(Page page, Filter filter) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllTypes

      ChannelTypeListResponse getAllTypes() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getById

      Channel getById​(String id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException