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 ItemType
ItemTemplate. 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 class
ItemSearchType
-
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 class
DefaultTypeService.MyItemType
protected class
ExtensibleTypeService.MyItemType
Methods in de.hybris.platform.cockpit.services.meta.impl that return ItemType Modifier and Type Method Description protected ItemType
DefaultTypeService. loadItemType(java.lang.String code)
protected ItemType
ExtensibleTypeService. 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)
-