Class DefaultOperatorService

  • All Implemented Interfaces:
    com.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService

    public class DefaultOperatorService
    extends java.lang.Object
    implements com.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService
    Default operator service
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.hybris.cockpitng.search.data.ValueComparisonOperator findMatchingOperator​(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute, java.lang.String operatorCode)  
      java.util.Collection<com.hybris.cockpitng.search.data.ValueComparisonOperator> getAvailableOperators​(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)  
      void setAdvancedSearchOperators​(java.util.Map<AdvancedSearchOperatorType,​java.util.List<com.hybris.cockpitng.search.data.ValueComparisonOperator>> advancedSearchOperators)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultOperatorService

        public DefaultOperatorService()
    • Method Detail

      • getAvailableOperators

        public java.util.Collection<com.hybris.cockpitng.search.data.ValueComparisonOperator> getAvailableOperators​(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute)
        Specified by:
        getAvailableOperators in interface com.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService
      • findMatchingOperator

        public com.hybris.cockpitng.search.data.ValueComparisonOperator findMatchingOperator​(com.hybris.cockpitng.dataaccess.facades.type.DataAttribute attribute,
                                                                                             java.lang.String operatorCode)
        Specified by:
        findMatchingOperator in interface com.hybris.backoffice.widgets.advancedsearch.AdvancedSearchOperatorService
      • setAdvancedSearchOperators

        public void setAdvancedSearchOperators​(java.util.Map<AdvancedSearchOperatorType,​java.util.List<com.hybris.cockpitng.search.data.ValueComparisonOperator>> advancedSearchOperators)