Uses of Interface
org.alfresco.repo.domain.activities.ActivityPostDAO
-
-
Uses of ActivityPostDAO in org.alfresco.repo.activities
Methods in org.alfresco.repo.activities with parameters of type ActivityPostDAO Modifier and Type Method Description voidActivityPostServiceImpl. setPostDAO(ActivityPostDAO postDAO) -
Uses of ActivityPostDAO in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return ActivityPostDAO Modifier and Type Method Description ActivityPostDAOAbstractFeedGenerator. getPostDaoService()Methods in org.alfresco.repo.activities.feed with parameters of type ActivityPostDAO Modifier and Type Method Description voidAbstractFeedGenerator. setPostDAO(ActivityPostDAO postDAO) -
Uses of ActivityPostDAO in org.alfresco.repo.activities.feed.local
Methods in org.alfresco.repo.activities.feed.local with parameters of type ActivityPostDAO Modifier and Type Method Description voidLocalFeedTaskProcessor. setPostDAO(ActivityPostDAO postDAO) -
Uses of ActivityPostDAO in org.alfresco.repo.activities.post.cleanup
Methods in org.alfresco.repo.activities.post.cleanup with parameters of type ActivityPostDAO Modifier and Type Method Description voidPostCleaner. setPostDAO(ActivityPostDAO postDAO) -
Uses of ActivityPostDAO in org.alfresco.repo.activities.post.lookup
Methods in org.alfresco.repo.activities.post.lookup with parameters of type ActivityPostDAO Modifier and Type Method Description voidPostLookup. setPostDAO(ActivityPostDAO postDAO) -
Uses of ActivityPostDAO in org.alfresco.repo.domain.activities.ibatis
Classes in org.alfresco.repo.domain.activities.ibatis that implement ActivityPostDAO Modifier and Type Class Description classActivityPostDAOImpl
-