Uses of Class
de.hybris.platform.cmsfacades.data.SiteData
Packages that use SiteData
Package
Description
-
Uses of SiteData in de.hybris.platform.cmsfacades.data
Methods in de.hybris.platform.cmsfacades.data that return types with arguments of type SiteDataMethod parameters in de.hybris.platform.cmsfacades.data with type arguments of type SiteData -
Uses of SiteData in de.hybris.platform.cmsfacades.sites
Methods in de.hybris.platform.cmsfacades.sites that return types with arguments of type SiteDataModifier and TypeMethodDescriptionSiteFacade.getAllSiteData()Lists all sites for which user has at-least read access to one of the non-active catalog versions.SiteFacade.getSitesForCatalogs(List<String> catalogIds) Lists all sites that are configured for the given list of catalogIds where the catalog id represents the lowest level catalog in the hierarchy for a site.Methods in de.hybris.platform.cmsfacades.sites with parameters of type SiteData -
Uses of SiteData in de.hybris.platform.cmsfacades.sites.impl
Methods in de.hybris.platform.cmsfacades.sites.impl that return types with arguments of type SiteDataModifier and TypeMethodDescriptionDefaultSiteFacade.getAllSiteData()protected Converter<CMSSiteModel,SiteData> DefaultSiteFacade.getCmsSiteModelConverter()protected Comparator<SiteData>DefaultSiteFacade.getSiteDataComparator()DefaultSiteFacade.getSitesForCatalogs(List<String> catalogIds) Method parameters in de.hybris.platform.cmsfacades.sites.impl with type arguments of type SiteDataModifier and TypeMethodDescriptionvoidDefaultSiteFacade.setCmsSiteModelConverter(Converter<CMSSiteModel, SiteData> cmsSiteModelConverter) voidDefaultSiteFacade.setSiteDataComparator(Comparator<SiteData> siteDataComparator) -
Uses of SiteData in de.hybris.platform.cmsfacades.sites.populator.model
Methods in de.hybris.platform.cmsfacades.sites.populator.model with parameters of type SiteDataModifier and TypeMethodDescriptionprotected BiConsumer<Locale,String> SiteModelPopulator.getSiteDataNameSetter(SiteData target) voidSiteModelPopulator.populate(CMSSiteModel source, SiteData target) -
Uses of SiteData in de.hybris.platform.cmssmarteditwebservices.catalogs
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs that return types with arguments of type SiteDataModifier and TypeMethodDescriptionContentCatalogService.getSites(ContentCatalogModel contentCatalog) -
Uses of SiteData in de.hybris.platform.cmssmarteditwebservices.catalogs.impl
Methods in de.hybris.platform.cmssmarteditwebservices.catalogs.impl that return types with arguments of type SiteDataModifier and TypeMethodDescriptionDefaultContentCatalogService.getSites(ContentCatalogModel contentCatalog)