Uses of Interface
com.atlassian.confluence.like.LikeEntityDao
-
Packages that use LikeEntityDao Package Description com.atlassian.confluence.impl.importexport com.atlassian.confluence.importexport.impl com.atlassian.confluence.like -
-
Uses of LikeEntityDao in com.atlassian.confluence.impl.importexport
Methods in com.atlassian.confluence.impl.importexport with parameters of type LikeEntityDao Modifier and Type Method Description voidSpaceBackupExporter. setLikeEntityDao(LikeEntityDao likeEntityDao) -
Uses of LikeEntityDao in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type LikeEntityDao Modifier and Type Method Description voidXmlExporter. setLikeEntityDao(LikeEntityDao likeEntityDao)Deprecated. -
Uses of LikeEntityDao in com.atlassian.confluence.like
Classes in com.atlassian.confluence.like that implement LikeEntityDao Modifier and Type Class Description classHibernateLikeEntityDaoConstructors in com.atlassian.confluence.like with parameters of type LikeEntityDao Constructor Description DefaultLikeManager(org.springframework.transaction.PlatformTransactionManager transactionManager, LikeEntityDao dao, com.atlassian.event.api.EventPublisher publisher, PermissionManager permissionManager, ConfluenceAccessManager confluenceAccessManager, ContentEntityManager contentEntityManager, AccessModeService accessModeService)
-