public class ProcScenarioAddedItemToOrder extends ProcAddProductViewed
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
MADE_CHANGE, NO_CHANGESERVICE_INFO_KEYSTOP_CHAIN_EXECUTION, STOP_CHAIN_EXECUTION_AND_COMMIT, STOP_CHAIN_EXECUTION_AND_ROLLBACKDEFAULT_LOG_TRACE_STATUSDEFAULT_LOG_DEBUG_STATUS, DEFAULT_LOG_ERROR_STATUS, DEFAULT_LOG_INFO_STATUS, DEFAULT_LOG_WARNING_STATUS| 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, setUsePreviousRequestCategoryIdgetJMSTypes, getObjectFromMessage, processEvents, setJMSTypes, updateADCDatagetRetCodes, isEnabled, runProcess, setEnabledaddLogListener, createAdminServlet, doStartService, doStopService, getAbsoluteName, getAdminServlet, getAdminServletOutputStreamEncoding, getLoggingForVlogging, getLogListenerCount, getLogListeners, getName, getNameContext, getNucleus, getRoot, getServiceConfiguration, getServiceInfo, isAdminServletUseServletOutputStream, isLoggingDebug, isLoggingError, isLoggingInfo, isLoggingTrace, isLoggingWarning, isRunning, logDebug, logDebug, logDebug, logError, logError, logError, logInfo, logInfo, logInfo, logTrace, logTrace, logTrace, logWarning, logWarning, logWarning, nameContextElementBound, nameContextElementUnbound, removeLogListener, reResolveThis, resolveName, resolveName, resolveName, resolveName, sendLogEvent, setAdminServletOutputStreamEncoding, setAdminServletUseServletOutputStream, setLoggingDebug, setLoggingError, setLoggingInfo, setLoggingTrace, setLoggingWarning, setNucleus, setServiceInfo, startService, stopService, toStringvlogDebug, vlogDebug, vlogDebug, vlogDebug, vlogDebugTrace, vlogError, vlogError, vlogError, vlogError, vlogInfo, vlogInfo, vlogInfo, vlogInfo, vlogTrace, vlogTrace, vlogTrace, vlogTrace, vlogWarning, vlogWarning, vlogWarning, vlogWarningpublic 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)
processEvent in class atg.adc.pipeline.ADCEventPipelineProcessor