org.alfresco.repo.domain.activities
Interface FeedControlDAO

All Known Implementing Classes:
FeedControlDAOImpl

public interface FeedControlDAO

Interface for user activity feed controls DAO service


Method Summary
 int deleteFeedControl(FeedControlEntity activityFeedControl)
           
 long insertFeedControl(FeedControlEntity activityFeedControl)
           
 long selectFeedControl(FeedControlEntity activityFeedControl)
           
 java.util.List selectFeedControls(java.lang.String userId)
           
 

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 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.