Class SpringConfiguration
java.lang.Object
com.atlassian.confluence.plugins.like.spring.SpringConfiguration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncacheBackedNotificationDao
(com.atlassian.cache.CacheManager cacheFactory) com.atlassian.cache.CacheManager
com.atlassian.sal.api.message.I18nResolver
likeNotificationManager
(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) com.atlassian.confluence.notifications.batch.service.NotificationStoreService
com.opensymphony.module.propertyset.PropertySet
com.atlassian.sal.api.transaction.TransactionTemplate
userEntityExpander
(UserAccessor userAccessor, ContextPathHolder contextPathHolder) com.atlassian.plugin.notifications.api.notification.UserNotificationPreferencesManager
-
Constructor Details
-
SpringConfiguration
public SpringConfiguration()
-
-
Method Details
-
userEntityExpander
@Bean public DefaultUserEntityExpander userEntityExpander(UserAccessor userAccessor, ContextPathHolder contextPathHolder) -
likeNotificationManager
@Bean public LikeNotificationManager likeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager) -
cacheBackedNotificationDao
@Bean public NotificationDao cacheBackedNotificationDao(com.atlassian.cache.CacheManager cacheFactory) -
cacheManager
@Bean(destroyMethod="") public com.atlassian.cache.CacheManager cacheManager() -
confluenceAccessManager
-
contentEntityManager
-
contentService
-
contextPathHolder
-
excerpter
-
followManager
-
i18nResolver
@Bean public com.atlassian.sal.api.message.I18nResolver i18nResolver() -
likeManager
-
networkService
-
notificationManager
-
notificationStoreService
@Bean public com.atlassian.confluence.notifications.batch.service.NotificationStoreService notificationStoreService() -
permissionManager
-
personService
-
propertySet
@Bean public com.opensymphony.module.propertyset.PropertySet propertySet() -
transactionTemplate
@Bean public com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate() -
userAccessor
-
userNotificationPreferencesManager
@Bean public com.atlassian.plugin.notifications.api.notification.UserNotificationPreferencesManager userNotificationPreferencesManager()
-