Package com.ibm.commerce.catalogattachment.commands

Provides the Controller Commands to manage attachments within Catalog.

See: Description

  • Interface Summary 
    Interface Description
    CatalogAttachmentAddCmd
    Interface for CatalogAttachmentAdd command
    CatalogAttachmentDeleteCmd
    The Controller Command interface has to be implemented by the command to delete the Catalog Attachment relation and its description.
    CatalogAttachmentUpdateCmd
    Interface for CatalogAttachmentUpdate command
    CatalogEntryAttachmentAddCmd
    Interface for CatalogEntryAttachmentAdd command
    CatalogEntryAttachmentDeleteCmd
    The Controller Command interface has to be implemented by the command to delete the Catalog Entry Attachment relation and its description.
    CatalogEntryAttachmentUpdateCmd
    Interface for CatalogEntryAttachmentUpdate command
    CatalogGroupAttachmentAddCmd
    Interface for CatalogGroupAttachmentAdd command
    CatalogGroupAttachmentDeleteCmd
    The Controller Command interface has to be implemented by the command to delete the Catalog Group Attachment relation and its description.
    CatalogGroupAttachmentUpdateCmd
    Interface for CatalogGroupAttachmentUpdate command
  • Class Summary 
    Class Description
    CatalogAttachmentAddCmdImpl
    The CatalogAttachmentAddCmd is a URL and controller command that: Adds a new attachment relation for the specified catalog. Add the descriptions for the attachment relation. To obtain the Catalog ID Catalog ID can be specified in the parameter If Catalog ID is not specified, the catalog identifier should be specified.
    CatalogAttachmentDeleteCmdImpl
    This command will delete a catalog attachment relation with the specified parameters.
    CatalogAttachmentUpdateCmdImpl
    The CatalogAttachmentUpdateCmd is a URL and controller command that: Updates a new attachment relation for the specified catalog. Updates the description for the attachment relation. To obtain the Catalog ID: Catalog ID can be specified in the parameter. If Catalog ID is not specified, then the external catalog identifier can be specified.
    CatalogEntryAttachmentAddCmdImpl
    The CatalogEntryAttachmentAddCmd is a URL and controller command that: Adds a new attachment relation for the specified catalog entry. Add the descriptions for the attachment relation. To obtain the Catalog Entry ID: Catalog Entry ID can be specified in the parameter. If Catalog Entry ID is not specified, part number can be specified.
    CatalogEntryAttachmentDeleteCmdImpl
    This command will delete the catalog entry attachment relations with the specified parameters.
    CatalogEntryAttachmentUpdateCmdImpl
    The CatalogEntryAttachmentUpdateCmd is a URL and controller command that: Updates a new attachment relation for the specified catalog entry. Updates the description for the attachment relation. To obtain the Catalog Entry ID: Catalog Entry ID can be specified in the parameter. If Catalog Entry ID is not specified, part number can be specified.
    CatalogGroupAttachmentAddCmdImpl
    The CatalogGroupAttachmentAddCmd is a URL and controller command that: Adds a new attachment relation for the specified catalog group. Adds the description for the attachment relation. To obtain the Catalog Group ID: Catalog Group ID can be specified in the parameter. If Catalog Group ID is not specified, the catalog group identifier can be specified.
    CatalogGroupAttachmentDeleteCmdImpl
    This command will delete the catalog group attachment relation with the specified parameters.
    CatalogGroupAttachmentUpdateCmdImpl
    The CatalogGroupAttachmentUpdateCmd is a URL and controller command that: Updates a new attachment relation for the specified catalog group. Updates the description for the attachment relation. To obtain the Catalog Group ID: Catalog Group ID can be specified in the parameter. If Catalog Group ID is not specified, the external catalog group identifier can be specified.

Package com.ibm.commerce.catalogattachment.commands Description

Provides the Controller Commands to manage attachments within Catalog.