com.ibm.commerce.catalogmanagement.commands

Interface CatalogDeleteCmd

  • All Superinterfaces:
    AccCommand, com.ibm.websphere.command.CacheableCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ControllerCommand, ECCommand, Protectable, java.io.Serializable, com.ibm.websphere.command.TargetableCommand
    All Known Implementing Classes:
    CatalogDeleteCmdImpl


    public interface CatalogDeleteCmd
    extends ControllerCommand
    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
    • Field Detail

      • COPYRIGHT

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

        static final java.lang.String CLASSNAME
        Defines the CLASSNAME.
        See Also:
        Constant Field Values
    • Method Detail

      • getCatalogId

        java.lang.Long getCatalogId()
        Gets the catalog ID
        Returns:
        the catalog ID
      • getIdentifier

        java.lang.String getIdentifier()
        Gets the identifier of the catalog.
        Returns:
        the catalog identifier
      • setCatalogId

        void setCatalogId(java.lang.Long anCatalogId)
        Sets the catalog ID.
        Parameters:
        anCatalogId - the catalog ID
      • setIdentifier

        void setIdentifier(java.lang.String astrIdentifier)
        Sets the identifier of the catalog.
        Parameters:
        astrIdentifier - the catalog identifier
      • setMemberId

        void setMemberId(java.lang.Long anMemberId)
        Sets the owner ID of the catalog.
        Parameters:
        anMemberId - the owner of the catalog
      • setURL

        void setURL(java.lang.String astrURL)
        Sets the redirect URL
        Parameters:
        astrString - the redirect URL