Class DefaultBackofficeFieldNamePostProcessor

    • Field Detail

      • FROM_REGEXP_TEMPLATE

        protected static final java.lang.String FROM_REGEXP_TEMPLATE
        See Also:
        Constant Field Values
      • LANGUAGE_PREFIX

        protected static final java.lang.String LANGUAGE_PREFIX
        See Also:
        Constant Field Values
      • REPLACABLE_LOCALE_REGEXP_TEMPLATE

        protected static final java.lang.String REPLACABLE_LOCALE_REGEXP_TEMPLATE
        See Also:
        Constant Field Values
      • QUERY_VALUE_SEPARATOR

        protected static final java.lang.String QUERY_VALUE_SEPARATOR
        See Also:
        Constant Field Values
    • Constructor Detail

      • DefaultBackofficeFieldNamePostProcessor

        public DefaultBackofficeFieldNamePostProcessor()
    • Method Detail

      • process

        public java.lang.String process​(SearchQuery searchQuery,
                                        java.util.Locale conditionLocale,
                                        java.lang.String fieldName)
        Description copied from interface: FieldNamePostProcessor
        Uses locale for fieldName conversion
        Specified by:
        process in interface FieldNamePostProcessor
        Returns:
        converted fieldName
      • retrieveLanguageModel

        protected LanguageModel retrieveLanguageModel​(java.util.Locale locale)
      • setCommonI18NService

        public void setCommonI18NService​(CommonI18NService commonI18NService)
      • setI18nService

        public void setI18nService​(I18NService i18nService)