Package com.ibm.commerce.catalog.commands

Provides the Controller Commands and Task Commands along with their implementations to display Catalogs, and to resolve SKUs.

See:
          Description

Interface Summary
CategoryDisplayCmd This command is to retrieves the configured display page for the specified category in the specified catalog which will in turn be launched to display the category information.
ErrorMissingAttributeCmd This error task command is set when a Product to Item resolution fails due to missing product attributes.
ErrorProductAttributeCmd This error task command is set when a Product to Item resolution fails due to incorrect product attributes.
PackageResolveSkuCmd This command resolves an unresolved Package and its associated PackageAttributes and PackageAttributeValues into an orderable Package.
ProductDisplayCmd This command retrieves the configured Display Page for the specified CatalogEntry which will in turn be launched in order to display information about the CatalogEntry.
ResolveSkuCmd This command resolves a Product and its associated Attributes and AttributeValues into an orderable Item.
StoreCatalogDisplayCmd This command sets the view task that will display the Catalogs available to browse in the current Store.
TopCategoriesDisplayCmd This command sets the view task that will display the root Categories in a specified Catalog.
 
Class Summary
CategoryDisplayCmdImpl The purpose of this command is to retreive the configured Display Page for the specified Category in the specified catalog which will in turn be launched to display the Category information.
ErrorMissingAttributeCmdImpl This error task command is set when a Product to Item resolution fails due to missing product attributes.
ErrorProductAttributeCmdImpl This error task command is set when a Product to Item resolution fails due to incorrect product attributes.
ProductDisplayCmdImpl This command first ensures that the CatalogEntry specified by ProductId can be displayed in the current store, is published, and is not marked for delete.
ResolveSkuCmdImpl This command first determines the type of CatalogEntry that is provided as input to the command.
StoreCatalogDisplayCmdImpl This command sets the StoreCatalogDisplayView task.
TopCategoriesDisplayCmdImpl This command first ensures that the specified Catalog can be displayed in the current store and then sets the TopCategoriesDisplayView task.
 

Package com.ibm.commerce.catalog.commands Description

Provides the Controller Commands and Task Commands along with their implementations to display Catalogs, and to resolve SKUs.