Uses of Class
de.hybris.platform.cockpit.model.meta.impl.ItemType
-
-
Uses of ItemType in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return ItemType Modifier and Type Method Description ItemTypeItemTemplate. getBaseType()Constructors in de.hybris.platform.cockpit.model.meta.impl with parameters of type ItemType Constructor Description ItemTemplate(CockpitItemTemplateModel cockpitItemTemplate, ItemType baseType, java.util.Collection<? extends ExtendedType> extendedTypes, java.lang.String code) -
Uses of ItemType in de.hybris.platform.cockpit.model.search.impl
Subclasses of ItemType in de.hybris.platform.cockpit.model.search.impl Modifier and Type Class Description classItemSearchType -
Uses of ItemType in de.hybris.platform.cockpit.services.meta
Methods in de.hybris.platform.cockpit.services.meta with parameters of type ItemType 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 ItemType in de.hybris.platform.cockpit.services.meta.impl
Subclasses of ItemType in de.hybris.platform.cockpit.services.meta.impl Modifier and Type Class Description protected classDefaultTypeService.MyItemTypeprotected classExtensibleTypeService.MyItemTypeMethods in de.hybris.platform.cockpit.services.meta.impl that return ItemType Modifier and Type Method Description protected ItemTypeDefaultTypeService. loadItemType(java.lang.String code)protected ItemTypeExtensibleTypeService. loadItemType(java.lang.String code)Methods in de.hybris.platform.cockpit.services.meta.impl with parameters of type ItemType Modifier and Type Method Description 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)
-