public interface ActivitiesDAO
| Modifier and Type | Method and Description |
|---|---|
void |
commitTransaction() |
void |
endTransaction() |
void |
rollbackTransaction() |
void |
startTransaction() |
void startTransaction()
throws java.sql.SQLException
java.sql.SQLExceptionvoid commitTransaction()
throws java.sql.SQLException
java.sql.SQLExceptionvoid rollbackTransaction()
throws java.sql.SQLException
java.sql.SQLExceptionvoid endTransaction()
throws java.sql.SQLException
java.sql.SQLExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.