public abstract class AbstractMqlCriterionFunction extends AbstractMqlFunction implements MqlCriterionFunction
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractMqlCriterionFunction() |
| Modifier and Type | Method and Description |
|---|---|
Criterion |
createForArguments(java.lang.Object[] values) |
Criterion |
createForNoArguments() |
Criterion |
createForQuery(Query query) |
Criterion |
createForQueryGroup(QueryGroup queryGroup) |
protected Criterion |
doCreate() |
protected Criterion |
doCreate(java.lang.Object[] values) |
protected Criterion |
doCreate(Query query) |
protected Criterion |
doCreate(QueryGroup queryGroup) |
protected boolean |
isAllowQuery() |
protected boolean |
isAllowQueryGroup() |
protected void |
setAllowQuery(boolean allowQuery) |
protected void |
setAllowQueryGroup(boolean allowQueryGroup) |
assertArgumentLength, assertArgumentTypes, assertArgumentTypes, assertCorrectNumberOfArguments, assertMaximumArgumentLength, assertMinimumArgumentLength, assertNotInitialized, getExactArgs, getFunctionName, getMaxArgs, getMinArgs, getName, getTypes, init, isInitialized, isStrictInitialization, setExactArgs, setFunctionName, setMaxArgs, setMinArgs, setStrictInitialization, setTypesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameprotected Criterion doCreate(java.lang.Object[] values)
protected Criterion doCreate()
protected Criterion doCreate(QueryGroup queryGroup)
public Criterion createForQuery(Query query)
createForQuery in interface MqlCriterionFunctionpublic Criterion createForQueryGroup(QueryGroup queryGroup)
createForQueryGroup in interface MqlCriterionFunctionpublic Criterion createForArguments(java.lang.Object[] values)
createForArguments in interface MqlCriterionFunctionpublic Criterion createForNoArguments()
createForNoArguments in interface MqlCriterionFunctionprotected boolean isAllowQueryGroup()
protected void setAllowQueryGroup(boolean allowQueryGroup)
allowQueryGroup - the allowQueryGroup to setprotected boolean isAllowQuery()
protected void setAllowQuery(boolean allowQuery)
allowQuery - the allowQuery to setCopyright © 2013. All Rights Reserved.