Package atg.commerce.adc.processor

Class Summary
ProcAddProductViewed This class contains the addProductViewedObject method, which will add a ProductViewed object to the ProductsViewed hashtable associated with the session data.
ProcItemRemovedFromOrder 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.
ProcScenarioAddedItemToOrder This class will add an product added to the order by a scenario to the ProductsViewed map associated with the session data.
ProcSetCategory This processor will determine the product category and page categoory that will be stored in the ADCRequestData for use in the remaining pipeline processors.
ProcSetPageName This processor will determine the page name and category that will be stored in the ADCRequestData for use in the remaining pipeline processors.
ProcSetProduct This processor stores the product that has been viewed in the request data.