public interface FeedControlDAO
| 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 userId) |
long insertFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
java.sql.SQLExceptionint deleteFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List selectFeedControls(java.lang.String userId)
throws java.sql.SQLException
java.sql.SQLExceptionlong selectFeedControl(FeedControlEntity activityFeedControl) throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.