Working towards ALF-8806 RINF 41: Lucene Removal: Fix CopyService

- Also pulled query-specific config into separate files


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@28738 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Derek Hulley
2011-07-01 02:15:17 +00:00
parent a6e553c048
commit 79cf31aa8c
12 changed files with 203 additions and 43 deletions

View File

@@ -73,7 +73,7 @@ public interface CannedQueryDAO
* @param parameterObj the values to drive the selection (may be <tt>null</tt> if not required)
* @param offset the number of results to skip
* @param limit the maximum number of results to retrieve
* @return
* @return the list of results
*/
<R> List<R> executeQuery(
String sqlNamespace, String queryName, Object parameterObj,
@@ -88,7 +88,7 @@ public interface CannedQueryDAO
* @param parameterObj the values to drive the selection (may be <tt>null</tt> if not required)
* @param offset the number of results to skip
* @param limit the maximum number of results to retrieve
* @return
* @return the list of results
*/
<R> void executeQuery(
String sqlNamespace,