Class BackofficeFullTextSearchStrategy
- java.lang.Object
-
- com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy
-
- com.hybris.backoffice.cockpitng.search.BackofficeFullTextSearchStrategy
-
- All Implemented Interfaces:
com.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy
public class BackofficeFullTextSearchStrategy extends com.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy
-
-
Constructor Summary
Constructors Constructor Description BackofficeFullTextSearchStrategy()
-
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 CommonI18NServicegetCommonI18NService()voidsetCommonI18NService(CommonI18NService commonI18NService)
-
-
-
Method Detail
-
getAvailableLanguages
public java.util.Collection<java.lang.String> getAvailableLanguages(java.lang.String typeCode)
- Specified by:
getAvailableLanguagesin interfacecom.hybris.backoffice.widgets.fulltextsearch.FullTextSearchStrategy- Overrides:
getAvailableLanguagesin classcom.hybris.backoffice.widgets.fulltextsearch.DefaultFullTextSearchStrategy
-
getCommonI18NService
protected CommonI18NService getCommonI18NService()
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
-
-