public class FeedControlDAOImpl extends ActivitiesDAOImpl implements FeedControlDAO
template
KEY_ACTIVITY_NULL_VALUE
Constructor and Description |
---|
FeedControlDAOImpl() |
Modifier and Type | Method and Description |
---|---|
int |
deleteFeedControl(FeedControlEntity activityFeedControl) |
long |
insertFeedControl(FeedControlEntity activityFeedControl) |
long |
selectFeedControl(FeedControlEntity activityFeedControl) |
List<FeedControlEntity> |
selectFeedControls(String feedUserId) |
commitTransaction, endTransaction, rollbackTransaction, setSqlSessionTemplate, startTransaction
public long insertFeedControl(FeedControlEntity activityFeedControl) throws SQLException
insertFeedControl
in interface FeedControlDAO
SQLException
public int deleteFeedControl(FeedControlEntity activityFeedControl) throws SQLException
deleteFeedControl
in interface FeedControlDAO
SQLException
public List<FeedControlEntity> selectFeedControls(String feedUserId) throws SQLException
selectFeedControls
in interface FeedControlDAO
SQLException
public long selectFeedControl(FeedControlEntity activityFeedControl) throws SQLException
selectFeedControl
in interface FeedControlDAO
SQLException
Copyright © 2005–2017 Alfresco Software. All rights reserved.