public class FeedControlDAOImpl extends ActivitiesDAOImpl implements FeedControlDAO
template
Constructor and Description |
---|
FeedControlDAOImpl() |
Modifier and Type | Method and Description |
---|---|
int |
deleteFeedControl(FeedControlEntity activityFeedControl) |
long |
insertFeedControl(FeedControlEntity activityFeedControl) |
long |
selectFeedControl(FeedControlEntity activityFeedControl) |
java.util.List |
selectFeedControls(java.lang.String feedUserId) |
commitTransaction, endTransaction, rollbackTransaction, setSqlSessionTemplate, startTransaction
public long insertFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
insertFeedControl
in interface FeedControlDAO
java.sql.SQLException
public int deleteFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
deleteFeedControl
in interface FeedControlDAO
java.sql.SQLException
public java.util.List selectFeedControls(java.lang.String feedUserId) throws java.sql.SQLException
selectFeedControls
in interface FeedControlDAO
java.sql.SQLException
public long selectFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
selectFeedControl
in interface FeedControlDAO
java.sql.SQLException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.