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, startTransactionpublic long insertFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
insertFeedControl in interface FeedControlDAOjava.sql.SQLExceptionpublic int deleteFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
deleteFeedControl in interface FeedControlDAOjava.sql.SQLExceptionpublic java.util.List selectFeedControls(java.lang.String feedUserId)
throws java.sql.SQLException
selectFeedControls in interface FeedControlDAOjava.sql.SQLExceptionpublic long selectFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
selectFeedControl in interface FeedControlDAOjava.sql.SQLExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.