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 void
loadSubtypes()
protected void
loadSupertypes()
-
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:ObjectType
Direct sub types of this object type.- Specified by:
getSubtypes
in interfaceObjectType
- Overrides:
getSubtypes
in classDefaultObjectType
-
getSupertypes
public java.util.Set<ObjectType> getSupertypes()
Description copied from interface:ObjectType
Direct super types of this object type.- Specified by:
getSupertypes
in interfaceObjectType
- Overrides:
getSupertypes
in classDefaultObjectType
-
loadSubtypes
protected void loadSubtypes()
-
loadSupertypes
protected void loadSupertypes()
-
-