com.ibm.commerce.catalogmanagement.commands

Class CatalogDeleteCmdImpl

  • All Implemented Interfaces:
    CatalogDeleteCmd, AccCommand, ControllerCommand, ECCommand, ECTargetableCommand, Protectable, 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 CatalogDeleteCmdImpl
    extends ControllerCommandImpl
    implements CatalogDeleteCmd
    The CatalogDeleteCmd is a URL and Controller Command that:
    • Deletes a Catalog (plus all cascades)
    Parameters:
    • CatalogId, or
    • MemberId and Identifier
    Access Beans:
    • CatalogAccessBean
    • CatalogDescriptionAccessBean
    Task Commands: DeleteCatalogCmd
    Other Controller Commands: None
    Mandatory Parameters: catalogId, or identifier
    Additional Parameters: none
    Optional Parameters: none
    See Also:
    Serialized Form
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The internal copyright field.
        See Also:
        Constant Field Values
      • CLASSNAME

        public static final java.lang.String CLASSNAME
        The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatalogDeleteCmdImpl".
        See Also:
        Constant Field Values
    • Constructor Detail

      • CatalogDeleteCmdImpl

        public CatalogDeleteCmdImpl()