| Package | Description |
|---|---|
| de.hybris.platform.cmsfacades.sites | |
| de.hybris.platform.cmsfacades.sites.impl | |
| de.hybris.platform.cmsfacades.sites.populator.model |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SiteData> |
SiteFacade.getAllSiteData()
Lists all sites for which user has at-least read access to one of the non-active catalog versions.
|
java.util.List<SiteData> |
SiteFacade.getSitesForCatalogs(java.util.List<java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SiteDataUidComparator.compare(SiteData that,
SiteData other) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SiteData> |
DefaultSiteFacade.getAllSiteData() |
protected Converter<CMSSiteModel,SiteData> |
DefaultSiteFacade.getCmsSiteModelConverter() |
protected java.util.Comparator<SiteData> |
DefaultSiteFacade.getSiteDataComparator() |
java.util.List<SiteData> |
DefaultSiteFacade.getSitesForCatalogs(java.util.List<java.lang.String> catalogIds) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSiteFacade.setCmsSiteModelConverter(Converter<CMSSiteModel,SiteData> cmsSiteModelConverter) |
void |
DefaultSiteFacade.setSiteDataComparator(java.util.Comparator<SiteData> siteDataComparator) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.function.BiConsumer<java.util.Locale,java.lang.String> |
SiteModelPopulator.getSiteDataNameSetter(SiteData target) |
void |
SiteModelPopulator.populate(CMSSiteModel source,
SiteData target) |
Copyright © 2018 SAP SE. All Rights Reserved.