Uses of Interface
de.hybris.platform.cockpit.model.meta.ExtendedType
Packages that use ExtendedType
Package
Description
-
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 ExtendedTypeModifier and TypeMethodDescriptionCollection<? extends ExtendedType>ObjectTemplate.getExtendedTypes()TypedObject.getExtendedTypes() -
Uses of ExtendedType in de.hybris.platform.cockpit.model.meta.impl
Classes in de.hybris.platform.cockpit.model.meta.impl that implement ExtendedTypeModifier and TypeClassDescriptionclassAn abstract class that implements a few methods you may not want to code when creating a new extended type.classRepresents classification class as an object type.classMethods in de.hybris.platform.cockpit.model.meta.impl that return types with arguments of type ExtendedTypeModifier and TypeMethodDescriptionDefaultTypedObject.getExtendedTypes()Collection<? extends ExtendedType>ItemTemplate.getExtendedTypes()Method parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ExtendedTypeModifier and TypeMethodDescriptionvoidDefaultTypedObject.setExtendedTypes(Collection<ExtendedType> extendedTypes) Constructor parameters in de.hybris.platform.cockpit.model.meta.impl with type arguments of type ExtendedTypeModifierConstructorDescriptionItemTemplate(CockpitItemTemplateModel cockpitItemTemplate, ItemType baseType, Collection<? extends ExtendedType> extendedTypes, 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 -
Uses of ExtendedType in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta that return ExtendedTypeModifier and TypeMethodDescriptionTypeService.getExtendedType(String code) Gets the extended type.ExtendedTypeLoader.loadType(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 ExtendedTypeModifier and TypeMethodDescriptionExtendedTypeLoader.getExtendedTypesForTemplate(ItemType type, 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 ExtendedTypeModifier and TypeClassDescriptionprotected classprotected classprotected classprotected classMethods in de.hybris.platform.cockpit.services.meta.impl that return ExtendedTypeModifier and TypeMethodDescriptionDefaultTypeService.getExtendedType(String code) ExtensibleTypeService.getExtendedType(String code) protected ExtendedTypeClassificationTypeLoader.getExtendedTypeCached(String code) protected ExtendedTypeDefaultTypeService.getExtendedTypeCached(String code) protected ExtendedTypeClassificationTypeLoader.loadClassificationType(String code) ClassificationTypeLoader.loadType(String code, TypeService typeService) DefaultExtendedTypeChain.loadType(String code, TypeService typeService) WidgetTypeLoader.loadType(String code, TypeService typeService) Methods in de.hybris.platform.cockpit.services.meta.impl that return types with arguments of type ExtendedTypeModifier and TypeMethodDescriptionDefaultTypeService.MyTypedObject.getExtendedTypes()ExtensibleTypeService.MyTypedObject.getExtendedTypes()AbstractTypeLoader.getExtendedTypesForTemplate(ItemType type, String templateCode, TypeService typeService) ClassificationTypeLoader.getExtendedTypesForTemplate(ItemType type, String templateCode, TypeService typeService) DefaultExtendedTypeChain.getExtendedTypesForTemplate(ItemType type, String templateCode, TypeService typeService) WidgetTypeLoader.getExtendedTypesForTemplate(ItemType type, String templateCode, TypeService typeService)