Class AbstractAsCategoryPathResolver

java.lang.Object
de.hybris.platform.adaptivesearch.strategies.impl.AbstractAsCategoryPathResolver
Direct Known Subclasses:
DefaultSnAsCategoryPathResolver, DefaultSolrAsCategoryPathResolver

public abstract class AbstractAsCategoryPathResolver extends Object
  • Field Details

  • Constructor Details

    • AbstractAsCategoryPathResolver

      public AbstractAsCategoryPathResolver()
  • Method Details

    • resolveFilterIndexProperty

      protected String resolveFilterIndexProperty()
    • resolveFacetFilterIndexProperty

      protected String resolveFacetFilterIndexProperty()
    • addCategoryCodes

      protected void addCategoryCodes(List<String> targetCategoryCodes, Collection<String> categoryCodes)
    • addCategoryCode

      protected void addCategoryCode(List<String> targetCategoryCodes, String categoryCode)
    • getConfigurationService

      public ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)
    • getAsCategoryService

      public AsCategoryService getAsCategoryService()
    • setAsCategoryService

      public void setAsCategoryService(AsCategoryService asCategoryService)