© 2002 BEA Systems, Inc.


examples.e2e.b2c.catalog.pipeline
Class GetProductItemPC

java.lang.Object
  |
  +--com.bea.p13n.appflow.pipeline.PipelineComponentSupport
        |
        +--examples.e2e.b2c.catalog.pipeline.CatalogPC
              |
              +--examples.e2e.b2c.catalog.pipeline.GetProductItemPC

public class GetProductItemPC
extends CatalogPC

This PipelineComponent extracts a ProductKey from the PipelineSession, retrieves the ProductItem with the associated ProductKey from the Catalog, and places the item into the PipelineSession in the session scope.

See Also:
PipelineComponent, PipelineSession, ProductItemKey, ProductItem, , CatalogPC

Fields inherited from class com.bea.p13n.appflow.pipeline.PipelineComponentSupport
exFmt
 
Constructor Summary
GetProductItemPC()
           
 
Method Summary
 PipelineSession process(PipelineSession pipelineSession, java.lang.Object requestContext)
           
 
Methods inherited from class examples.e2e.b2c.catalog.pipeline.CatalogPC
getCatalogManager, getCatalogRequest
 
Methods inherited from class com.bea.p13n.appflow.pipeline.PipelineComponentSupport
getCurrentNamespace, getRequestAttribute, getSessionAttribute, setRequestAttribute, setSessionAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetProductItemPC

public GetProductItemPC()
Method Detail

process

public PipelineSession process(PipelineSession pipelineSession,
                               java.lang.Object requestContext)
                        throws PipelineException,
                               java.rmi.RemoteException

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved