Class DefaultSearchType
java.lang.Object
de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
de.hybris.platform.cockpit.model.search.impl.DefaultSearchType
- All Implemented Interfaces:
ObjectType,RedeclarableObjectType,SearchType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns type description according to current session languagegetDescription(String languageIsoCode) Returns type description according to given languagegetName()Returns type name according to current session languageReturns type name according to given languagebooleanReturns true if this type is not suitable for creating instances.voidsetDeclaredPropertyDescriptors(Set<PropertyDescriptor> propertyDescriptors) voidvoidsetSortProperties(List<PropertyDescriptor> sortDescriptors) 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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.hybris.platform.cockpit.model.meta.ObjectType
getCode, getDeclaredPropertyDescriptors, getPropertyDescriptors, getSubtypes, getSupertypes, isAssignableFrom
-
Constructor Details
-
DefaultSearchType
-
-
Method Details
-
setDeclaredPropertyDescriptors
- Overrides:
setDeclaredPropertyDescriptorsin classDefaultObjectType
-
getSortProperties
- Specified by:
getSortPropertiesin interfaceSearchType
-
getFacets
- Specified by:
getFacetsin interfaceSearchType
-
setFacets
-
setSortProperties
-
isAbstract
public boolean isAbstract()Description copied from interface:ObjectTypeReturns true if this type is not suitable for creating instances.- Specified by:
isAbstractin interfaceObjectType
-
getName
Description copied from interface:ObjectTypeReturns type name according to current session language- Specified by:
getNamein interfaceObjectType
-
getName
Description copied from interface:ObjectTypeReturns type name according to given language- Specified by:
getNamein interfaceObjectType
-
getDescription
Description copied from interface:ObjectTypeReturns type description according to current session language- Specified by:
getDescriptionin interfaceObjectType
-
getDescription
Description copied from interface:ObjectTypeReturns type description according to given language- Specified by:
getDescriptionin interfaceObjectType
-