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
SQLException
int deleteFeedControl(FeedControlEntity activityFeedControl) throws SQLException
SQLException
List<FeedControlEntity> selectFeedControls(String userId) throws SQLException
SQLException
long selectFeedControl(FeedControlEntity activityFeedControl) throws SQLException
SQLException
Copyright © 2005–2017 Alfresco Software. All rights reserved.