public interface ActivityFeedDAO extends ActivitiesDAO
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LEN_ACTIVITY_FORMAT |
static int |
MAX_LEN_ACTIVITY_SUMMARY |
static int |
MAX_LEN_ACTIVITY_TYPE |
static int |
MAX_LEN_APP_TOOL_ID |
static int |
MAX_LEN_SITE_ID |
static int |
MAX_LEN_USER_ID |
| Modifier and Type | Method and Description |
|---|---|
int |
deleteFeedEntries(java.util.Date keepDate) |
int |
deleteFeedEntries(java.lang.Integer maxIdRange) |
int |
deleteSiteFeedEntries(java.lang.String siteUserId) |
int |
deleteSiteFeedEntries(java.lang.String siteId,
java.lang.String format,
java.util.Date keepDate) |
int |
deleteUserFeedEntries(java.lang.String feedUserId) |
int |
deleteUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.util.Date keepDate) |
long |
insertFeedEntry(ActivityFeedEntity activityFeed) |
java.util.List |
selectSiteFeedEntries(java.lang.String siteUserId,
java.lang.String format,
int maxFeedItems) |
java.util.List |
selectSiteFeedsToClean(int maxFeedSize) |
java.util.List |
selectUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.lang.String siteId,
boolean excludeThisUser,
boolean excludeOtherUsers,
long minFeedId,
int maxFeedItems) |
java.util.List |
selectUserFeedsToClean(int maxFeedSize) |
commitTransaction, endTransaction, rollbackTransaction, startTransactionstatic final int MAX_LEN_USER_ID
static final int MAX_LEN_SITE_ID
static final int MAX_LEN_ACTIVITY_TYPE
static final int MAX_LEN_ACTIVITY_SUMMARY
static final int MAX_LEN_ACTIVITY_FORMAT
static final int MAX_LEN_APP_TOOL_ID
long insertFeedEntry(ActivityFeedEntity activityFeed) throws java.sql.SQLException
java.sql.SQLExceptionint deleteFeedEntries(java.lang.Integer maxIdRange)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteFeedEntries(java.util.Date keepDate)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.util.Date keepDate)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteUserFeedEntries(java.lang.String feedUserId)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteSiteFeedEntries(java.lang.String siteId,
java.lang.String format,
java.util.Date keepDate)
throws java.sql.SQLException
java.sql.SQLExceptionint deleteSiteFeedEntries(java.lang.String siteUserId)
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List selectSiteFeedsToClean(int maxFeedSize)
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List selectUserFeedsToClean(int maxFeedSize)
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List selectUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.lang.String siteId,
boolean excludeThisUser,
boolean excludeOtherUsers,
long minFeedId,
int maxFeedItems)
throws java.sql.SQLException
java.sql.SQLExceptionjava.util.List selectSiteFeedEntries(java.lang.String siteUserId,
java.lang.String format,
int maxFeedItems)
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.