Class ChannelServiceSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.fraudbusters_notificator.ChannelServiceSrv.Client
All Implemented Interfaces:
ChannelServiceSrv.Iface
Enclosing class:
ChannelServiceSrv

public static class ChannelServiceSrv.Client
extends org.apache.thrift.TServiceClient
implements ChannelServiceSrv.Iface
  • Constructor Details

    • Client

      public Client​(org.apache.thrift.protocol.TProtocol prot)
    • Client

      public Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
  • Method Details

    • create

      public Channel create​(Channel channel) throws org.apache.thrift.TException
      Specified by:
      create in interface ChannelServiceSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendCreate

      public void sendCreate​(Channel channel) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvCreate

      public Channel recvCreate() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • remove

      public void remove​(String id) throws org.apache.thrift.TException
      Specified by:
      remove in interface ChannelServiceSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendRemove

      public void sendRemove​(String id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvRemove

      public void recvRemove() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAll

      public ChannelListResponse getAll​(Page page, Filter filter) throws org.apache.thrift.TException
      Specified by:
      getAll in interface ChannelServiceSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetAll

      public void sendGetAll​(Page page, Filter filter) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetAll

      public ChannelListResponse recvGetAll() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • getAllTypes

      public ChannelTypeListResponse getAllTypes() throws org.apache.thrift.TException
      Specified by:
      getAllTypes in interface ChannelServiceSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetAllTypes

      public void sendGetAllTypes() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetAllTypes

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

      public Channel getById​(String id) throws org.apache.thrift.TException
      Specified by:
      getById in interface ChannelServiceSrv.Iface
      Throws:
      org.apache.thrift.TException
    • sendGetById

      public void sendGetById​(String id) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvGetById

      public Channel recvGetById() throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException