atg.commerce.adc.processor
Class ProcItemRemovedFromOrder

java.lang.Object
  extended by ADCEventPipelineProcessor
      extended by atg.commerce.adc.processor.ProcItemRemovedFromOrder

public class ProcItemRemovedFromOrder
extends ADCEventPipelineProcessor

This processor sets the "inCart" property of the ProductViewed object associated with a given product to "false" when the item is removed from the cart.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Constructor Summary
ProcItemRemovedFromOrder()
           
 
Method Summary
 int processEvent(ADCPipelineArgs pArgs, javax.jms.Message pMessage)
          Update ADCSessionData to indicate that a particular product is no longer in the shopping cart.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Constructor Detail

ProcItemRemovedFromOrder

public ProcItemRemovedFromOrder()
Method Detail

processEvent

public int processEvent(ADCPipelineArgs pArgs,
                        javax.jms.Message pMessage)
Update ADCSessionData to indicate that a particular product is no longer in the shopping cart.