Class BackofficeFullTextSearchStrategy

  • All Implemented Interfaces:
    com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy

    public class BackofficeFullTextSearchStrategy
    extends com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy
    • Field Summary

      • Fields inherited from class com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy

        STRATEGY_NAME
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<java.lang.String> getAvailableLanguages​(java.lang.String typeCode)  
      protected CommonI18NService getCommonI18NService()  
      void setCommonI18NService​(CommonI18NService commonI18NService)  
      • Methods inherited from class com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy

        getAdvancedSearchOperatorService, getAvailableOperators, getFieldType, getStrategyName, getTypeFacade, isLocalized, setAdvancedSearchOperatorService, setTypeFacade
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BackofficeFullTextSearchStrategy

        public BackofficeFullTextSearchStrategy()
    • Method Detail

      • getAvailableLanguages

        public java.util.Collection<java.lang.String> getAvailableLanguages​(java.lang.String typeCode)
        Specified by:
        getAvailableLanguages in interface com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy
        Overrides:
        getAvailableLanguages in class com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy
      • setCommonI18NService

        public void setCommonI18NService​(CommonI18NService commonI18NService)