|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlcriteria.advanced.impl.QueryExecutorHelper
public final class QueryExecutorHelper
Warning, provisional class, users should not use this directly.
| Method Summary | |
|---|---|
static AdvancedResultImpl |
execute(String stmt,
String language,
info.magnolia.cms.core.HierarchyManager hm,
int maxResults,
int offset,
String spellCheckString)
Executes a jcr query. |
static AdvancedResultImpl |
execute(String stmt,
String language,
info.magnolia.cms.core.HierarchyManager hm,
int maxResults,
int offset,
String spellCheckString,
boolean forcePagingWithDocumentOrder)
Executes a jcr query. |
static boolean |
isExecuting()
Indicates if this helper class is executing a query |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AdvancedResultImpl execute(String stmt,
String language,
info.magnolia.cms.core.HierarchyManager hm,
int maxResults,
int offset,
String spellCheckString)
stmt - the statement of the jcr querylanguage - the language of the jcr queryhm - the HirarchyManager for obtaining the QueryManagermaxResults - maximun number of results to retrieveoffset - the index of the first result to retrieve (0, 1, 2, ...)spellCheckString - the input string used for spell checking
public static AdvancedResultImpl execute(String stmt,
String language,
info.magnolia.cms.core.HierarchyManager hm,
int maxResults,
int offset,
String spellCheckString,
boolean forcePagingWithDocumentOrder)
stmt - the statement of the jcr querylanguage - the language of the jcr queryhm - the HirarchyManager for obtaining the QueryManagermaxResults - maximun number of results to retrieveoffset - the index of the first result to retrieve (0, 1, 2, ...)spellCheckString - the input string used for spell checkingforcePagingWithDocumentOrder - see Criteria.setForcePagingWithDocumentOrder(boolean)
public static boolean isExecuting()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||