Interface SearchParameterDescriptor
-
- All Superinterfaces:
PropertyDescriptor
- All Known Subinterfaces:
GenericSearchParameterDescriptor
- All Known Implementing Classes:
AbstractSearchParameterDescriptor
,ClassAttributeSearchDescriptor
,CustomerAddressSearchDescriptor
,EmployeeCompanyAttributeSearchDescriptor
,ItemAttributeSearchDescriptor
,SpecialGenericSearchParameterDescriptor
public interface SearchParameterDescriptor extends PropertyDescriptor
-
-
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Operator>
getOperators()
-
Methods inherited from interface de.hybris.platform.cockpit.model.meta.PropertyDescriptor
getDescription, getEditorType, getMultiplicity, getName, getName, getOccurence, getQualifier, getSelectionOf, isLocalized, isReadable, isWritable
-
-
-
-
Method Detail
-
getOperators
java.util.List<Operator> getOperators()
-
-