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 classAbstractExtendedTypeAn abstract class that implements a few methods you may not want to code when creating a new extended type.classClassificationTypeRepresents classification class as an object type.classWidgetTypeMethods 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 voidDefaultTypedObject. 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 ExtendedTypeTypeService. getExtendedType(java.lang.String code)Gets the extended type.ExtendedTypeExtendedTypeLoader. 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 classClassificationTypeLoader.MyClassificationTypeprotected classDefaultTypeService.MyClassificationTypeprotected classDefaultTypeService.MyWidgetTypeprotected classWidgetTypeLoader.MyWidgetTypeMethods in de.hybris.platform.cockpit.services.meta.impl that return ExtendedType Modifier and Type Method Description ExtendedTypeDefaultTypeService. getExtendedType(java.lang.String code)ExtendedTypeExtensibleTypeService. getExtendedType(java.lang.String code)protected ExtendedTypeClassificationTypeLoader. getExtendedTypeCached(java.lang.String code)protected ExtendedTypeDefaultTypeService. getExtendedTypeCached(java.lang.String code)protected ExtendedTypeClassificationTypeLoader. loadClassificationType(java.lang.String code)ExtendedTypeClassificationTypeLoader. loadType(java.lang.String code, TypeService typeService)ExtendedTypeDefaultExtendedTypeChain. loadType(java.lang.String code, TypeService typeService)ExtendedTypeWidgetTypeLoader. 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)
-