Class DefaultContentCatalogService
- java.lang.Object
-
- de.hybris.platform.cmssmarteditwebservices.catalogs.impl.DefaultContentCatalogService
-
- All Implemented Interfaces:
ContentCatalogService
public class DefaultContentCatalogService extends java.lang.Object implements ContentCatalogService
-
-
Constructor Summary
Constructors Constructor Description DefaultContentCatalogService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LocalizedPopulatorgetLocalizedPopulator()java.util.List<SiteData>getSites(ContentCatalogModel contentCatalog)voidsetLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-
-
Method Detail
-
getSites
public java.util.List<SiteData> getSites(ContentCatalogModel contentCatalog)
- Specified by:
getSitesin interfaceContentCatalogService
-
getLocalizedPopulator
protected LocalizedPopulator getLocalizedPopulator()
-
setLocalizedPopulator
public void setLocalizedPopulator(LocalizedPopulator localizedPopulator)
-
-