Skip navigation links
B G I M N R S W 

B

build() - Method in class io.vertigo.x.notification.services.NotificationBuilder
buildFeatures() - Method in class io.vertigo.x.notification.NotificationFeatures

G

getConfig() - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Extension config.
getContent() - Method in class io.vertigo.x.notification.services.Notification
 
getCreationDate() - Method in class io.vertigo.x.notification.services.Notification
 
getCurrentNotifications(URI<Account>) - Method in interface io.vertigo.x.notification.impl.services.NotificationPlugin
 
getCurrentNotifications(URI<Account>) - Method in class io.vertigo.x.notification.impl.services.NotificationServicesImpl
Retrieves all notifications for one account
getCurrentNotifications(URI<Account>) - Method in class io.vertigo.x.notification.plugins.memory.MemoryNotificationPlugin
getCurrentNotifications(URI<Account>) - Method in class io.vertigo.x.notification.plugins.redis.RedisNotificationPlugin
getCurrentNotifications(URI<Account>) - Method in interface io.vertigo.x.notification.services.NotificationServices
Retrieves all notifications for one account
getHelp() - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Extension help.
getMessages() - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Get messages for logged user.
getNotification() - Method in class io.vertigo.x.notification.impl.services.NotificationEvent
 
getSender() - Method in class io.vertigo.x.notification.services.Notification
 
getStats() - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Extension stats.
getStatus() - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Extension status (code 200 or 500)
getTargetUrl() - Method in class io.vertigo.x.notification.services.Notification
 
getTitle() - Method in class io.vertigo.x.notification.services.Notification
 
getToAccountURIs() - Method in class io.vertigo.x.notification.impl.services.NotificationEvent
 
getType() - Method in class io.vertigo.x.notification.services.Notification
 
getUuid() - Method in class io.vertigo.x.notification.services.Notification
 

I

io.vertigo.x.notification - package io.vertigo.x.notification
 
io.vertigo.x.notification.impl.services - package io.vertigo.x.notification.impl.services
 
io.vertigo.x.notification.plugins.memory - package io.vertigo.x.notification.plugins.memory
 
io.vertigo.x.notification.plugins.redis - package io.vertigo.x.notification.plugins.redis
 
io.vertigo.x.notification.services - package io.vertigo.x.notification.services
 
io.vertigo.x.notification.webservices - package io.vertigo.x.notification.webservices
 

M

MemoryNotificationPlugin - Class in io.vertigo.x.notification.plugins.memory
 
MemoryNotificationPlugin() - Constructor for class io.vertigo.x.notification.plugins.memory.MemoryNotificationPlugin
 

N

Notification - Class in io.vertigo.x.notification.services
 
NotificationBuilder - Class in io.vertigo.x.notification.services
 
NotificationBuilder() - Constructor for class io.vertigo.x.notification.services.NotificationBuilder
Constructor.
NotificationBuilder(UUID) - Constructor for class io.vertigo.x.notification.services.NotificationBuilder
Constructor.
NotificationEvent - Class in io.vertigo.x.notification.impl.services
 
NotificationFeatures - Class in io.vertigo.x.notification
Defines the 'notification' extension
NotificationFeatures() - Constructor for class io.vertigo.x.notification.NotificationFeatures
Constructor.
NotificationPlugin - Interface in io.vertigo.x.notification.impl.services
 
NotificationServices - Interface in io.vertigo.x.notification.services
 
NotificationServicesImpl - Class in io.vertigo.x.notification.impl.services
 
NotificationServicesImpl(NotificationPlugin) - Constructor for class io.vertigo.x.notification.impl.services.NotificationServicesImpl
 
NotificationWebServices - Class in io.vertigo.x.notification.webservices
Webservice for Notification extension.
NotificationWebServices() - Constructor for class io.vertigo.x.notification.webservices.NotificationWebServices
 

R

RedisNotificationPlugin - Class in io.vertigo.x.notification.plugins.redis
 
RedisNotificationPlugin(RedisConnector) - Constructor for class io.vertigo.x.notification.plugins.redis.RedisNotificationPlugin
Constructor.
remove(URI<Account>, UUID) - Method in interface io.vertigo.x.notification.impl.services.NotificationPlugin
 
remove(URI<Account>, UUID) - Method in class io.vertigo.x.notification.impl.services.NotificationServicesImpl
Removes one notification.
remove(URI<Account>, UUID) - Method in class io.vertigo.x.notification.plugins.memory.MemoryNotificationPlugin
remove(URI<Account>, UUID) - Method in class io.vertigo.x.notification.plugins.redis.RedisNotificationPlugin
remove(URI<Account>, UUID) - Method in interface io.vertigo.x.notification.services.NotificationServices
Removes one notification.
removeAll(String, String) - Method in interface io.vertigo.x.notification.impl.services.NotificationPlugin
 
removeAll(String, String) - Method in class io.vertigo.x.notification.impl.services.NotificationServicesImpl
Removes all notifications by type and targetUrl.
removeAll(String, String) - Method in class io.vertigo.x.notification.plugins.memory.MemoryNotificationPlugin
removeAll(String, String) - Method in class io.vertigo.x.notification.plugins.redis.RedisNotificationPlugin
removeAll(String, String) - Method in interface io.vertigo.x.notification.services.NotificationServices
Removes all notifications by type and targetUrl.
removeMessage(String) - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Remove a message.
removeMessage(List<String>) - Method in class io.vertigo.x.notification.webservices.NotificationWebServices
Remove a message.

S

send(NotificationEvent) - Method in interface io.vertigo.x.notification.impl.services.NotificationPlugin
 
send(Notification, Set<URI<Account>>) - Method in class io.vertigo.x.notification.impl.services.NotificationServicesImpl
Sends a notification to a set of users
send(NotificationEvent) - Method in class io.vertigo.x.notification.plugins.memory.MemoryNotificationPlugin
send(NotificationEvent) - Method in class io.vertigo.x.notification.plugins.redis.RedisNotificationPlugin
 
send(Notification, Set<URI<Account>>) - Method in interface io.vertigo.x.notification.services.NotificationServices
Sends a notification to a set of users

W

withContent(String) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
withCreationDate(Date) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
withNotificationPlugin(Class<? extends NotificationPlugin>, Param...) - Method in class io.vertigo.x.notification.NotificationFeatures
 
withRedis() - Method in class io.vertigo.x.notification.NotificationFeatures
Defines REDIS as the database to store the notifications
withSender(String) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
withTargetUrl(String) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
withTitle(String) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
withType(String) - Method in class io.vertigo.x.notification.services.NotificationBuilder
 
B G I M N R S W 
Skip navigation links

Copyright © 2017. All Rights Reserved.