org.alfresco.repo.domain.activities.ibatis
Class ActivityFeedDAOImpl
java.lang.Object
org.alfresco.repo.domain.activities.ibatis.IBatisSqlMapper
org.alfresco.repo.domain.activities.ibatis.ActivityFeedDAOImpl
- All Implemented Interfaces:
- ActivitiesDAO, ActivityFeedDAO
public class ActivityFeedDAOImpl
- extends IBatisSqlMapper
- implements ActivityFeedDAO
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivityFeedDAOImpl
public ActivityFeedDAOImpl()
insertFeedEntry
public long insertFeedEntry(ActivityFeedEntity activityFeed)
throws java.sql.SQLException
- Specified by:
insertFeedEntry
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
deleteFeedEntries
public int deleteFeedEntries(java.util.Date keepDate)
throws java.sql.SQLException
- Specified by:
deleteFeedEntries
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
deleteSiteFeedEntries
public int deleteSiteFeedEntries(java.lang.String siteId,
java.lang.String format,
java.util.Date keepDate)
throws java.sql.SQLException
- Specified by:
deleteSiteFeedEntries
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
deleteUserFeedEntries
public int deleteUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.util.Date keepDate)
throws java.sql.SQLException
- Specified by:
deleteUserFeedEntries
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
selectFeedsToClean
public java.util.List selectFeedsToClean(int maxFeedSize)
throws java.sql.SQLException
- Specified by:
selectFeedsToClean
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
selectUserFeedEntries
public java.util.List selectUserFeedEntries(java.lang.String feedUserId,
java.lang.String format,
java.lang.String siteId,
boolean excludeThisUser,
boolean excludeOtherUsers)
throws java.sql.SQLException
- Specified by:
selectUserFeedEntries
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
selectSiteFeedEntries
public java.util.List selectSiteFeedEntries(java.lang.String siteId,
java.lang.String format)
throws java.sql.SQLException
- Specified by:
selectSiteFeedEntries
in interface ActivityFeedDAO
- Throws:
java.sql.SQLException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.