public interface FeedControlDAO
| Modifier and Type | Method and Description |
|---|---|
int |
deleteFeedControl(FeedControlEntity activityFeedControl) |
long |
insertFeedControl(FeedControlEntity activityFeedControl) |
long |
selectFeedControl(FeedControlEntity activityFeedControl) |
List<FeedControlEntity> |
selectFeedControls(String userId) |
long insertFeedControl(FeedControlEntity activityFeedControl) throws SQLException
SQLExceptionint deleteFeedControl(FeedControlEntity activityFeedControl) throws SQLException
SQLExceptionList<FeedControlEntity> selectFeedControls(String userId) throws SQLException
SQLExceptionlong selectFeedControl(FeedControlEntity activityFeedControl) throws SQLException
SQLExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.