|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.appflow.pipeline.PipelineComponentSupport | +--examples.e2e.b2c.catalog.pipeline.CatalogPC | +--examples.e2e.b2c.catalog.pipeline.GetSubcategoriesPC
This PipelineComponent
extracts a
Category
from the PipelineSession
,
retrieves the subcategories associated with the
Category
from the Catalog, and places the resultant
ViewIterator
into the PipelineSession
in
the session scope. The view size of the resultant
ViewIterator
may be specified using an optional
PipelineSession
session attribute named
PipelineSessionConstants.CATALOG_VIEW_SIZE
.
PipelineComponent
,
PipelineSession
,
Category
,
ViewIterator
,
CategoryManager
,
CatalogPC
Fields inherited from class com.bea.p13n.appflow.pipeline.PipelineComponentSupport |
exFmt |
Constructor Summary | |
GetSubcategoriesPC()
|
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 |
public GetSubcategoriesPC()
Method Detail |
public PipelineSession process(PipelineSession pipelineSession, java.lang.Object requestContext) throws PipelineException, java.rmi.RemoteException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |