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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classChannelServiceSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description Channelcreate(Channel channel)ChannelListResponsegetAll(Page page, Filter filter)ChannelTypeListResponsegetAllTypes()ChannelgetById(String id)ChannelrecvCreate()ChannelListResponserecvGetAll()ChannelTypeListResponserecvGetAllTypes()ChannelrecvGetById()voidrecvRemove()voidremove(String id)voidsendCreate(Channel channel)voidsendGetAll(Page page, Filter filter)voidsendGetAllTypes()voidsendGetById(String id)voidsendRemove(String id)Methods inherited from class org.apache.thrift.TServiceClient
getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway
-
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
- Specified by:
createin interfaceChannelServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendCreate
- Throws:
org.apache.thrift.TException
-
recvCreate
- Throws:
org.apache.thrift.TException
-
remove
- Specified by:
removein interfaceChannelServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendRemove
- Throws:
org.apache.thrift.TException
-
recvRemove
public void recvRemove() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
getAll
- Specified by:
getAllin interfaceChannelServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetAll
- Throws:
org.apache.thrift.TException
-
recvGetAll
- Throws:
org.apache.thrift.TException
-
getAllTypes
- Specified by:
getAllTypesin interfaceChannelServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetAllTypes
public void sendGetAllTypes() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetAllTypes
- Throws:
org.apache.thrift.TException
-
getById
- Specified by:
getByIdin interfaceChannelServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetById
- Throws:
org.apache.thrift.TException
-
recvGetById
- Throws:
org.apache.thrift.TException
-