Uses of Class
de.hybris.platform.cmsfacades.data.CatalogData
-
-
Uses of CatalogData in de.hybris.platform.cmsfacades.catalogs.populator
Methods in de.hybris.platform.cmsfacades.catalogs.populator with parameters of type CatalogData Modifier and Type Method Description protected java.util.Map<java.lang.String,java.lang.String>CatalogModelToDataPopulator. getNewNameMap(CatalogData target)voidCatalogModelToDataPopulator. populate(CatalogModel source, CatalogData target) -
Uses of CatalogData in de.hybris.platform.cmssmarteditwebservices.catalogs
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs that return types with arguments of type CatalogData Modifier and Type Method Description java.util.List<CatalogData>CatalogFacade. getContentCatalogs(java.lang.String siteId)Given a site id, this method will return a list of all content catalogs where the current user has at least a READ access to one of the catalog version of the catalog.java.util.List<CatalogData>CatalogFacade. getProductCatalogs(java.lang.String siteId)Given a site id, this method will return a list of all product catalogs where the current user has at least a READ access to one of the catalog version of the catalog. -
Uses of CatalogData in de.hybris.platform.cmssmarteditwebservices.catalogs.impl
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.impl that return types with arguments of type CatalogData Modifier and Type Method Description java.util.List<CatalogData>DefaultCatalogFacade. getContentCatalogs(java.lang.String siteId)protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData>DefaultCatalogFacade. getEntryToCatalogDataConverter()protected Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData>DefaultCatalogFacade. getEntryToContentCatalogDataConverter()java.util.List<CatalogData>DefaultCatalogFacade. getProductCatalogs(java.lang.String siteId)Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.impl with type arguments of type CatalogData Modifier and Type Method Description voidDefaultCatalogFacade. setEntryToCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToCatalogDataConverter)voidDefaultCatalogFacade. setEntryToContentCatalogDataConverter(Converter<java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>>,CatalogData> entryToContentCatalogDataConverter) -
Uses of CatalogData in de.hybris.platform.cmssmarteditwebservices.catalogs.populator
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator that return types with arguments of type CatalogData Modifier and Type Method Description protected Populator<CatalogModel,CatalogData>EntryToCatalogDataPopulator. getCatalogModelToDataPopulator()Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with parameters of type CatalogData Modifier and Type Method Description voidEntryToCatalogDataPopulator. populate(java.util.Map.Entry<CatalogModel,java.util.Set<CatalogVersionModel>> source, CatalogData target)Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with type arguments of type CatalogData Modifier and Type Method Description voidEntryToCatalogDataPopulator. setCatalogModelToDataPopulator(Populator<CatalogModel,CatalogData> catalogModelToDataPopulator)
-