public class FeedControlDAOImpl extends ActivitiesDAOImpl implements FeedControlDAO
templateKEY_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, startTransactionpublic long insertFeedControl(FeedControlEntity activityFeedControl) throws SQLException
insertFeedControl in interface FeedControlDAOSQLExceptionpublic int deleteFeedControl(FeedControlEntity activityFeedControl) throws SQLException
deleteFeedControl in interface FeedControlDAOSQLExceptionpublic List<FeedControlEntity> selectFeedControls(String feedUserId) throws SQLException
selectFeedControls in interface FeedControlDAOSQLExceptionpublic long selectFeedControl(FeedControlEntity activityFeedControl) throws SQLException
selectFeedControl in interface FeedControlDAOSQLExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.