Uses of Class
de.hybris.platform.cmsfacades.data.CatalogData
Packages that use CatalogData
Package
Description
-
Uses of CatalogData in de.hybris.platform.cmsfacades.catalogs.populator
Methods in de.hybris.platform.cmsfacades.catalogs.populator with parameters of type CatalogDataModifier and TypeMethodDescriptionCatalogModelToDataPopulator.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 CatalogDataModifier and TypeMethodDescriptionCatalogFacade.getContentCatalogs(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.CatalogFacade.getProductCatalogs(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 CatalogDataModifier and TypeMethodDescriptionDefaultCatalogFacade.getContentCatalogs(String siteId) protected Converter<Map.Entry<CatalogModel,Set<CatalogVersionModel>>, CatalogData> DefaultCatalogFacade.getEntryToCatalogDataConverter()protected Converter<Map.Entry<CatalogModel,Set<CatalogVersionModel>>, CatalogData> DefaultCatalogFacade.getEntryToContentCatalogDataConverter()DefaultCatalogFacade.getProductCatalogs(String siteId) Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.impl with type arguments of type CatalogDataModifier and TypeMethodDescriptionvoidDefaultCatalogFacade.setEntryToCatalogDataConverter(Converter<Map.Entry<CatalogModel, Set<CatalogVersionModel>>, CatalogData> entryToCatalogDataConverter) voidDefaultCatalogFacade.setEntryToContentCatalogDataConverter(Converter<Map.Entry<CatalogModel, 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 CatalogDataModifier and TypeMethodDescriptionprotected Populator<CatalogModel,CatalogData> EntryToCatalogDataPopulator.getCatalogModelToDataPopulator()Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with parameters of type CatalogDataModifier and TypeMethodDescriptionvoidEntryToCatalogDataPopulator.populate(Map.Entry<CatalogModel, Set<CatalogVersionModel>> source, CatalogData target) Method parameters in de.hybris.platform.cmssmarteditwebservices.catalogs.populator with type arguments of type CatalogDataModifier and TypeMethodDescriptionvoidEntryToCatalogDataPopulator.setCatalogModelToDataPopulator(Populator<CatalogModel, CatalogData> catalogModelToDataPopulator)