com.ibm.commerce.contract.catalogfilter

Class ProductSetSearchExpressionBuilder

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

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

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

      • ProductSetSearchExpressionBuilder

        public ProductSetSearchExpressionBuilder(java.util.List<java.lang.Long> contractIdList,
                                                 java.lang.Long memberId)
        The constructor.
        Parameters:
        contractIdList - The contract ID list.
        memberId - The memberId
      • ProductSetSearchExpressionBuilder

        public ProductSetSearchExpressionBuilder(java.lang.Long contractId,
                                                 java.lang.Long memberId)
        The constructor.
        Parameters:
        contractId - The contract ID.
        memberId - The member ID.