Uses of Class
de.hybris.platform.personalizationservices.enums.CxCatalogLookupType
-
Packages that use CxCatalogLookupType Package Description de.hybris.platform.personalizationcms.strategy de.hybris.platform.personalizationservices.configuration de.hybris.platform.personalizationservices.configuration.impl de.hybris.platform.personalizationservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.personalizationservices.model.config Contains generated models for each type of de.hybris.platform.personalizationservices.jalo.config package.de.hybris.platform.personalizationservices.service.impl de.hybris.platform.personalizationservices.strategies de.hybris.platform.personalizationservices.strategies.impl -
-
Uses of CxCatalogLookupType in de.hybris.platform.personalizationcms.strategy
Methods in de.hybris.platform.personalizationcms.strategy that return CxCatalogLookupType Modifier and Type Method Description CxCatalogLookupType
AllCatalogsHierarchyLookupStrategy. getType()
CxCatalogLookupType
LeavesOrClosestAncestorsCatalogLookupStrategy. getType()
-
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.configuration
Methods in de.hybris.platform.personalizationservices.configuration that return CxCatalogLookupType Modifier and Type Method Description CxCatalogLookupType
CxConfigurationService. getCatalogLookupType()
Returns Catalog lookup type configured for default base site.CxCatalogLookupType
CxConfigurationService. getCatalogLookupType(BaseSiteModel baseSiteModel)
Returns Catalog lookup type configured for given base site. -
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.configuration.impl
Methods in de.hybris.platform.personalizationservices.configuration.impl that return CxCatalogLookupType Modifier and Type Method Description protected CxCatalogLookupType
DefaultCxConfigurationService. catalogLookupType()
CxCatalogLookupType
DefaultCxConfigurationService. getCatalogLookupType()
CxCatalogLookupType
DefaultCxConfigurationService. getCatalogLookupType(BaseSiteModel baseSiteModel)
-
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.enums
Methods in de.hybris.platform.personalizationservices.enums that return CxCatalogLookupType Modifier and Type Method Description static CxCatalogLookupType
CxCatalogLookupType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CxCatalogLookupType[]
CxCatalogLookupType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.model.config
Methods in de.hybris.platform.personalizationservices.model.config that return CxCatalogLookupType Modifier and Type Method Description CxCatalogLookupType
CxConfigModel. getCatalogLookup()
Generated method - Getter of theCxConfig.catalogLookup
attribute defined at extensionpersonalizationservices
.Methods in de.hybris.platform.personalizationservices.model.config with parameters of type CxCatalogLookupType Modifier and Type Method Description void
CxConfigModel. setCatalogLookup(CxCatalogLookupType value)
Generated method - Setter ofCxConfig.catalogLookup
attribute defined at extensionpersonalizationservices
. -
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.service.impl
Methods in de.hybris.platform.personalizationservices.service.impl that return types with arguments of type CxCatalogLookupType Modifier and Type Method Description protected org.apache.commons.collections4.MultiValuedMap<CxCatalogLookupType,CxCatalogLookupStrategy>
DefaultCxCatalogService. getRegistry()
Methods in de.hybris.platform.personalizationservices.service.impl with parameters of type CxCatalogLookupType Modifier and Type Method Description protected java.util.List<CatalogVersionModel>
DefaultCxCatalogService. getConfiguredCatalogVersions(CxCatalogLookupType type)
-
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.strategies
Methods in de.hybris.platform.personalizationservices.strategies that return CxCatalogLookupType Modifier and Type Method Description CxCatalogLookupType
CxCatalogLookupStrategy. getType()
-
Uses of CxCatalogLookupType in de.hybris.platform.personalizationservices.strategies.impl
Methods in de.hybris.platform.personalizationservices.strategies.impl that return CxCatalogLookupType Modifier and Type Method Description CxCatalogLookupType
AllCatalogsLookupStrategy. getType()
Methods in de.hybris.platform.personalizationservices.strategies.impl with parameters of type CxCatalogLookupType Modifier and Type Method Description protected CxCatalogLookupStrategy
DefaultCxCatalogServiceTest. buildStrategy(CxCatalogLookupType type, java.lang.String... catalogs)
protected void
DefaultCxCatalogServiceTest. setLookupType(CxCatalogLookupType type)
-