Uses of Interface
de.hybris.platform.cockpit.model.meta.ExtendedType
-
-
Uses of ExtendedType in de.hybris.platform.cockpit.model.meta
Methods in de.hybris.platform.cockpit.model.meta that return types with arguments of type ExtendedType Modifier and Type Method Description java.util.Collection<? extends ExtendedType>
ObjectTemplate. getExtendedTypes()
java.util.Collection<ExtendedType>
TypedObject. getExtendedTypes()
-
Uses of ExtendedType in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement ExtendedType Modifier and Type Class Description class
AbstractExtendedType
An abstract class that implements a few methods you may not want to code when creating a new extended type.class
ClassificationType
Represents classification class as an object type.class
WidgetType
Methods in de.hybris.platform.cockpit.model.meta.impl that return types with arguments of type ExtendedType Modifier and Type Method Description java.util.Collection<ExtendedType>
DefaultTypedObject. getExtendedTypes()
java.util.Collection<? extends ExtendedType>
ItemTemplate. getExtendedTypes()
Method parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ExtendedType Modifier and Type Method Description void
DefaultTypedObject. setExtendedTypes(java.util.Collection<ExtendedType> extendedTypes)
Constructor parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ExtendedType Constructor Description ItemTemplate(CockpitItemTemplateModel cockpitItemTemplate, ItemType baseType, java.util.Collection<? extends ExtendedType> extendedTypes, java.lang.String code)
-
Uses of ExtendedType in de.hybris.platform.cockpit.model.search.impl
Methods in de.hybris.platform.cockpit.model.search.impl that return types with arguments of type ExtendedType Modifier and Type Method Description java.util.Collection<ExtendedType>
ResultObjectWrapper. getExtendedTypes()
-
Uses of ExtendedType in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return ExtendedType Modifier and Type Method Description ExtendedType
TypeService. getExtendedType(java.lang.String code)
Gets the extended type.ExtendedType
ExtendedTypeLoader. loadType(java.lang.String code, TypeService typeService)
Returns an extended type for the given code.Methods in de.hybris.platform.cockpit.services.meta that return types with arguments of type ExtendedType Modifier and Type Method Description java.util.Collection<ExtendedType>
ExtendedTypeLoader. getExtendedTypesForTemplate(ItemType type, java.lang.String templateCode, TypeService typeService)
Returns the extended types for a given template. -
Uses of ExtendedType in de.hybris.platform.cockpit.services.meta.impl
Classes in de.hybris.platform.cockpit.services.meta.impl that implement ExtendedType Modifier and Type Class Description protected class
ClassificationTypeLoader.MyClassificationType
protected class
DefaultTypeService.MyClassificationType
protected class
DefaultTypeService.MyWidgetType
protected class
WidgetTypeLoader.MyWidgetType
Methods in de.hybris.platform.cockpit.services.meta.impl that return ExtendedType Modifier and Type Method Description ExtendedType
DefaultTypeService. getExtendedType(java.lang.String code)
ExtendedType
ExtensibleTypeService. getExtendedType(java.lang.String code)
protected ExtendedType
ClassificationTypeLoader. getExtendedTypeCached(java.lang.String code)
protected ExtendedType
DefaultTypeService. getExtendedTypeCached(java.lang.String code)
protected ExtendedType
ClassificationTypeLoader. loadClassificationType(java.lang.String code)
ExtendedType
ClassificationTypeLoader. loadType(java.lang.String code, TypeService typeService)
ExtendedType
DefaultExtendedTypeChain. loadType(java.lang.String code, TypeService typeService)
ExtendedType
WidgetTypeLoader. loadType(java.lang.String code, TypeService typeService)
Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type ExtendedType Modifier and Type Method Description java.util.Collection<ExtendedType>
DefaultTypeService.MyTypedObject. getExtendedTypes()
java.util.Collection<ExtendedType>
ExtensibleTypeService.MyTypedObject. getExtendedTypes()
java.util.Collection<ExtendedType>
AbstractTypeLoader. getExtendedTypesForTemplate(ItemType type, java.lang.String templateCode, TypeService typeService)
java.util.Collection<ExtendedType>
ClassificationTypeLoader. getExtendedTypesForTemplate(ItemType type, java.lang.String templateCode, TypeService typeService)
java.util.Collection<ExtendedType>
DefaultExtendedTypeChain. getExtendedTypesForTemplate(ItemType type, java.lang.String templateCode, TypeService typeService)
java.util.Collection<ExtendedType>
WidgetTypeLoader. getExtendedTypesForTemplate(ItemType type, java.lang.String templateCode, TypeService typeService)
-