Package org.alfresco.repo.domain.query
Class AbstractCannedQueryDAOImpl
java.lang.Object
org.alfresco.repo.domain.query.AbstractCannedQueryDAOImpl
- All Implemented Interfaces:
CannedQueryDAO
- Direct Known Subclasses:
CannedQueryDAOImpl
DAO implementation providing canned query support.
- Since:
- 3.5
- Author:
- Derek Hulley
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.alfresco.repo.domain.query.CannedQueryDAO
CannedQueryDAO.ResultHandler<R> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Checks that properties have been setvoidsetControlDAO(ControlDAO controlDAO) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.alfresco.repo.domain.query.CannedQueryDAO
executeCountQuery, executeQuery, executeQuery, executeQueryUnique
-
Field Details
-
logger
protected org.apache.commons.logging.Log logger -
controlDAO
-
-
Constructor Details
-
AbstractCannedQueryDAOImpl
public AbstractCannedQueryDAOImpl()
-
-
Method Details
-
setControlDAO
- Parameters:
controlDAO- the DAO that allows controlled rollback, if required
-
init
public void init()Checks that properties have been set
-