public class DatabaseCriterionWrapper extends CriterionWrapper
myDelegate
myLogger
Constructor and Description |
---|
DatabaseCriterionWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theFieldName)
Construct a new native DatabaseCriterion object.
|
PropertyWrapper |
jsFunction_getField()
Return the field associated with this DatabaseCriterion.
|
java.lang.String |
jsFunction_getFieldName()
Get the field name for this criterion.
|
java.lang.String |
jsFunction_getFieldType()
Get the field type of this criterion.
|
JSMap |
jsFunction_getValidConditions()
Returns a map of acceptable conditions for the current criterion
|
void |
jsFunction_setCondition(java.lang.String theCondition)
Set the condition to use for this criterion.
|
void |
jsFunction_setFieldType(java.lang.String theFieldType)
Set the field type for this criterion.
|
jsFunction_getCondition, jsFunction_getValue, jsFunction_setValue
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsConstructor(java.lang.String theFieldName)
theFieldName
- The field name to use for this criterion.public java.lang.String jsFunction_getFieldType()
public void jsFunction_setFieldType(java.lang.String theFieldType)
theFieldType
- The field type to use for this criterion.public java.lang.String jsFunction_getFieldName()
public PropertyWrapper jsFunction_getField()
public void jsFunction_setCondition(java.lang.String theCondition) throws java.lang.IllegalArgumentException
jsFunction_setCondition
in class CriterionWrapper
theCondition
- the search condition to usejava.lang.IllegalArgumentException
public JSMap jsFunction_getValidConditions() throws java.lang.IllegalArgumentException
jsFunction_getValidConditions
in class CriterionWrapper
java.lang.IllegalArgumentException
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.