Class FeedControlDAOImpl
- java.lang.Object
-
- org.alfresco.repo.domain.activities.ibatis.ActivitiesDAOImpl
-
- 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
-
Fields inherited from interface org.alfresco.repo.domain.activities.ActivitiesDAO
KEY_ACTIVITY_NULL_VALUE
-
-
Constructor Summary
Constructors Constructor Description FeedControlDAOImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdeleteFeedControl(FeedControlEntity activityFeedControl)longinsertFeedControl(FeedControlEntity activityFeedControl)longselectFeedControl(FeedControlEntity activityFeedControl)java.util.List<FeedControlEntity>selectFeedControls(java.lang.String feedUserId)-
Methods inherited from class org.alfresco.repo.domain.activities.ibatis.ActivitiesDAOImpl
commitTransaction, endTransaction, rollbackTransaction, setSqlSessionTemplate, startTransaction
-
-
-
-
Method Detail
-
insertFeedControl
public long insertFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
- Specified by:
insertFeedControlin interfaceFeedControlDAO- Throws:
java.sql.SQLException
-
deleteFeedControl
public int deleteFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
- Specified by:
deleteFeedControlin interfaceFeedControlDAO- Throws:
java.sql.SQLException
-
selectFeedControls
public java.util.List<FeedControlEntity> selectFeedControls(java.lang.String feedUserId) throws java.sql.SQLException
- Specified by:
selectFeedControlsin interfaceFeedControlDAO- Throws:
java.sql.SQLException
-
selectFeedControl
public long selectFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
- Specified by:
selectFeedControlin interfaceFeedControlDAO- Throws:
java.sql.SQLException
-
-