Class ItemSearchType
- java.lang.Object
-
- de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
-
- de.hybris.platform.cockpit.model.meta.impl.ItemType
-
- de.hybris.platform.cockpit.model.search.impl.ItemSearchType
-
- All Implemented Interfaces:
BaseType
,ObjectType
,RedeclarableObjectType
,SearchType
public class ItemSearchType extends ItemType implements SearchType
-
-
Constructor Summary
Constructors Constructor Description ItemSearchType(ComposedTypeModel composedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<Facet>
getFacets()
java.util.List<PropertyDescriptor>
getSortProperties()
void
setDeclaredPropertyDescriptors(java.util.Set<PropertyDescriptor> propertyDescriptors)
void
setFacets(java.util.Set<Facet> facets)
void
setSortProperties(java.util.List<PropertyDescriptor> sortProperties)
-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.ItemType
getComposedType, getDescription, getDescription, getName, getName, isAbstract, isJaloOnly, isSingleton, toString
-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
addToSubtypesInternal, addToSupertypesInternal, equals, getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getRedeclaredPropertyDescriptors, getSubtypes, getSupertypes, hashCode, isAssignableFrom, removeFromSubtypesInternal, removeFromSupertypesInternal, setRedeclaredPropertyDescriptors, setSubtypes, setSupertypes
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getDescription, getDescription, getName, getName, getPropertyDescriptors, getSubtypes, getSupertypes, isAbstract, isAssignableFrom
-
-
-
-
Constructor Detail
-
ItemSearchType
public ItemSearchType(ComposedTypeModel composedType)
-
-
Method Detail
-
setDeclaredPropertyDescriptors
public void setDeclaredPropertyDescriptors(java.util.Set<PropertyDescriptor> propertyDescriptors)
- Overrides:
setDeclaredPropertyDescriptors
in classDefaultObjectType
-
getFacets
public java.util.Set<Facet> getFacets()
- Specified by:
getFacets
in interfaceSearchType
-
getSortProperties
public java.util.List<PropertyDescriptor> getSortProperties()
- Specified by:
getSortProperties
in interfaceSearchType
-
setFacets
public void setFacets(java.util.Set<Facet> facets)
-
setSortProperties
public void setSortProperties(java.util.List<PropertyDescriptor> sortProperties)
-
-