|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectADCEventPipelineProcessor
atg.commerce.adc.processor.ProcSetProduct
public class ProcSetProduct
This processor stores the product that has been viewed in the request data.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ProcSetProduct()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ProcSetProduct()
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||