|
Class Summary
|
| CatalogPC |
This PipelineComponent is the base class for all
Catalog related PipelineComponents components. |
| GetCategoryPC |
This PipelineComponent extracts a
CategoryKey from the PipelineSession,
retrieves the Category with the associated
CategoryKey from the Catalog, and places the item into
the PipelineSession in the session scope. |
| GetProductItemPC |
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. |
| GetProductItemsPC |
This PipelineComponent extracts a
Category from the PipelineSession,
retrieves the ProductItems associated with the
Category from the Catalog, and places the resultant
ViewIterator into the PipelineSession in
the session scope. |
| 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. |
| SearchPC |
This PipelineComponent extracts a
CatalogQuery from the PipelineSession,
performs a catalog search based upon the CatalogQuery,
and places the resultant ViewIterator into the
PipelineSession session scope. |