Class NotificationServiceSrv.Client
java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.fraudbusters_notificator.NotificationServiceSrv.Client
- All Implemented Interfaces:
NotificationServiceSrv.Iface
- Enclosing class:
- NotificationServiceSrv
public static class NotificationServiceSrv.Client extends org.apache.thrift.TServiceClient implements NotificationServiceSrv.Iface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNotificationServiceSrv.Client.Factory -
Field Summary
Fields inherited from class org.apache.thrift.TServiceClient
iprot_, oprot_, seqid_ -
Constructor Summary
-
Method Summary
Modifier and Type Method Description Notificationcreate(Notification notification)NotificationListResponsegetAll(Page page, Filter filter)NotificationgetById(long id)NotificationrecvCreate()NotificationListResponserecvGetAll()NotificationrecvGetById()voidrecvRemove()voidrecvUpdateStatus()ValidationResponserecvValidate()voidremove(long id)voidsendCreate(Notification notification)voidsendGetAll(Page page, Filter filter)voidsendGetById(long id)voidsendRemove(long id)voidsendUpdateStatus(long id, NotificationStatus notification_status)voidsendValidate(Notification notification)voidupdateStatus(long id, NotificationStatus notification_status)ValidationResponsevalidate(Notification notification)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
public Notification create(Notification notification) throws NotificationServiceException, org.apache.thrift.TException- Specified by:
createin interfaceNotificationServiceSrv.Iface- Throws:
NotificationServiceExceptionorg.apache.thrift.TException
-
sendCreate
- Throws:
org.apache.thrift.TException
-
recvCreate
- Throws:
NotificationServiceExceptionorg.apache.thrift.TException
-
remove
public void remove(long id) throws org.apache.thrift.TException- Specified by:
removein interfaceNotificationServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendRemove
public void sendRemove(long 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
-
updateStatus
public void updateStatus(long id, NotificationStatus notification_status) throws org.apache.thrift.TException- Specified by:
updateStatusin interfaceNotificationServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendUpdateStatus
public void sendUpdateStatus(long id, NotificationStatus notification_status) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvUpdateStatus
public void recvUpdateStatus() throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
validate
- Specified by:
validatein interfaceNotificationServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendValidate
- Throws:
org.apache.thrift.TException
-
recvValidate
- Throws:
org.apache.thrift.TException
-
getAll
public NotificationListResponse getAll(Page page, Filter filter) throws org.apache.thrift.TException- Specified by:
getAllin interfaceNotificationServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetAll
- Throws:
org.apache.thrift.TException
-
recvGetAll
- Throws:
org.apache.thrift.TException
-
getById
- Specified by:
getByIdin interfaceNotificationServiceSrv.Iface- Throws:
org.apache.thrift.TException
-
sendGetById
public void sendGetById(long id) throws org.apache.thrift.TException- Throws:
org.apache.thrift.TException
-
recvGetById
- Throws:
org.apache.thrift.TException
-