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 
    Interface Description
    CategoryDisplayCmd
    This command retrieves the configured display page for the specified category in the specified catalog.
    DisableRuleBasedCategoryEvaluationCmd
    This command will disable rule based category evaluation by setting the global configuration parameter 'ruleBasedCategoryEvaluationEnabled' in WC\xml\config\com.ibm.commerce.catalog-fep\wc-component.xml to false.
    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.
    EvaluateRuleBasedCategoriesScheduledCmd
    The interface that represents the command which populates category children for one or more rule based categories.
    PackageResolveSkuCmd
    This command resolves an unresolved Package and its associated package attributes and package attribute values 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 attribute values into an orderable Item.
    RuleBasedCategoryEvaluationCmd
    The interface that represents the command which populates category children for a rule based category.
    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 
    Class Description
    CategoryDisplayCmdImpl
    The purpose of this command is to retrieve the configured Display Page for the specified Category in the specified catalog.
    DisableRuleBasedCategoryEvaluationCmdImpl
    This command will disable rule based category evaluation by setting the global configuration parameter 'ruleBasedCategoryEvaluationEnabled' in WC\xml\config\com.ibm.commerce.catalog-fep\wc-component.xml to false.
    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.
    EvaluateRuleBasedCategoriesScheduledCmdImpl
    This command will populate the category children for a rule based category into the CATGPENREL table.
    ProductDisplayCmdImpl
    This command first ensures that the CatalogEntry specified by the ProductId can be displayed in the current store, if published, and is not marked for delete.
    ResolveSkuCmdImpl
    This command first determines the type of CatalogEntry that is provided as input to the command.
    RuleBasedCategoryEvaluationCmdImpl
    This command will populate the category children for a rule based category into the CATGPENREL table.
    StoreCatalogDisplayCmdImpl
    This command sets the StoreCatalogDisplayView task that will display the Catalogs available to browse in the current Store.
    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.