Class WidgetTypeLoader.MyWidgetType
- java.lang.Object
-
- de.hybris.platform.cockpit.model.meta.impl.DefaultObjectType
-
- de.hybris.platform.cockpit.model.meta.impl.WidgetType
-
- de.hybris.platform.cockpit.services.meta.impl.WidgetTypeLoader.MyWidgetType
-
- All Implemented Interfaces:
ExtendedType,ObjectType,RedeclarableObjectType
- Enclosing class:
- WidgetTypeLoader
protected class WidgetTypeLoader.MyWidgetType extends WidgetType
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.model.meta.impl.WidgetType
WIDGET_TYPE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description MyWidgetType(ComposedTypeModel composedType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<ObjectType>getSubtypes()Direct sub types of this object type.java.util.Set<ObjectType>getSupertypes()Direct super types of this object type.protected voidloadSubtypes()protected voidloadSupertypes()-
Methods inherited from class de.hybris.platform.cockpit.model.meta.impl.WidgetType
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, hashCode, isAssignableFrom, removeFromSubtypesInternal, removeFromSupertypesInternal, setDeclaredPropertyDescriptors, 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, getPropertyDescriptors, isAssignableFrom
-
-
-
-
Constructor Detail
-
MyWidgetType
public MyWidgetType(ComposedTypeModel composedType)
-
-
Method Detail
-
getSubtypes
public java.util.Set<ObjectType> getSubtypes()
Description copied from interface:ObjectTypeDirect sub types of this object type.- Specified by:
getSubtypesin interfaceObjectType- Overrides:
getSubtypesin classDefaultObjectType
-
getSupertypes
public java.util.Set<ObjectType> getSupertypes()
Description copied from interface:ObjectTypeDirect super types of this object type.- Specified by:
getSupertypesin interfaceObjectType- Overrides:
getSupertypesin classDefaultObjectType
-
loadSubtypes
protected void loadSubtypes()
-
loadSupertypes
protected void loadSupertypes()
-
-