A C E G H L N O R S U V

A

ActionOutcomeAware - Interface in com.hascode.confluence.plugin.socialcomments.action
 

C

com.hascode.confluence.plugin.socialcomments.action - package com.hascode.confluence.plugin.socialcomments.action
 
com.hascode.confluence.plugin.socialcomments.config - package com.hascode.confluence.plugin.socialcomments.config
 
com.hascode.confluence.plugin.socialcomments.event - package com.hascode.confluence.plugin.socialcomments.event
 
com.hascode.confluence.plugin.socialcomments.persistence - package com.hascode.confluence.plugin.socialcomments.persistence
 
com.hascode.confluence.plugin.socialcomments.service - package com.hascode.confluence.plugin.socialcomments.service
 
com.hascode.confluence.plugin.socialcomments.util - package com.hascode.confluence.plugin.socialcomments.util
 
CommentEventListener - Interface in com.hascode.confluence.plugin.socialcomments.event
 
CommentEventListenerImpl - Class in com.hascode.confluence.plugin.socialcomments.event
 
CommentEventListenerImpl(EventPublisher, RecipientExtractorService, SocialNotificationService) - Constructor for class com.hascode.confluence.plugin.socialcomments.event.CommentEventListenerImpl
 
ConfigureAction - Class in com.hascode.confluence.plugin.socialcomments.action
 
ConfigureAction(SocialCommentsConfigurationService) - Constructor for class com.hascode.confluence.plugin.socialcomments.action.ConfigureAction
 

E

ERROR - Static variable in interface com.hascode.confluence.plugin.socialcomments.action.ActionOutcomeAware
outcome for an action with errors that should be displayed using a different template
execute() - Method in class com.hascode.confluence.plugin.socialcomments.action.ConfigureAction
 
extractUserFromComment(Comment) - Method in interface com.hascode.confluence.plugin.socialcomments.service.RecipientExtractorService
extracts possible recipients from a given comment
extractUserFromComment(Comment) - Method in class com.hascode.confluence.plugin.socialcomments.service.RecipientExtractorServiceImpl
 

G

generateBody(User, Comment) - Method in interface com.hascode.confluence.plugin.socialcomments.service.SocialNotificationTemplateCreator
creates the notification's body
generateBody(User, Comment) - Method in class com.hascode.confluence.plugin.socialcomments.service.SocialNotificationTemplateCreatorImpl
 
getCurrentUser() - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns the current user
getDefaultVelocityContext() - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns a hashmap to use with the velocity context
getEmailSubject() - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
getFromEmail() - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
getNotificationText() - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
getRequestParameter(String) - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns parameters from the current request
getSocialCommentConfig() - Method in class com.hascode.confluence.plugin.socialcomments.action.ConfigureAction
 
getVelocityRenderedTemplate(String, Map<String, Object>) - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns a rendered template enriched with context parameters

H

handleCommentCreateEvent(CommentCreateEvent) - Method in interface com.hascode.confluence.plugin.socialcomments.event.CommentEventListener
handles comment creation
handleCommentCreateEvent(CommentCreateEvent) - Method in class com.hascode.confluence.plugin.socialcomments.event.CommentEventListenerImpl
 
handleCommentUpdateEvent(CommentUpdateEvent) - Method in interface com.hascode.confluence.plugin.socialcomments.event.CommentEventListener
handles comment updates
handleCommentUpdateEvent(CommentUpdateEvent) - Method in class com.hascode.confluence.plugin.socialcomments.event.CommentEventListenerImpl
 

L

load() - Method in interface com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationService
returns the configuration from the persistence api
load() - Method in class com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationServiceImpl
 

N

NO_PERMISSION - Static variable in interface com.hascode.confluence.plugin.socialcomments.action.ActionOutcomeAware
outcome if the current user does not have sufficient permission to invoke the action
notifyUser(User, Comment) - Method in interface com.hascode.confluence.plugin.socialcomments.service.SocialNotificationService
notifies a given user that he is mentioned in a comment
notifyUser(User, Comment) - Method in class com.hascode.confluence.plugin.socialcomments.service.SocialNotificationServiceImpl
 

O

OK - Static variable in interface com.hascode.confluence.plugin.socialcomments.action.ActionOutcomeAware
default action outcome - no errors

R

RecipientExtractorService - Interface in com.hascode.confluence.plugin.socialcomments.service
 
RecipientExtractorServiceImpl - Class in com.hascode.confluence.plugin.socialcomments.service
 
RecipientExtractorServiceImpl(UserAccessor) - Constructor for class com.hascode.confluence.plugin.socialcomments.service.RecipientExtractorServiceImpl
 

S

saveOrUpdate(SocialCommentsConfiguration) - Method in interface com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationService
saves or updates the configuration
saveOrUpdate(SocialCommentsConfiguration) - Method in class com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationServiceImpl
 
setEmailSubject(String) - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
setFromEmail(String) - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
setNotificationText(String) - Method in class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
setUtil(Util) - Method in class com.hascode.confluence.plugin.socialcomments.action.ConfigureAction
 
SocialCommentsConfiguration - Class in com.hascode.confluence.plugin.socialcomments.config
 
SocialCommentsConfiguration() - Constructor for class com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration
 
SocialCommentsConfigurationService - Interface in com.hascode.confluence.plugin.socialcomments.persistence
 
SocialCommentsConfigurationServiceImpl - Class in com.hascode.confluence.plugin.socialcomments.persistence
 
SocialCommentsConfigurationServiceImpl(BandanaManager) - Constructor for class com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationServiceImpl
 
SocialNotificationService - Interface in com.hascode.confluence.plugin.socialcomments.service
 
SocialNotificationServiceImpl - Class in com.hascode.confluence.plugin.socialcomments.service
 
SocialNotificationServiceImpl(SettingsManager, SocialCommentsConfigurationService, SocialNotificationTemplateCreator) - Constructor for class com.hascode.confluence.plugin.socialcomments.service.SocialNotificationServiceImpl
 
SocialNotificationTemplateCreator - Interface in com.hascode.confluence.plugin.socialcomments.service
 
SocialNotificationTemplateCreatorImpl - Class in com.hascode.confluence.plugin.socialcomments.service
 
SocialNotificationTemplateCreatorImpl(SocialCommentsConfigurationService, SettingsManager) - Constructor for class com.hascode.confluence.plugin.socialcomments.service.SocialNotificationTemplateCreatorImpl
 

U

userIsAdmin() - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns whether the current user has the administrator role
userLoggedin() - Method in class com.hascode.confluence.plugin.socialcomments.util.Util
returns whether the current user is logged in or not
Util - Class in com.hascode.confluence.plugin.socialcomments.util
utility class
Util() - Constructor for class com.hascode.confluence.plugin.socialcomments.util.Util
 

V

validate(SocialCommentsConfiguration) - Method in interface com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationService
validates a given configuration
validate(SocialCommentsConfiguration) - Method in class com.hascode.confluence.plugin.socialcomments.persistence.SocialCommentsConfigurationServiceImpl
 

A C E G H L N O R S U V

Copyright © 2011 hasCode.com. All Rights Reserved.