public class SpecialGenericSearchParameterDescriptor extends AbstractSearchParameterDescriptor implements GenericSearchParameterDescriptor
| Type | Property and Description |
|---|---|
boolean |
isSimpleSearch
Gets the value of the property simpleSearchProperty.
|
PropertyDescriptor.Multiplicity, PropertyDescriptor.OccurrenceBOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT| Constructor and Description |
|---|
SpecialGenericSearchParameterDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
GenericCondition |
createCondition(GenericQuery query,
java.lang.Object value,
Operator operator)
Creates the condition for the given generic query combined of the specified arguments.
|
protected GenericQueryParameterCreator |
createCreator() |
java.lang.String |
getAttributeQualifier()
Returns the attribute qualifier of the underlying property.
|
Operator |
getDefaultOperator()
Returns the default operator for the property, which can be "equals", "contains", etc..
|
java.lang.String |
getName(java.lang.String languageIso) |
protected GenericQueryParameterCreator |
getQueryCreator() |
ComposedTypeModel |
getRequiredComposedType()
Returns the required composed type that is enclosing type of underlying property descriptor.
|
java.lang.String |
getRequiredComposedTypeCode() |
boolean |
isReadable() |
boolean |
isSimpleSearchProperty()
Gets the value of the property simpleSearchProperty.
|
boolean |
isWritable() |
void |
setAttributeQualifier(java.lang.String attributeQualifier) |
void |
setRequiredComposedTypeCode(java.lang.String requiredComposedType) |
void |
setSimpleSearchProperty(boolean simpleSearchProperty) |
getOperators, setOperatorsequals, getDescription, getEditorType, getMultiplicity, getName, getOccurence, getQualifier, getSelectionOf, hashCode, isLocalized, setEditorType, setLocalized, setMultiplicity, setOccurence, setQualifier, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOperatorsgetDescription, getEditorType, getMultiplicity, getName, getOccurence, getQualifier, getSelectionOf, isLocalizedpublic boolean isSimpleSearchProperty
isSimpleSearchProperty in interface GenericSearchParameterDescriptorpublic SpecialGenericSearchParameterDescriptor()
protected GenericQueryParameterCreator createCreator()
protected GenericQueryParameterCreator getQueryCreator()
public java.lang.String getRequiredComposedTypeCode()
public void setRequiredComposedTypeCode(java.lang.String requiredComposedType)
public java.lang.String getAttributeQualifier()
GenericSearchParameterDescriptorgetAttributeQualifier in interface GenericSearchParameterDescriptorpublic void setAttributeQualifier(java.lang.String attributeQualifier)
public boolean isSimpleSearchProperty()
isSimpleSearchProperty in interface GenericSearchParameterDescriptorpublic void setSimpleSearchProperty(boolean simpleSearchProperty)
public ComposedTypeModel getRequiredComposedType()
GenericSearchParameterDescriptorgetRequiredComposedType in interface GenericSearchParameterDescriptorpublic GenericCondition createCondition(GenericQuery query, java.lang.Object value, Operator operator)
GenericSearchParameterDescriptorcreateCondition in interface GenericSearchParameterDescriptorquery - the generic query that condition will be created forvalue - the value used to create conditionoperator - the operator used to create conditionpublic Operator getDefaultOperator()
GenericSearchParameterDescriptorgetDefaultOperator in interface GenericSearchParameterDescriptorpublic java.lang.String getName(java.lang.String languageIso)
getName in interface PropertyDescriptorpublic boolean isReadable()
isReadable in interface PropertyDescriptorpublic boolean isWritable()
isWritable in interface PropertyDescriptorCopyright © 2018 SAP SE. All Rights Reserved.