Uses of Class
com.hascode.confluence.plugin.socialcomments.config.SocialCommentsConfiguration

Packages that use SocialCommentsConfiguration
com.hascode.confluence.plugin.socialcomments.action   
com.hascode.confluence.plugin.socialcomments.persistence   
 

Uses of SocialCommentsConfiguration in com.hascode.confluence.plugin.socialcomments.action
 

Methods in com.hascode.confluence.plugin.socialcomments.action that return SocialCommentsConfiguration
 SocialCommentsConfiguration ConfigureAction.getSocialCommentConfig()
           
 

Uses of SocialCommentsConfiguration in com.hascode.confluence.plugin.socialcomments.persistence
 

Methods in com.hascode.confluence.plugin.socialcomments.persistence that return SocialCommentsConfiguration
 SocialCommentsConfiguration SocialCommentsConfigurationService.load()
          returns the configuration from the persistence api
 SocialCommentsConfiguration SocialCommentsConfigurationServiceImpl.load()
           
 

Methods in com.hascode.confluence.plugin.socialcomments.persistence that return types with arguments of type SocialCommentsConfiguration
 Set<javax.validation.ConstraintViolation<SocialCommentsConfiguration>> SocialCommentsConfigurationService.validate(SocialCommentsConfiguration config)
          validates a given configuration
 Set<javax.validation.ConstraintViolation<SocialCommentsConfiguration>> SocialCommentsConfigurationServiceImpl.validate(SocialCommentsConfiguration config)
           
 

Methods in com.hascode.confluence.plugin.socialcomments.persistence with parameters of type SocialCommentsConfiguration
 void SocialCommentsConfigurationService.saveOrUpdate(SocialCommentsConfiguration config)
          saves or updates the configuration
 void SocialCommentsConfigurationServiceImpl.saveOrUpdate(SocialCommentsConfiguration config)
           
 Set<javax.validation.ConstraintViolation<SocialCommentsConfiguration>> SocialCommentsConfigurationService.validate(SocialCommentsConfiguration config)
          validates a given configuration
 Set<javax.validation.ConstraintViolation<SocialCommentsConfiguration>> SocialCommentsConfigurationServiceImpl.validate(SocialCommentsConfiguration config)
           
 



Copyright © 2011 hasCode.com. All Rights Reserved.