com.ibm.commerce.catalog.facade.server.commands

Class ProcessCatalogDeleteActionCmdImpl

  • All Implemented Interfaces:
    ProcessActionCatalogCmd, AbstractProcessNounActionCmd, com.ibm.websphere.cache.Sizeable, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, com.ibm.websphere.command.TargetableCommand, java.io.Serializable


    public class ProcessCatalogDeleteActionCmdImpl
    extends AbstractProcessDeleteActionUsingBusinessObjectMediatorCmdImpl
    implements ProcessActionCatalogCmd
    Process delete catalog task command. This service is used to delete a catalog. The context for the request is a master catalog. This service will delete the given catalog, and rely on the database cascade delete to delete the following data: The related store to catalog relationships. The related catalog description. Following are the error conditions that can occur: When the given catalog does not exist The owner id of the catalog is passed in the request BOD. However, the owner id of the catalog is different from the owner id of the store in the context.
    See Also:
    Serialized Form