Uses of Class
de.hybris.platform.catalog.model.CatalogModel
-
Packages that use CatalogModel Package Description de.hybris.platform.b2ctelcofacades.catalog.converters.populators de.hybris.platform.b2ctelcofacades.catalog.impl de.hybris.platform.catalog.model Contains generated models for each type of de.hybris.platform.catalog.jalo package.de.hybris.platform.catalog.model.classification Contains generated models for each type of de.hybris.platform.catalog.jalo.classification package.de.hybris.platform.cms2.model.contents Contains generated models for each type of de.hybris.platform.cms2.jalo.contents package.de.hybris.platform.cms2.model.preview Contains generated models for each type of de.hybris.platform.cms2.jalo.preview package.de.hybris.platform.cms2.model.restrictions Contains generated models for each type of de.hybris.platform.cms2.jalo.restrictions package.de.hybris.platform.cms2.model.site Contains generated models for each type of de.hybris.platform.cms2.jalo.site package.de.hybris.platform.core.model.util Contains generated models for each type of de.hybris.platform.util package.de.hybris.platform.store Contains generated models for each type of de.hybris.platform.store package. -
-
Uses of CatalogModel in de.hybris.platform.b2ctelcofacades.catalog.converters.populators
Methods in de.hybris.platform.b2ctelcofacades.catalog.converters.populators with parameters of type CatalogModel Modifier and Type Method Description voidTmaBaseCatalogPopulator. populate(CatalogModel source, CatalogData target) -
Uses of CatalogModel in de.hybris.platform.b2ctelcofacades.catalog.impl
Methods in de.hybris.platform.b2ctelcofacades.catalog.impl that return types with arguments of type CatalogModel Modifier and Type Method Description protected org.springframework.core.convert.converter.Converter<CatalogModel,CatalogData>DefaultTmaCatalogFacade. getCatalogConverter()Method parameters in de.hybris.platform.b2ctelcofacades.catalog.impl with type arguments of type CatalogModel Modifier and Type Method Description voidDefaultTmaCatalogFacade. setCatalogConverter(org.springframework.core.convert.converter.Converter<CatalogModel,CatalogData> catalogConverter) -
Uses of CatalogModel in de.hybris.platform.catalog.model
Methods in de.hybris.platform.catalog.model that return CatalogModel Modifier and Type Method Description CatalogModelCatalogVersionModel. getCatalog()Generated method - Getter of theCatalogVersion.catalogattribute defined at extensioncatalog.CatalogModelRemoveCatalogVersionCronJobModel. getCatalog()Generated method - Getter of theRemoveCatalogVersionCronJob.catalogattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CompanyModel. getProvidedCatalogs()Generated method - Getter of theCompany.providedCatalogsattribute defined at extensioncatalog.java.util.Collection<CatalogModel>CompanyModel. getPurchasedCatalogs()Generated method - Getter of theCompany.purchasedCatalogsattribute defined at extensioncatalog.Methods in de.hybris.platform.catalog.model with parameters of type CatalogModel Modifier and Type Method Description voidCatalogVersionModel. setCatalog(CatalogModel value)Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalog.voidRemoveCatalogVersionCronJobModel. setCatalog(CatalogModel value)Generated method - Setter ofRemoveCatalogVersionCronJob.catalogattribute defined at extensioncatalog.Constructors in de.hybris.platform.catalog.model with parameters of type CatalogModel Constructor Description CatalogVersionModel(CatalogModel _catalog, ItemModel _owner, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCatalogVersionModel(CatalogModel _catalog, java.lang.String _version)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionCronJobModel(CatalogModel _catalog, JobModel _job)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersRemoveCatalogVersionCronJobModel(CatalogModel _catalog, JobModel _job, ItemModel _owner)Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of CatalogModel in de.hybris.platform.catalog.model.classification
Subclasses of CatalogModel in de.hybris.platform.catalog.model.classification Modifier and Type Class Description classClassificationSystemModelGenerated model class for type ClassificationSystem first defined at extension catalog.Methods in de.hybris.platform.catalog.model.classification with parameters of type CatalogModel Modifier and Type Method Description voidClassificationSystemVersionModel. setCatalog(CatalogModel value)Generated method - Initial setter ofCatalogVersion.catalogattribute defined at extensioncatalogand redeclared at extensioncatalog. -
Uses of CatalogModel in de.hybris.platform.cms2.model.contents
Subclasses of CatalogModel in de.hybris.platform.cms2.model.contents Modifier and Type Class Description classContentCatalogModelGenerated model class for type ContentCatalog first defined at extension cms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.preview
Methods in de.hybris.platform.cms2.model.preview that return CatalogModel Modifier and Type Method Description CatalogModelPreviewDataModel. getPreviewCatalog()Generated method - Getter of thePreviewData.previewCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.preview with parameters of type CatalogModel Modifier and Type Method Description voidPreviewDataModel. setPreviewCatalog(CatalogModel value)Generated method - Setter ofPreviewData.previewCatalogattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.restrictions
Methods in de.hybris.platform.cms2.model.restrictions that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.Collection<CatalogModel>CMSCatalogRestrictionModel. getCatalogs()Generated method - Getter of theCMSCatalogRestriction.catalogsattribute defined at extensioncms2.Method parameters in de.hybris.platform.cms2.model.restrictions with type arguments of type CatalogModel Modifier and Type Method Description voidCMSCatalogRestrictionModel. setCatalogs(java.util.Collection<CatalogModel> value)Generated method - Setter ofCMSCatalogRestriction.catalogsattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.cms2.model.site
Methods in de.hybris.platform.cms2.model.site that return CatalogModel Modifier and Type Method Description CatalogModelCMSSiteModel. getDefaultCatalog()Generated method - Getter of theCMSSite.defaultCatalogattribute defined at extensioncms2.CatalogModelCMSSiteModel. getDefaultPreviewCatalog()Generated method - Getter of theCMSSite.defaultPreviewCatalogattribute defined at extensioncms2.Methods in de.hybris.platform.cms2.model.site that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>CMSSiteModel. getClassificationCatalogs()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3java.util.List<CatalogModel>CMSSiteModel. getProductCatalogs()Deprecated, for removal: This API element is subject to removal in a future version.since 4.3Methods in de.hybris.platform.cms2.model.site with parameters of type CatalogModel Modifier and Type Method Description voidCMSSiteModel. setDefaultCatalog(CatalogModel value)Generated method - Setter ofCMSSite.defaultCatalogattribute defined at extensioncms2.voidCMSSiteModel. setDefaultPreviewCatalog(CatalogModel value)Generated method - Setter ofCMSSite.defaultPreviewCatalogattribute defined at extensioncms2. -
Uses of CatalogModel in de.hybris.platform.core.model.util
Methods in de.hybris.platform.core.model.util that return CatalogModel Modifier and Type Method Description CatalogModelCatalogOverviewModel. getCat()Generated method - Getter of theCatalogOverview.catattribute defined at extensioncatalog. -
Uses of CatalogModel in de.hybris.platform.store
Methods in de.hybris.platform.store that return types with arguments of type CatalogModel Modifier and Type Method Description java.util.List<CatalogModel>BaseStoreModel. getCatalogs()Generated method - Getter of theBaseStore.catalogsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.store with type arguments of type CatalogModel Modifier and Type Method Description voidBaseStoreModel. setCatalogs(java.util.List<CatalogModel> value)Generated method - Setter ofBaseStore.catalogsattribute defined at extensionbasecommerce.
-