com.ibm.commerce.marketing.promotion.condition

Class OQTEligibleAffectedItemFilter

  • java.lang.Object
    • com.ibm.commerce.marketing.promotion.condition.OQTEligibleAffectedItemFilter
  • All Implemented Interfaces:
    Filter, XMLizable, java.io.Serializable


    public class OQTEligibleAffectedItemFilter
    extends java.lang.Object
    implements Filter
    This filter is used to search through the input LineItems and return those LineItems which can be affected but have not yet been affected by the current promotion.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      IBM copyright notice field.
      • Fields inherited from interface com.ibm.commerce.marketing.promotion.condition.Filter

        TAG_FILTER
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      LineItemSet filter(LineItemSet input, PromotionContext context)
      This method filters the input LineItemSet to return a LineItemSet where the LineItems can be but have not yet been affected by the promotion.
      void fromXML(org.w3c.dom.Node anXMLNode)
      Transforms the XML node into its corresponding real Object.
      java.lang.String toXML()
      Converts the object into its corresponding XML format representation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait