Interface FeedControlDAO
- All Known Implementing Classes:
FeedControlDAOImpl
public interface FeedControlDAO
Interface for user activity feed controls DAO service
-
Method Summary
Modifier and TypeMethodDescriptionintdeleteFeedControl(FeedControlEntity activityFeedControl) longinsertFeedControl(FeedControlEntity activityFeedControl) longselectFeedControl(FeedControlEntity activityFeedControl) selectFeedControls(String userId)
-
Method Details
-
insertFeedControl
- Throws:
SQLException
-
deleteFeedControl
- Throws:
SQLException
-
selectFeedControls
- Throws:
SQLException
-
selectFeedControl
- Throws:
SQLException
-