Class RuleEngineAdvancedSearchOperatorService
- java.lang.Object
-
- com.hybris.backoffice.cockpitng.search.DefaultAdvancedSearchOperatorService
-
- de.hybris.platform.ruleenginebackoffice.search.RuleEngineAdvancedSearchOperatorService
-
- All Implemented Interfaces:
com.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService
public class RuleEngineAdvancedSearchOperatorService extends DefaultAdvancedSearchOperatorService
Customization ofAdvancedSearchOperatorServiceto accommodate comparison operator replacements for enum types on top of the list provided byDefaultAdvancedSearchOperatorService
-
-
Constructor Summary
Constructors Constructor Description RuleEngineAdvancedSearchOperatorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<com.hybris.cockpitng.search.data.ValueComparisonOperator>getAvailableOperators(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)protected AdvancedSearchConfigurationgetConfiguration()protected java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute>getIsApplicableCondition()voidsetConfiguration(AdvancedSearchConfiguration configuration)voidsetIsApplicableCondition(java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute> isApplicableCondition)-
Methods inherited from class com.hybris.backoffice.cockpitng.search.DefaultAdvancedSearchOperatorService
findMatchingOperator, setAdvancedSearchOperators
-
-
-
-
Method Detail
-
getAvailableOperators
public java.util.Collection<com.hybris.cockpitng.search.data.ValueComparisonOperator> getAvailableOperators(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
- Specified by:
getAvailableOperatorsin interfacecom.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService- Overrides:
getAvailableOperatorsin classDefaultAdvancedSearchOperatorService
-
getConfiguration
protected AdvancedSearchConfiguration getConfiguration()
-
setConfiguration
public void setConfiguration(AdvancedSearchConfiguration configuration)
-
getIsApplicableCondition
protected java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute> getIsApplicableCondition()
-
setIsApplicableCondition
public void setIsApplicableCondition(java.util.function.Predicate<com.hybris.cockpitng.dataaccess.facades.type.DataAttribute> isApplicableCondition)
-
-