Package com.ibm.commerce.catalog.commands

Contains classes and interfaces for handling commands related to the catalog subsystem, excluding the interest items component.

See:
          Description

Interface Summary
CategoryDisplayCmd 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.
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 The purpose of this command is to resolve an unresolved Package and its associated PackageAttributes and PackageAttributeValues into an orderable Package.
ProductDisplayCmd The purpose of this command is to retreive the configured Display Page for the specified CatalogEntry which will in turn be launched in order to display information about the CatalogEntry.
ResolveSkuCmd The purpose of this command is to resolve a Product and its associated Attributes and AttributeValues into an orderable Item.
StoreCatalogDisplayCmd The purpose of this command is to set the view task that will display the Catalogs available to browse in the current Store.
TopCategoriesDisplayCmd The purpose of this command is to set 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.
PackageResolveSkuCmdImpl This command first ensures that the supplied input PackageIdis indeed a reference to a Package.
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

Contains classes and interfaces for handling commands related to the catalog subsystem, excluding the interest items component.