org.alfresco.repo.domain.activities.ibatis
Class FeedControlDAOImpl

java.lang.Object
  extended by org.alfresco.repo.domain.activities.ibatis.ActivitiesDAOImpl
      extended by org.alfresco.repo.domain.activities.ibatis.FeedControlDAOImpl
All Implemented Interfaces:
ActivitiesDAO, FeedControlDAO

public class FeedControlDAOImpl
extends ActivitiesDAOImpl
implements FeedControlDAO


Field Summary
 
Fields inherited from class org.alfresco.repo.domain.activities.ibatis.ActivitiesDAOImpl
template
 
Constructor Summary
FeedControlDAOImpl()
           
 
Method Summary
 int deleteFeedControl(FeedControlEntity activityFeedControl)
           
 long insertFeedControl(FeedControlEntity activityFeedControl)
           
 long selectFeedControl(FeedControlEntity activityFeedControl)
           
 java.util.List selectFeedControls(java.lang.String feedUserId)
           
 
Methods inherited from class org.alfresco.repo.domain.activities.ibatis.ActivitiesDAOImpl
commitTransaction, endTransaction, rollbackTransaction, setSqlSessionTemplate, startTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedControlDAOImpl

public FeedControlDAOImpl()
Method Detail

insertFeedControl

public long insertFeedControl(FeedControlEntity activityFeedControl)
                       throws java.sql.SQLException
Specified by:
insertFeedControl in interface FeedControlDAO
Throws:
java.sql.SQLException

deleteFeedControl

public int deleteFeedControl(FeedControlEntity activityFeedControl)
                      throws java.sql.SQLException
Specified by:
deleteFeedControl in interface FeedControlDAO
Throws:
java.sql.SQLException

selectFeedControls

public java.util.List selectFeedControls(java.lang.String feedUserId)
                                  throws java.sql.SQLException
Specified by:
selectFeedControls in interface FeedControlDAO
Throws:
java.sql.SQLException

selectFeedControl

public long selectFeedControl(FeedControlEntity activityFeedControl)
                       throws java.sql.SQLException
Specified by:
selectFeedControl in interface FeedControlDAO
Throws:
java.sql.SQLException


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.