Uses of Class
dev.vality.damsel.fraudbusters_notificator.Notification
-
Uses of Notification in dev.vality.damsel.fraudbusters_notificator
Fields in dev.vality.damsel.fraudbusters_notificator declared as Notification Modifier and Type Field Description NotificationNotificationServiceSrv.create_args. notificationNotificationNotificationServiceSrv.validate_args. notificationNotificationNotificationServiceSrv.create_result. successNotificationNotificationServiceSrv.getById_result. successFields in dev.vality.damsel.fraudbusters_notificator with type parameters of type Notification Modifier and Type Field Description List<Notification>NotificationListResponse. notificationsMethods in dev.vality.damsel.fraudbusters_notificator that return Notification Modifier and Type Method Description NotificationNotificationServiceSrv.Client. create(Notification notification)NotificationNotificationServiceSrv.Iface. create(Notification notification)NotificationNotification. deepCopy()NotificationNotificationServiceSrv.Client. getById(long id)NotificationNotificationServiceSrv.Iface. getById(long id)NotificationNotificationServiceSrv.create_args. getNotification()NotificationNotificationServiceSrv.validate_args. getNotification()NotificationNotificationServiceSrv.AsyncClient.create_call. getResult()NotificationNotificationServiceSrv.AsyncClient.getById_call. getResult()NotificationNotificationServiceSrv.create_result. getSuccess()NotificationNotificationServiceSrv.getById_result. getSuccess()NotificationNotificationServiceSrv.Client. recvCreate()NotificationNotificationServiceSrv.Client. recvGetById()NotificationNotification. setChannel(String channel)NotificationNotification. setCreatedAt(String created_at)NotificationNotification. setFrequency(String frequency)NotificationNotification. setId(long id)NotificationNotification. setName(String name)NotificationNotification. setPeriod(String period)NotificationNotification. setStatus(NotificationStatus status)NotificationNotification. setSubject(String subject)NotificationNotification. setTemplateId(long template_id)NotificationNotification. setUpdatedAt(String updated_at)Methods in dev.vality.damsel.fraudbusters_notificator that return types with arguments of type Notification Modifier and Type Method Description List<Notification>NotificationListResponse. getNotifications()Iterator<Notification>NotificationListResponse. getNotificationsIterator()org.apache.thrift.async.AsyncMethodCallback<Notification>NotificationServiceSrv.AsyncProcessor.create. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<Notification>NotificationServiceSrv.AsyncProcessor.getById. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.fraudbusters_notificator with parameters of type Notification Modifier and Type Method Description voidNotificationListResponse. addToNotifications(Notification elem)intNotification. compareTo(Notification other)voidNotificationServiceSrv.AsyncClient. create(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)voidNotificationServiceSrv.AsyncIface. create(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)NotificationNotificationServiceSrv.Client. create(Notification notification)NotificationNotificationServiceSrv.Iface. create(Notification notification)booleanNotification. equals(Notification that)voidNotificationServiceSrv.Client. sendCreate(Notification notification)voidNotificationServiceSrv.Client. sendValidate(Notification notification)NotificationServiceSrv.create_argsNotificationServiceSrv.create_args. setNotification(Notification notification)NotificationServiceSrv.validate_argsNotificationServiceSrv.validate_args. setNotification(Notification notification)NotificationServiceSrv.create_resultNotificationServiceSrv.create_result. setSuccess(Notification success)NotificationServiceSrv.getById_resultNotificationServiceSrv.getById_result. setSuccess(Notification success)voidNotificationServiceSrv.AsyncClient. validate(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler)voidNotificationServiceSrv.AsyncIface. validate(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler)ValidationResponseNotificationServiceSrv.Client. validate(Notification notification)ValidationResponseNotificationServiceSrv.Iface. validate(Notification notification)Method parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type Notification Modifier and Type Method Description voidNotificationServiceSrv.AsyncClient. create(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)voidNotificationServiceSrv.AsyncIface. create(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)voidNotificationServiceSrv.AsyncClient. getById(long id, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)voidNotificationServiceSrv.AsyncIface. getById(long id, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)NotificationListResponseNotificationListResponse. setNotifications(List<Notification> notifications)voidNotificationServiceSrv.AsyncProcessor.create. start(I iface, NotificationServiceSrv.create_args args, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)voidNotificationServiceSrv.AsyncProcessor.getById. start(I iface, NotificationServiceSrv.getById_args args, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler)Constructors in dev.vality.damsel.fraudbusters_notificator with parameters of type Notification Constructor Description create_args(Notification notification)create_call(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)create_result(Notification success, NotificationServiceException ex)getById_result(Notification success)Notification(Notification other)Performs a deep copy on other.validate_args(Notification notification)validate_call(Notification notification, org.apache.thrift.async.AsyncMethodCallback<ValidationResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Constructor parameters in dev.vality.damsel.fraudbusters_notificator with type arguments of type Notification Constructor Description create_call(Notification notification, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)getById_call(long id, org.apache.thrift.async.AsyncMethodCallback<Notification> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)NotificationListResponse(List<Notification> notifications)