Uses of Class
org.alfresco.repo.domain.activities.FeedControlEntity
-
Packages that use FeedControlEntity Package Description org.alfresco.repo.activities.feed org.alfresco.repo.activities.feed.local org.alfresco.repo.domain.activities org.alfresco.repo.domain.activities.ibatis -
-
Uses of FeedControlEntity in org.alfresco.repo.activities.feed
Methods in org.alfresco.repo.activities.feed that return types with arguments of type FeedControlEntity Modifier and Type Method Description protected java.util.List<FeedControlEntity>FeedTaskProcessor. getFeedControls(java.lang.String connectedUser)abstract java.util.List<FeedControlEntity>FeedTaskProcessor. selectUserFeedControls(java.lang.String userId)Method parameters in org.alfresco.repo.activities.feed with type arguments of type FeedControlEntity Modifier and Type Method Description protected booleanFeedTaskProcessor. acceptActivity(ActivityPostEntity activityPost, java.util.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 Modifier and Type Method Description java.util.List<FeedControlEntity>LocalFeedTaskProcessor. selectUserFeedControls(java.lang.String userId) -
Uses of FeedControlEntity in org.alfresco.repo.domain.activities
Methods in org.alfresco.repo.domain.activities that return types with arguments of type FeedControlEntity Modifier and Type Method Description java.util.List<FeedControlEntity>FeedControlDAO. selectFeedControls(java.lang.String userId)Methods in org.alfresco.repo.domain.activities with parameters of type FeedControlEntity Modifier and Type Method Description intFeedControlDAO. 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 FeedControlEntity Modifier and Type Method Description java.util.List<FeedControlEntity>FeedControlDAOImpl. selectFeedControls(java.lang.String feedUserId)Methods in org.alfresco.repo.domain.activities.ibatis with parameters of type FeedControlEntity Modifier and Type Method Description intFeedControlDAOImpl. deleteFeedControl(FeedControlEntity activityFeedControl)longFeedControlDAOImpl. insertFeedControl(FeedControlEntity activityFeedControl)longFeedControlDAOImpl. selectFeedControl(FeedControlEntity activityFeedControl)
-