Uses of Class
de.hybris.platform.cockpit.model.template.CockpitItemTemplateModel
-
Packages that use CockpitItemTemplateModel Package Description de.hybris.platform.catalog.model.classification Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.de.hybris.platform.cockpit.model.meta.impl de.hybris.platform.cockpit.services.meta.impl de.hybris.platform.core.model.type Contains generated models for each type of de.hybris.platform.jalo.type package. -
-
Uses of CockpitItemTemplateModel in de.hybris.platform.catalog.model.classification
Methods in de.hybris.platform.catalog.model.classification that return types with arguments of type CockpitItemTemplateModel Modifier and Type Method Description java.util.Set<CockpitItemTemplateModel>ClassificationClassModel. getCockpitItemTemplates()Generated method - Getter of theClassificationClass.cockpitItemTemplatesattribute defined at extensioncockpit.Method parameters in de.hybris.platform.catalog.model.classification with type arguments of type CockpitItemTemplateModel Modifier and Type Method Description voidClassificationClassModel. setCockpitItemTemplates(java.util.Set<CockpitItemTemplateModel> value)Generated method - Setter ofClassificationClass.cockpitItemTemplatesattribute defined at extensioncockpit. -
Uses of CockpitItemTemplateModel in de.hybris.platform.cockpit.model.meta.impl
Methods in de.hybris.platform.cockpit.model.meta.impl that return CockpitItemTemplateModel Modifier and Type Method Description CockpitItemTemplateModelItemTemplate. getCockpitItemTemplate()Constructors in de.hybris.platform.cockpit.model.meta.impl with parameters of type CockpitItemTemplateModel Constructor Description ItemTemplate(CockpitItemTemplateModel cockpitItemTemplate, ItemType baseType, java.util.Collection<? extends ExtendedType> extendedTypes, java.lang.String code) -
Uses of CockpitItemTemplateModel in de.hybris.platform.cockpit.services.meta.impl
Methods in de.hybris.platform.cockpit.services.meta.impl that return CockpitItemTemplateModel Modifier and Type Method Description protected CockpitItemTemplateModelExtensibleTypeService. fetchItemTemplate(ComposedTypeModel composedType, java.lang.String templateCode)Deprecated.since 6.3 -
Uses of CockpitItemTemplateModel in de.hybris.platform.core.model.type
Methods in de.hybris.platform.core.model.type that return types with arguments of type CockpitItemTemplateModel Modifier and Type Method Description java.util.Set<CockpitItemTemplateModel>ComposedTypeModel. getCockpitItemTemplates()Generated method - Getter of theComposedType.cockpitItemTemplatesattribute defined at extensioncockpit.Method parameters in de.hybris.platform.core.model.type with type arguments of type CockpitItemTemplateModel Modifier and Type Method Description voidComposedTypeModel. setCockpitItemTemplates(java.util.Set<CockpitItemTemplateModel> value)Generated method - Setter ofComposedType.cockpitItemTemplatesattribute defined at extensioncockpit.
-