public class ProcScenarioAddedItemToOrder extends ProcAddProductViewed
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
ProcScenarioAddedItemToOrder() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getScenarioCategoryId() |
int |
processEvent(ADCPipelineArgs pArgs,
javax.jms.Message pMessage)
Update ADCSessionData to say that a particular product has been viewed.
|
void |
setScenarioCategoryId(java.lang.String pScenarioCategoryId)
The category id used for products added to the order via scenario
|
addProductViewedObject, addProductViewedObject, clearProductsViewedFromCart, getDefaultCategory, getParentCategoryPropertyName, getProductCategoryId, isUseParentCategory, isUsePreviousRequestCategoryId, setDefaultCategory, setParentCategoryPropertyName, setUseParentCategory, setUsePreviousRequestCategoryId
public static final java.lang.String CLASS_VERSION
public void setScenarioCategoryId(java.lang.String pScenarioCategoryId)
pScenarioCategoryId
- the category id used for products added to
the order via scenariopublic java.lang.String getScenarioCategoryId()
public int processEvent(ADCPipelineArgs pArgs, javax.jms.Message pMessage)