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 CxCatalogLookupTypeAllCatalogsHierarchyLookupStrategy. getType()CxCatalogLookupTypeLeavesOrClosestAncestorsCatalogLookupStrategy. 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 CxCatalogLookupTypeCxConfigurationService. getCatalogLookupType()Returns Catalog lookup type configured for default base site.CxCatalogLookupTypeCxConfigurationService. 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 CxCatalogLookupTypeDefaultCxConfigurationService. catalogLookupType()CxCatalogLookupTypeDefaultCxConfigurationService. getCatalogLookupType()CxCatalogLookupTypeDefaultCxConfigurationService. 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 CxCatalogLookupTypeCxCatalogLookupType. 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 CxCatalogLookupTypeCxConfigModel. getCatalogLookup()Generated method - Getter of theCxConfig.catalogLookupattribute defined at extensionpersonalizationservices.Methods in de.hybris.platform.personalizationservices.model.config with parameters of type CxCatalogLookupType Modifier and Type Method Description voidCxConfigModel. setCatalogLookup(CxCatalogLookupType value)Generated method - Setter ofCxConfig.catalogLookupattribute 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 CxCatalogLookupTypeCxCatalogLookupStrategy. 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 CxCatalogLookupTypeAllCatalogsLookupStrategy. getType()Methods in de.hybris.platform.personalizationservices.strategies.impl with parameters of type CxCatalogLookupType Modifier and Type Method Description protected CxCatalogLookupStrategyDefaultCxCatalogServiceTest. buildStrategy(CxCatalogLookupType type, java.lang.String... catalogs)protected voidDefaultCxCatalogServiceTest. setLookupType(CxCatalogLookupType type)
-