Class MigrateFacetSortAttribute

  • All Implemented Interfaces:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<AfterInitializationEndEvent>

    public class MigrateFacetSortAttribute
    extends AbstractEventListener<AfterInitializationEndEvent>
    • Constructor Detail

      • MigrateFacetSortAttribute

        public MigrateFacetSortAttribute()
    • Method Detail

      • getFacetSortInstance

        protected EnumerationValueModel getFacetSortInstance​(java.lang.String facetSortString)
      • getModelService

        protected ModelService getModelService()
        Returns:
        the modelService
      • setModelService

        public void setModelService​(ModelService modelService)
        Parameters:
        modelService - the modelService to set
      • getFlexibleSearchService

        protected FlexibleSearchService getFlexibleSearchService()
        Returns:
        the flexibleSearchService
      • setFlexibleSearchService

        public void setFlexibleSearchService​(FlexibleSearchService flexibleSearchService)
        Parameters:
        flexibleSearchService - the flexibleSearchService to set
      • getTypeService

        protected TypeService getTypeService()
        Returns:
        the typeService
      • setTypeService

        public void setTypeService​(TypeService typeService)
        Parameters:
        typeService - the typeService to set
      • setFacetSort2sortProvidersMapping

        public void setFacetSort2sortProvidersMapping​(java.util.Map<java.lang.String,​java.lang.String> facetSort2sortProvidersMapping)
      • getFacetSort2sortProvidersMapping

        protected java.util.Map<java.lang.String,​java.lang.String> getFacetSort2sortProvidersMapping()