Skip navigation links
A B C F G H I J M N P R S T U V W 

A

AccountWebServices - Class in io.vertigo.social.webservices.account
Webservices for account extension.
AccountWebServices() - Constructor for class io.vertigo.social.webservices.account.AccountWebServices
 

B

build() - Method in class io.vertigo.social.services.comment.CommentBuilder
build() - Method in class io.vertigo.social.services.mail.MailBuilder
build() - Method in class io.vertigo.social.services.notification.NotificationBuilder
builder() - Static method in class io.vertigo.social.services.comment.Comment
Static method factory for CommentBuilder
builder() - Static method in class io.vertigo.social.services.mail.Mail
Static method factory for MailBuilder
builder() - Static method in class io.vertigo.social.services.notification.Notification
Static method factory for NotificationBuilder
builder(UUID) - Static method in class io.vertigo.social.services.notification.Notification
Static method factory for NotificationBuilder
buildFeatures() - Method in class io.vertigo.social.SocialFeatures
 

C

cc(String...) - Method in class io.vertigo.social.services.mail.MailBuilder
Add a copy receiver.
checkConnexion() - Method in class io.vertigo.social.plugins.mail.javax.JavaxSendMailPlugin
Test de la connexion SMTP.
cleanTooOldNotifications() - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
Clean notifications every minutes.
cleanTooOldNotifications() - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
Scan all notifs every minutes to removed old ones.
Comment - Class in io.vertigo.social.services.comment
 
CommentBuilder - Class in io.vertigo.social.services.comment
 
CommentPlugin - Interface in io.vertigo.social.impl.comment
 
CommentServices - Interface in io.vertigo.social.services.comment
 
CommentServicesImpl - Class in io.vertigo.social.impl.comment
 
CommentServicesImpl(CommentPlugin) - Constructor for class io.vertigo.social.impl.comment.CommentServicesImpl
Constructor.
CommentWebServices - Class in io.vertigo.social.webservices.comment
Webservice for Notification extension.
CommentWebServices() - Constructor for class io.vertigo.social.webservices.comment.CommentWebServices
 

F

from(String) - Method in class io.vertigo.social.services.mail.MailBuilder
Set sender.

G

get(UUID) - Method in interface io.vertigo.social.impl.comment.CommentPlugin
Gets the comment by its uuid.
get(UUID) - Method in class io.vertigo.social.plugins.comment.memory.MemoryCommentPlugin
Gets the comment by its uuid.
get(UUID) - Method in class io.vertigo.social.plugins.comment.redis.RedisCommentPlugin
Gets the comment by its uuid.
getAccount(String) - Method in class io.vertigo.social.webservices.account.AccountWebServices
Gets an account by its id.
getAccountGroup(String) - Method in class io.vertigo.social.webservices.account.AccountWebServices
Gets a group by its id.
getAccountPhoto(String) - Method in class io.vertigo.social.webservices.account.AccountWebServices
Gets an account photo by its id.
getAttachments() - Method in class io.vertigo.social.services.mail.Mail
 
getAuthor() - Method in class io.vertigo.social.services.comment.Comment
 
getAuthorDisplayName() - Method in class io.vertigo.social.services.comment.Comment
 
getCcList() - Method in class io.vertigo.social.services.mail.Mail
 
getComments(UID<S>) - Method in interface io.vertigo.social.impl.comment.CommentPlugin
Lists the comments as a key concerned is concerned
getComments(UID<? extends KeyConcept>) - Method in class io.vertigo.social.impl.comment.CommentServicesImpl
Gets a list of sorted comments published on this keyConcept.
getComments(UID<S>) - Method in class io.vertigo.social.plugins.comment.memory.MemoryCommentPlugin
Lists the comments as a key concerned is concerned
getComments(UID<S>) - Method in class io.vertigo.social.plugins.comment.redis.RedisCommentPlugin
Lists the comments as a key concerned is concerned
getComments(UID<? extends KeyConcept>) - Method in interface io.vertigo.social.services.comment.CommentServices
Gets a list of sorted comments published on this keyConcept.
getComments(String, String) - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Gets comments for keyConcept.
getConfig() - Method in class io.vertigo.social.webservices.account.AccountWebServices
Extension config.
getConfig() - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Returns config.
getConfig() - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Extension config.
getContent() - Method in class io.vertigo.social.services.notification.Notification
 
getCreationDate() - Method in class io.vertigo.social.services.comment.Comment
 
getCreationDate() - Method in class io.vertigo.social.services.notification.Notification
 
getCurrentNotifications(UID<Account>) - Method in interface io.vertigo.social.impl.notification.NotificationPlugin
 
getCurrentNotifications(UID<Account>) - Method in class io.vertigo.social.impl.notification.NotificationServicesImpl
Retrieves all notifications for one account
getCurrentNotifications(UID<Account>) - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
getCurrentNotifications(UID<Account>) - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
getCurrentNotifications(UID<Account>) - Method in interface io.vertigo.social.services.notification.NotificationServices
Retrieves all notifications for one account
getFrom() - Method in class io.vertigo.social.services.mail.Mail
 
getHelp() - Method in class io.vertigo.social.webservices.account.AccountWebServices
Extension help.
getHelp() - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Returns help.
getHelp() - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Extension help.
getHtmlContent() - Method in class io.vertigo.social.services.mail.Mail
 
getLastModified() - Method in class io.vertigo.social.services.comment.Comment
 
getMessages() - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Get messages for logged user.
getMsg() - Method in class io.vertigo.social.services.comment.Comment
 
getNotification() - Method in class io.vertigo.social.impl.notification.NotificationEvent
 
getReplyTo() - Method in class io.vertigo.social.services.mail.Mail
 
getSender() - Method in class io.vertigo.social.services.notification.Notification
 
getStats() - Method in class io.vertigo.social.webservices.account.AccountWebServices
Extension stats.
getStats() - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Returns stats.
getStats() - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Extension stats.
getStatus() - Method in class io.vertigo.social.webservices.account.AccountWebServices
Extension status (code 200 or 500)
getStatus() - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Returns status (code 200 or 500)
getStatus() - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Extension status (code 200 or 500)
getSubject() - Method in class io.vertigo.social.services.mail.Mail
 
getTargetUrl() - Method in class io.vertigo.social.services.notification.Notification
 
getTextContent() - Method in class io.vertigo.social.services.mail.Mail
 
getTitle() - Method in class io.vertigo.social.services.notification.Notification
 
getToAccountURIs() - Method in class io.vertigo.social.impl.notification.NotificationEvent
 
getToList() - Method in class io.vertigo.social.services.mail.Mail
 
getTTLInSeconds() - Method in class io.vertigo.social.services.notification.Notification
 
getType() - Method in class io.vertigo.social.services.notification.Notification
 
getUserContent() - Method in class io.vertigo.social.services.notification.Notification
 
getUuid() - Method in class io.vertigo.social.services.comment.Comment
 
getUuid() - Method in class io.vertigo.social.services.notification.Notification
 

H

HEALTH_COMPONENT_NAME - Static variable in class io.vertigo.social.plugins.mail.javax.JavaxSendMailPlugin
Nom du composant.

I

io.vertigo.social - package io.vertigo.social
 
io.vertigo.social.impl.comment - package io.vertigo.social.impl.comment
 
io.vertigo.social.impl.mail - package io.vertigo.social.impl.mail
 
io.vertigo.social.impl.notification - package io.vertigo.social.impl.notification
 
io.vertigo.social.plugins.comment.memory - package io.vertigo.social.plugins.comment.memory
 
io.vertigo.social.plugins.comment.redis - package io.vertigo.social.plugins.comment.redis
 
io.vertigo.social.plugins.mail.javax - package io.vertigo.social.plugins.mail.javax
 
io.vertigo.social.plugins.notification.memory - package io.vertigo.social.plugins.notification.memory
 
io.vertigo.social.plugins.notification.redis - package io.vertigo.social.plugins.notification.redis
 
io.vertigo.social.services.comment - package io.vertigo.social.services.comment
 
io.vertigo.social.services.mail - package io.vertigo.social.services.mail
 
io.vertigo.social.services.notification - package io.vertigo.social.services.notification
 
io.vertigo.social.webservices.account - package io.vertigo.social.webservices.account
 
io.vertigo.social.webservices.comment - package io.vertigo.social.webservices.comment
 
io.vertigo.social.webservices.notification - package io.vertigo.social.webservices.notification
 

J

JavaxSendMailPlugin - Class in io.vertigo.social.plugins.mail.javax
Plugin de gestion des mails, pour l'implémentation du jdk.
JavaxSendMailPlugin(FileManager, String, String, boolean, String, Optional<Integer>, Optional<String>, Optional<String>, Optional<String>) - Constructor for class io.vertigo.social.plugins.mail.javax.JavaxSendMailPlugin
Crée le plugin d'envoie de mail.

M

Mail - Class in io.vertigo.social.services.mail
Message à envoyer par mail.
MailBuilder - Class in io.vertigo.social.services.mail
EMail Builder.
MailManager - Interface in io.vertigo.social.services.mail
Gestionnaire centralisé des mails.
MailManagerImpl - Class in io.vertigo.social.impl.mail
This class is the standard impl of the mailManager.
MailManagerImpl(LocaleManager, SendMailPlugin) - Constructor for class io.vertigo.social.impl.mail.MailManagerImpl
Constructor.
MemoryCommentPlugin - Class in io.vertigo.social.plugins.comment.memory
 
MemoryCommentPlugin() - Constructor for class io.vertigo.social.plugins.comment.memory.MemoryCommentPlugin
 
MemoryNotificationPlugin - Class in io.vertigo.social.plugins.notification.memory
 
MemoryNotificationPlugin() - Constructor for class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
 

N

Notification - Class in io.vertigo.social.services.notification
 
NotificationBuilder - Class in io.vertigo.social.services.notification
 
NotificationEvent - Class in io.vertigo.social.impl.notification
 
NotificationPlugin - Interface in io.vertigo.social.impl.notification
 
NotificationServices - Interface in io.vertigo.social.services.notification
 
NotificationServicesImpl - Class in io.vertigo.social.impl.notification
 
NotificationServicesImpl(NotificationPlugin) - Constructor for class io.vertigo.social.impl.notification.NotificationServicesImpl
 
NotificationWebServices - Class in io.vertigo.social.webservices.notification
Webservice for Notification extension.
NotificationWebServices() - Constructor for class io.vertigo.social.webservices.notification.NotificationWebServices
 

P

publish(Comment, UID<S>) - Method in interface io.vertigo.social.impl.comment.CommentPlugin
Publishes a comment about a key concept.
publish(UID<Account>, Comment, UID<? extends KeyConcept>) - Method in class io.vertigo.social.impl.comment.CommentServicesImpl
Publishes a comment on a key concept.
publish(Comment, UID<S>) - Method in class io.vertigo.social.plugins.comment.memory.MemoryCommentPlugin
Publishes a comment about a key concept.
publish(Comment, UID<S>) - Method in class io.vertigo.social.plugins.comment.redis.RedisCommentPlugin
Publishes a comment about a key concept.
publish(UID<Account>, Comment, UID<? extends KeyConcept>) - Method in interface io.vertigo.social.services.comment.CommentServices
Publishes a comment on a key concept.
publishComment(Comment, String, String) - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Publishes a new comment.

R

RedisCommentPlugin - Class in io.vertigo.social.plugins.comment.redis
 
RedisCommentPlugin(RedisConnector) - Constructor for class io.vertigo.social.plugins.comment.redis.RedisCommentPlugin
 
RedisNotificationPlugin - Class in io.vertigo.social.plugins.notification.redis
 
RedisNotificationPlugin(RedisConnector, DaemonManager) - Constructor for class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
Constructor.
remove(UID<Account>, UUID) - Method in interface io.vertigo.social.impl.notification.NotificationPlugin
 
remove(UID<Account>, UUID) - Method in class io.vertigo.social.impl.notification.NotificationServicesImpl
Removes one notification.
remove(UID<Account>, UUID) - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
remove(UID<Account>, UUID) - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
remove(UID<Account>, UUID) - Method in interface io.vertigo.social.services.notification.NotificationServices
Removes one notification.
removeAll(String, String) - Method in interface io.vertigo.social.impl.notification.NotificationPlugin
 
removeAll(String, String) - Method in class io.vertigo.social.impl.notification.NotificationServicesImpl
Removes all notifications by type and targetUrl.
removeAll(String, String) - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
removeAll(String, String) - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
removeAll(String, String) - Method in interface io.vertigo.social.services.notification.NotificationServices
Removes all notifications by type and targetUrl.
removeMessage(String) - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Remove a message.
removeMessage(List<String>) - Method in class io.vertigo.social.webservices.notification.NotificationWebServices
Remove a message.
replyTo(String) - Method in class io.vertigo.social.services.mail.MailBuilder
Set receiver of return mail (response or delivery fail)
Resources - Enum in io.vertigo.social.impl.mail
Dictionnaire des ressources.

S

send(NotificationEvent) - Method in interface io.vertigo.social.impl.notification.NotificationPlugin
 
send(Notification, Set<UID<Account>>) - Method in class io.vertigo.social.impl.notification.NotificationServicesImpl
Sends a notification to a set of users
send(NotificationEvent) - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
send(NotificationEvent) - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
send(Notification, Set<UID<Account>>) - Method in interface io.vertigo.social.services.notification.NotificationServices
Sends a notification to a set of users
sendMail(Mail) - Method in class io.vertigo.social.impl.mail.MailManagerImpl
Envoyer un mail.
sendMail(Mail) - Method in interface io.vertigo.social.impl.mail.SendMailPlugin
Envoyer un mail.
sendMail(Mail) - Method in class io.vertigo.social.plugins.mail.javax.JavaxSendMailPlugin
Envoyer un mail.
sendMail(Mail) - Method in interface io.vertigo.social.services.mail.MailManager
Envoyer un mail.
SendMailPlugin - Interface in io.vertigo.social.impl.mail
Plugin d'envoi de mail.
SocialFeatures - Class in io.vertigo.social
Defines the 'social' extension
SocialFeatures() - Constructor for class io.vertigo.social.SocialFeatures
Constructor;

T

to(String...) - Method in class io.vertigo.social.services.mail.MailBuilder
Add a receiver.

U

update(Comment) - Method in interface io.vertigo.social.impl.comment.CommentPlugin
Updates a comment.
update(UID<Account>, Comment) - Method in class io.vertigo.social.impl.comment.CommentServicesImpl
Updates a comment.
update(Comment) - Method in class io.vertigo.social.plugins.comment.memory.MemoryCommentPlugin
Updates a comment.
update(Comment) - Method in class io.vertigo.social.plugins.comment.redis.RedisCommentPlugin
Updates a comment.
update(UID<Account>, Comment) - Method in interface io.vertigo.social.services.comment.CommentServices
Updates a comment.
updateComment(String, Comment) - Method in class io.vertigo.social.webservices.comment.CommentWebServices
Updates a comment.
updateUserContent(UID<Account>, UUID, String) - Method in interface io.vertigo.social.impl.notification.NotificationPlugin
 
updateUserContent(UID<Account>, UUID, String) - Method in class io.vertigo.social.impl.notification.NotificationServicesImpl
 
updateUserContent(UID<Account>, UUID, String) - Method in class io.vertigo.social.plugins.notification.memory.MemoryNotificationPlugin
updateUserContent(UID<Account>, UUID, String) - Method in class io.vertigo.social.plugins.notification.redis.RedisNotificationPlugin
updateUserContent(UID<Account>, UUID, String) - Method in interface io.vertigo.social.services.notification.NotificationServices
Updates the flag of the notification

V

valueOf(String) - Static method in enum io.vertigo.social.impl.mail.Resources
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.vertigo.social.impl.mail.Resources
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAttachments(VFile...) - Method in class io.vertigo.social.services.mail.MailBuilder
Add a attachment file.
withAuthor(UID<Account>) - Method in class io.vertigo.social.services.comment.CommentBuilder
 
withComments() - Method in class io.vertigo.social.SocialFeatures
Activates comments
withContent(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withCreationDate(Instant) - Method in class io.vertigo.social.services.comment.CommentBuilder
 
withCreationDate(Instant) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withHtmlContent(String) - Method in class io.vertigo.social.services.mail.MailBuilder
Set mail content at html format.
withJavaxMail(Param...) - Method in class io.vertigo.social.SocialFeatures
 
withLastModified(Instant) - Method in class io.vertigo.social.services.comment.CommentBuilder
 
withMails() - Method in class io.vertigo.social.SocialFeatures
Activates mail
withMemoryComments() - Method in class io.vertigo.social.SocialFeatures
 
withMemoryNotifications() - Method in class io.vertigo.social.SocialFeatures
 
withMsg(String) - Method in class io.vertigo.social.services.comment.CommentBuilder
 
withNotifications() - Method in class io.vertigo.social.SocialFeatures
Activates notifications
withRedisComments() - Method in class io.vertigo.social.SocialFeatures
 
withRedisNotifications() - Method in class io.vertigo.social.SocialFeatures
 
withSender(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withSubject(String) - Method in class io.vertigo.social.services.mail.MailBuilder
Set subject.
withTargetUrl(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withTextContent(String) - Method in class io.vertigo.social.services.mail.MailBuilder
Set mail content at text format.
withTitle(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withTTLInSeconds(int) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withType(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withUserContent(String) - Method in class io.vertigo.social.services.notification.NotificationBuilder
 
withUuid(UUID) - Method in class io.vertigo.social.services.comment.CommentBuilder
 
withWebApi() - Method in class io.vertigo.social.SocialFeatures
Activates comments
A B C F G H I J M N P R S T U V W 
Skip navigation links

Copyright © 2019. All Rights Reserved.