com.ibm.commerce.catalogmanagement.commands

Class TopCatalogGroupDeleteCmdImpl

  • All Implemented Interfaces:
    TopCatalogGroupDeleteCmd, 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 TopCatalogGroupDeleteCmdImpl
    extends ControllerCommandImpl
    implements TopCatalogGroupDeleteCmd
    The TopCatalogGroupDeleteCmd is a URL and controller command that:
    • Deletes the 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 mandatory can be = *).
    Additional Parameters: None.
    Optional Parameters: URL.
    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.TopCatalogGroupDeleteCmdImpl".
        See Also:
        Constant Field Values
      • GENERIC_SYMBOL

        public static final java.lang.String GENERIC_SYMBOL
        The generic symbol constant value
        See Also:
        Constant Field Values
      • GENERIC_CATALOG_ID

        public java.lang.Boolean GENERIC_CATALOG_ID
        The generic catalog ID constant value
      • GENERIC_CATGROUP_ID

        public java.lang.Boolean GENERIC_CATGROUP_ID
        The generic catgroup group ID constant value
    • Constructor Detail

      • TopCatalogGroupDeleteCmdImpl

        public TopCatalogGroupDeleteCmdImpl()