Interface SaveQueryActionChecker

    • Method Detail

      • check

        java.util.Collection<SaveQueryInvalidCondition> check​(com.hybris.backoffice.widgets.advancedsearch.impl.AdvancedSearchData advancedSearchData)
                                                       throws com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException
        Checks if given conditions can be converted to BackofficeSavedQueryModel
        Parameters:
        advancedSearchData - pojo which contains SearchConditionData
        Returns:
        empty collection if all conditions can be converted. Every element of returned collection informs about condition which cannot be converted.
        Throws:
        com.hybris.cockpitng.dataaccess.facades.type.exceptions.TypeNotFoundException - if advancedSearchData's typeCode cannot be found