com.ibm.commerce.contract.catalogfilter

Class CatalogFilterSearchExpressionBuilder

  • java.lang.Object
    • com.ibm.commerce.contract.catalogfilter.CatalogFilterSearchExpressionBuilder
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getExpression()
      Get the product entitlement search expression from catalog filter.
      • Methods inherited from class java.lang.Object

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

      • CatalogFilterSearchExpressionBuilder

        public CatalogFilterSearchExpressionBuilder(java.util.List<java.lang.Long> catalogFilterIdList)
        The constructor of CatalogFilterSearchExpressionBuilder
        Parameters:
        catalogFilterIdList - A catalog filter ID list.
      • CatalogFilterSearchExpressionBuilder

        public CatalogFilterSearchExpressionBuilder(java.lang.Long catalogFilterId)
        The constructor of CatalogFilterSearchExpressionBuilder
        Parameters:
        catalogFilterId - A catalog filter ID.
    • Method Detail

      • getExpression

        public java.lang.String getExpression()
                                       throws ECException
        Get the product entitlement search expression from catalog filter.
        Specified by:
        getExpression in interface ProductSearchExpressionBuilder
        Returns:
        The search expression.
        Throws:
        ECException - Exception could be thrown if any parsing error occurred.