Uses of Class
org.alfresco.repo.domain.activities.FeedControlEntity
Packages that use FeedControlEntity
Package
Description
-
Uses of FeedControlEntity in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return types with arguments of type FeedControlEntityModifier and TypeMethodDescriptionprotected List<FeedControlEntity>FeedTaskProcessor.getFeedControls(String connectedUser) abstract List<FeedControlEntity>FeedTaskProcessor.selectUserFeedControls(String userId) Method parameters in org.alfresco.repo.activities.feed with type arguments of type FeedControlEntityModifier and TypeMethodDescriptionprotected booleanFeedTaskProcessor.acceptActivity(ActivityPostEntity activityPost, List<FeedControlEntity> feedControls) -
Uses of FeedControlEntity in org.alfresco.repo.activities.feed.local
Methods in org.alfresco.repo.activities.feed.local that return types with arguments of type FeedControlEntity -
Uses of FeedControlEntity in org.alfresco.repo.domain.activities
Methods in org.alfresco.repo.domain.activities that return types with arguments of type FeedControlEntityMethods in org.alfresco.repo.domain.activities with parameters of type FeedControlEntityModifier and TypeMethodDescriptionintFeedControlDAO.deleteFeedControl(FeedControlEntity activityFeedControl) longFeedControlDAO.insertFeedControl(FeedControlEntity activityFeedControl) longFeedControlDAO.selectFeedControl(FeedControlEntity activityFeedControl) -
Uses of FeedControlEntity in org.alfresco.repo.domain.activities.ibatis
Methods in org.alfresco.repo.domain.activities.ibatis that return types with arguments of type FeedControlEntityMethods in org.alfresco.repo.domain.activities.ibatis with parameters of type FeedControlEntityModifier and TypeMethodDescriptionintFeedControlDAOImpl.deleteFeedControl(FeedControlEntity activityFeedControl) longFeedControlDAOImpl.insertFeedControl(FeedControlEntity activityFeedControl) longFeedControlDAOImpl.selectFeedControl(FeedControlEntity activityFeedControl)