org.alfresco.repo.domain.activities
Interface ActivitiesDAO
- All Known Subinterfaces:
- ActivityFeedDAO, ActivityPostDAO
- All Known Implementing Classes:
- ActivitiesDAOImpl, ActivityFeedDAOImpl, ActivityPostDAOImpl, FeedControlDAOImpl
public interface ActivitiesDAO
Common interface for activity DAO service
startTransaction
void startTransaction()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
commitTransaction
void commitTransaction()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
rollbackTransaction
void rollbackTransaction()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
endTransaction
void endTransaction()
throws java.sql.SQLException
- Throws:
java.sql.SQLException
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.