Package com.ibm.commerce.catalogmanagement.commands

This package consists of a set of URL, Controller, and Task commands that are used for the management of the catalog.

See:
          Description

Interface Summary
AttributeValueAddCmd Interface for AttributeValueAdd command which adds an attribute value
AttributeValueDeleteCmd Command Name: AttributeValueDelete Command Type: URL and Controller Command Description: 1.
AttributeValueUpdateCmd Interface for AttributeValueUpdate command which updates an attribute value
CatalogAddCmd Command Name: CatalogAdd Command Type: URL and Controller Command Description: 1.
CatalogDeleteCmd Command Name: CatalogDelete Command Type: URL and Controller Command Description: 1.
CatalogEntryAddCmd Command Name: CatalogEntryAdd Command Type: URL and Controller Command Description: 1.
CatalogEntryDeleteCmd Command Name: CatalogEntryDelete Command Type: URL and Controller Command Description: 1.
CatalogEntryUpdateCmd Command Name: CatalogEntryUpdate Command Type: URL and controller command Description: 1.
CatalogGroupAddCmd Command Name: CatalogGroupAdd Command Type: URL and Controller Command Description: 1.
CatalogGroupDeleteCmd Interface for CatalogGroupDelete command which deletes a catalog group.
CatalogGroupUpdateCmd Interface for CatalogGroupUpdate command which updates a catalog group and its description
CatalogUpdateCmd Interface for CatalogUpdate command which updates a catalog
CatGroupCatEntryRelAddCmd Command Name: CatGroupCatEntryRelAdd Command Type: URL and Controller Command Description: 1.
CatGroupCatEntryRelDeleteCmd Command Name: CatGroupCatEntryRelDelete Command Type: URL and Controller Command Description: 1.
CatGroupRelAddCmd Command Name: CatGroupRelAdd Command Type: URL and Controller Command Description: 1.
CatGroupRelDeleteCmd Command Name: CatGroupRelDelete Command Type: URL and Controller Command Description: 1.
OfferAddCmd Command Name: OfferAdd Command Type: URL and Controller Command Description: 1.
OfferDeleteCmd Command Name: OfferDelete Command Type: URL and Controller Command Description: 1.
OfferUpdateCmd Command Name: OfferUpdate Command Type: URL and Controller Command Description: 1.
ProductAttributeAddCmd Command Name: ProductAttributeAdd Command Type: URL and controller command Description: 1.
ProductAttributeDeleteCmd Command Name: ProductAttributeDelete Command Type: URL and Controller Command Description: 1.
ProductAttributeUpdateCmd Command Name: ProductAttributeUpdate Command Type: URL and controller command Description: 1.
TopCatalogGroupAddCmd Command Name: TopCatalogGroupAdd Command Type: URL and Controller Command Description: 1.
TopCatalogGroupDeleteCmd Command Name: TopCatalogGroupDelete Command Type: URL and Controller Command Description: 1.
 

Class Summary
AttributeValueAddCmdImpl Implementation for AttributeValueAdd command which adds an attribute value
AttributeValueDeleteCmdImpl Implementation for AttributeValueDelete command which is the URL command for deleting an Attribute Value
AttributeValueUpdateCmdImpl Implementation for AttributeValueUpdate command which is the URL command for updating an Attribute Value
CatalogAddCmdImpl Implementation for CatalogAdd command
CatalogDeleteCmdImpl Implementation for CatalogDelete command
CatalogEntryAddCmdImpl Implementation for CatalogEntryAdd command which is the URL command for adding a Catalog Entry object
CatalogEntryDeleteCmdImpl Implementation for CatalogEntryUpdate command which is the URL command for deleting a catalog entry
CatalogEntryUpdateCmdImpl Implementation for CatalogEntryUpdate command which is the URL command for updating a Catalog Entry object
CatalogGroupAddCmdImpl Implementation for CatalogGroupAdd command which is the URL command for adding a Catalog Group object
CatalogGroupDeleteCmdImpl Implementation for CatalogGroupDelete command which deletes a catalog group.
CatalogGroupUpdateCmdImpl Implementation for CatalogGroupUpdate command which is the URL command for updating a Catalog Group object
CatalogUpdateCmdImpl Implementation for CatalogUpdate command which updates a catalog
CatGroupCatEntryRelAddCmdImpl Implementation for CatGroupCatEntrtRelAdd command which is the URL command for creating a relationship with a catalog, catgroup, and catentry
CatGroupCatEntryRelDeleteCmdImpl Implementation for CatGroupCatEntrtRelDelete command which is the URL command for deleting a relationship with a catalog, catgroup, and catentry
CatGroupRelAddCmdImpl Implementation for CatGroupRelAdd command which is the URL command for creating a relationship with a catalog, parent catgroup, and child catgroup
CatGroupRelDeleteCmdImpl Implementation for CatGroupRelDelete command which is the URL command for deleting relationship with catalog, parent catgroup, and child catgroup
OfferAddCmdImpl Implementation for OfferAdd command which is the URL command for adding an Offer, Offer Description, and OfferPrice
OfferDeleteCmdImpl Implementation for OfferDelete command which is the URL command for Deleteing an Offer, Offer Description, and OfferPrice
OfferUpdateCmdImpl Implementation for OfferUpdate command which is the URL command for updatng an Offer, Offer Description, and OfferPrice
ProductAttributeAddCmdImpl Implementation for ProductAttributeAdd command which adds an attribute to a catalog entry
ProductAttributeDeleteCmdImpl Implementation for ProductAttributeDelete command which is the URL command for deleting an Attribute to a Catalog Entry (Product)
ProductAttributeUpdateCmdImpl Implementation for ProductAttributeUpdate command which updates an attribute to a catalog entry (product)
TopCatalogGroupAddCmdImpl Implementation for TopCatalogGroupAdd command which is the URL command for adding relationship between a Catalog and a Catalog Group
TopCatalogGroupDeleteCmdImpl Implementation for TopCatalogGroupDelete command which is the URL command for deleting relationship between a Catalog and a Catalog Group
 

Package com.ibm.commerce.catalogmanagement.commands Description

This package consists of a set of URL, Controller, and Task commands that are used for the management of the catalog.