Interface ChannelServiceSrv.Iface
- All Known Implementing Classes:
ChannelServiceSrv.Client
- Enclosing class:
- ChannelServiceSrv
public static interface ChannelServiceSrv.Iface
Интерфейс для работы с каналами нотфиикаций
-
Method Summary
Modifier and Type Method Description Channelcreate(Channel channel)ChannelListResponsegetAll(Page page, Filter filter)ChannelTypeListResponsegetAllTypes()ChannelgetById(String id)voidremove(String id)
-
Method Details
-
create
- Throws:
org.apache.thrift.TException
-
remove
- Throws:
org.apache.thrift.TException
-
getAll
- Throws:
org.apache.thrift.TException
-
getAllTypes
- Throws:
org.apache.thrift.TException
-
getById
- Throws:
org.apache.thrift.TException
-