Uses of Interface
com.atlassian.confluence.like.LikeManager

Packages that use LikeManager
com.atlassian.confluence.event.events.like.listeners   
com.atlassian.confluence.like   
com.atlassian.confluence.plugins.dailysummary.content.popular   
com.atlassian.confluence.plugins.edgeindex.edge   
com.atlassian.confluence.plugins.like.actions   
com.atlassian.confluence.plugins.like.conditions   
com.atlassian.confluence.plugins.like.notifications   
com.atlassian.confluence.plugins.like.providers   
com.atlassian.confluence.plugins.like.rest.resources   
 

Uses of LikeManager in com.atlassian.confluence.event.events.like.listeners
 

Constructors in com.atlassian.confluence.event.events.like.listeners with parameters of type LikeManager
DatabaseLikesRemovalListener(LikeManager likeManager, ContentEntityManager contentEntityManager, AttachmentManager attachmentManager)
           
 

Uses of LikeManager in com.atlassian.confluence.like
 

Classes in com.atlassian.confluence.like that implement LikeManager
 class DefaultLikeManager
           
 

Constructors in com.atlassian.confluence.like with parameters of type LikeManager
EventPublishingLikeDao(LikeManager manager)
          Deprecated.  
 

Uses of LikeManager in com.atlassian.confluence.plugins.dailysummary.content.popular
 

Constructors in com.atlassian.confluence.plugins.dailysummary.content.popular with parameters of type LikeManager
DefaultPopularContentDtoFactory(Excerpter excerpter, LikeManager likeManager, NetworkService networkService, com.atlassian.user.UserManager userManager, DataSourceFactory dataSourceFactory, List<String> excludedMacros, I18NBeanFactory i18NBeanFactory)
           
DefaultPopularContentManager(NetworkService networkService, FavouriteManager favouritesManager, LikeManager likeManager, PopularContentDtoFactory popularContentDtoFactory, PopularContentQueries contentQueries)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.edgeindex.edge
 

Constructors in com.atlassian.confluence.plugins.edgeindex.edge with parameters of type LikeManager
LikeCountQuery(LikeManager likeManager, ContentEntityHelper contentEntityHelper)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.like.actions
 

Methods in com.atlassian.confluence.plugins.like.actions with parameters of type LikeManager
 void LikeAction.setLikeManager(LikeManager likeManager)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.like.conditions
 

Constructors in com.atlassian.confluence.plugins.like.conditions with parameters of type LikeManager
ContentLikedByRecipientCondition(LikeManager likeManager)
           
ShowEmailLikeLinkCondition(LikeManager likeManager)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.like.notifications
 

Constructors in com.atlassian.confluence.plugins.like.notifications with parameters of type LikeManager
DefaultLikeNotificationManager(UserAccessor userAccessor, NotificationManager notificationManager, LikeManager likeManager, NetworkService networkService, NotificationDao notificationDao, ContentEntityManager entityManager)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.like.providers
 

Constructors in com.atlassian.confluence.plugins.like.providers with parameters of type LikeManager
ContentLikesMetadataProvider(LikeManager likeManager)
           
 

Uses of LikeManager in com.atlassian.confluence.plugins.like.rest.resources
 

Constructors in com.atlassian.confluence.plugins.like.rest.resources with parameters of type LikeManager
LikableContentResource(LikeManager likeManager, ContentEntityManager contentEntityManager, NetworkService networkService, UserEntityExpander userEntityExpander, I18NBeanFactory i18NBeanFactory, LocaleManager localeManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate)
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.