Class AbstractSearchParameterDescriptor
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.AbstractPropertyDescriptor
de.hybris.platform.cockpit.model.search.impl.AbstractSearchParameterDescriptor
- All Implemented Interfaces:
PropertyDescriptor,SearchParameterDescriptor
- Direct Known Subclasses:
SpecialGenericSearchParameterDescriptor
public abstract class AbstractSearchParameterDescriptor
extends AbstractPropertyDescriptor
implements SearchParameterDescriptor
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
PropertyDescriptor.Multiplicity, PropertyDescriptor.Occurrence -
Field Summary
Fields inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
BOOLEAN, DATE, DECIMAL, ENUM, FEATURE, FLOAT, INTEGER, LONG, PK, QUALIFIER_DELIM, QUALIFIER_DELIM_EXP, REFERENCE, TEXT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.AbstractPropertyDescriptor
equals, getDescription, getEditorType, getMultiplicity, getName, getOccurence, getQualifier, getSelectionOf, hashCode, isLocalized, setEditorType, setLocalized, setMultiplicity, setOccurence, setQualifier, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
getDescription, getEditorType, getMultiplicity, getName, getName, getOccurence, getQualifier, getSelectionOf, isLocalized, isReadable, isWritable
-
Constructor Details
-
AbstractSearchParameterDescriptor
public AbstractSearchParameterDescriptor()
-
-
Method Details
-
setOperators
-
getOperators
- Specified by:
getOperatorsin interfaceSearchParameterDescriptor
-