Class BackofficeSavedQueriesServiceImpl

    • Constructor Detail

      • BackofficeSavedQueriesServiceImpl

        public BackofficeSavedQueriesServiceImpl()
    • Method Detail

      • extractAndConvertConditions

        protected java.util.List<com.hybris.backoffice.widgets.advancedsearch.impl.SearchConditionData> extractAndConvertConditions​(BackofficeSavedQueryModel savedQueryModel,
                                                                                                                                    java.util.List<java.lang.String> notConvertedAttributesValues)
      • convertCondition

        protected com.hybris.backoffice.widgets.advancedsearch.impl.SearchConditionData convertCondition​(BackofficeSearchConditionModel condition,
                                                                                                         com.hybris.cockpitng.dataaccess.facades.type.DataType dataType,
                                                                                                         java.util.List<java.lang.String> notConvertedAttributesValues)
      • extractAndConvertConditions

        protected java.util.List<BackofficeSearchConditionModel> extractAndConvertConditions​(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData asd)
      • convertCondition

        protected BackofficeSearchConditionModel convertCondition​(com.hybris.backoffice.widgets.advancedsearch.impl.SearchConditionData scd,
                                                                  com.hybris.cockpitng.dataaccess.facades.type.DataType dataType)
      • convertValue

        protected java.lang.Object convertValue​(SavedQueryValue savedQueryValue,
                                                com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
      • convertValue

        protected SavedQueryValue convertValue​(java.lang.Object value,
                                               com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
      • getGlobalOperatorByCode

        protected com.hybris.cockpitng.search.data.ValueComparisonOperator getGlobalOperatorByCode​(java.lang.String operatorCode)
      • setBackofficeSavedQueryDAO

        public void setBackofficeSavedQueryDAO​(BackofficeSavedQueryDAO backofficeSavedQueryDAO)
      • setTypeFacade

        public void setTypeFacade​(com.hybris.cockpitng.dataaccess.facades.type.TypeFacade typeFacade)
      • setModelService

        public void setModelService​(ModelService modelService)