com.ibm.commerce.catalogmanagement.commands

Interface TopCatalogGroupDeleteCmd

  • 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:
    TopCatalogGroupDeleteCmdImpl


    public interface TopCatalogGroupDeleteCmd
    extends ControllerCommand
    The TopCatalogGroupDeleteCmd is a URL and controller command that:
    • Deletes a relationship between a catalog and a catalog group.
    • If the catalog ID is generic, then deletes all the catalog to catalog group relationships with the specified catalog group ID.
    • If the catalog group ID is generic, then deletes all the catalog to catalog group relationships with the specified catalog ID.
    Parameters:
    • CatalogId, CatGroupId
    • CatalogId=*, CatGroupId
    • CatalogId, CatGroupId=*
    Access Bean:
    • CatalogCatalogGroupRelationAccessBean
    • CatalogCatalogGroupRelationAccessBean
    • CatalogCatalogGroupRelationAccessBean
    Task Commands: DeleteCattogrpCmd
    Other Controller Commands: None.
    Mandatory Parameters: catalogId, catgroupId (one of the mandaotry can be = *).
    Additional Parameters: None.
    Optional Parameters: URL.
    • 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
        The name of this interface is "com.ibm.commerce.catalogmanagement.commands.TopCatalogGroupDeleteCmd".
        See Also:
        Constant Field Values
    • Method Detail

      • setCatalogId

        void setCatalogId(java.lang.Long anCatalogId)
        Sets the catalog ID for the top catalog to catalog group relationship.
        Parameters:
        anCatalogId - the catalog ID
      • setCatgroupId

        void setCatgroupId(java.lang.Long anCatgroupId)
        Sets the catalog group ID for the top catalog to catalog group relationship.
        Parameters:
        anCatgroupId - the catalog group ID
      • setURL

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

        java.lang.Long getCatalogId()
        Gets the catalog ID for the top catalog to catalog group relationship.
        Returns:
        the catalog ID
      • getCatgroupId

        java.lang.Long getCatgroupId()
        Gets the catalog group ID for the top catalog to catalog group relationship.
        Returns:
        the catalog group ID