Interface SearchType
-
- All Superinterfaces:
ObjectType
- All Known Implementing Classes:
DefaultSearchType,ItemSearchType
public interface SearchType extends ObjectType
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<Facet>getFacets()java.util.List<PropertyDescriptor>getSortProperties()-
Methods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getDescription, getDescription, getName, getName, getPropertyDescriptors, getSubtypes, getSupertypes, isAbstract, isAssignableFrom
-
-
-
-
Method Detail
-
getSortProperties
java.util.List<PropertyDescriptor> getSortProperties()
-
getFacets
java.util.Set<Facet> getFacets()
-
-