Interface FeedControlDAO

  • All Known Implementing Classes:
    FeedControlDAOImpl

    public interface FeedControlDAO
    Interface for user activity feed controls DAO service
    • Method Detail

      • 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<FeedControlEntity> 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