public class ProcSetProduct
extends ADCEventPipelineProcessor
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
Constructor and Description |
---|
ProcSetProduct() |
Modifier and Type | Method and Description |
---|---|
void |
doStartService()
Initialize and store the product item descriptor.
|
Repository |
getCatalogRepository() |
java.lang.String |
getProductItemType() |
int |
processEvent(ADCPipelineArgs pArgs,
javax.jms.Message pMessage)
Update ADCRequestData to remember what product has been viewed.
|
void |
setCatalogRepository(Repository pCatalogRepository)
The catalog repository
|
void |
setProductItemType(java.lang.String pProductItemType)
The item descriptor name for products
|
public static final java.lang.String CLASS_VERSION
public void setCatalogRepository(Repository pCatalogRepository)
pCatalogRepository
- the catalog repositorypublic Repository getCatalogRepository()
public void setProductItemType(java.lang.String pProductItemType)
pProductItemType
- the item descriptor name for productspublic java.lang.String getProductItemType()
public int processEvent(ADCPipelineArgs pArgs, javax.jms.Message pMessage)
public void doStartService() throws ServiceException
ServiceException