org.alfresco.repo.domain.activities
Interface FeedControlDAO
- All Known Implementing Classes:
- FeedControlDAOImpl
public interface FeedControlDAO
Interface for user activity feed controls DAO service
insertFeedControl
long insertFeedControl(FeedControlEntity activityFeedControl)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
deleteFeedControl
int deleteFeedControl(FeedControlEntity activityFeedControl)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
selectFeedControls
java.util.List selectFeedControls(java.lang.String userId)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
selectFeedControl
long selectFeedControl(FeedControlEntity activityFeedControl)
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.