com.ibm.commerce.catalogmanagement.commands
Interface TopCatalogGroupDeleteCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- TopCatalogGroupDeleteCmdImpl
- public interface TopCatalogGroupDeleteCmd
- extends ControllerCommand
Command Name: TopCatalogGroupDelete
Command Type: URL and Controller Command
Description: 1. Delete a relationship between a Catalog and a Catalog Group
2. If CatalogId is generic, then delete all CatToGrp relationships with the
specified CatGroupId.
3. If CatGroupId is generic, then delete all CatToGrp relationships with the
specified CatalogId.
Parameters: 1. CatalogId, CatGroupId
2. CatalogId=*, CatGroupId
3. CatalogId, CatGroupId=*
Tables: 1. CatToGrp
2. CatToGrp
3. CatToGrp
Task Commands: DeleteCattogrpCmd
Other Controller Commands: None
Mandatory Parameters: catalogId, catgroupId (one of the mandaotry can be = *)
Additional Parameters:
Optional Parameters: URL
Method Summary |
void |
setCatalogId(java.lang.Long anCatalogId)
Set the catalog Id for the catalog to top catalog group relationship |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set the catalog group Id for the catalog to top catalog group relationship |
void |
setURL(java.lang.String astrURL)
Set the redirect URL |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
CLASSNAME
public static final java.lang.String CLASSNAME
COPYRIGHT
public static final java.lang.String COPYRIGHT
setCatalogId
public void setCatalogId(java.lang.Long anCatalogId)
- Set the catalog Id for the catalog to top catalog group relationship
- Parameters:
anCatalogId
- java.lang.Long
setCatgroupId
public void setCatgroupId(java.lang.Long anCatgroupId)
- Set the catalog group Id for the catalog to top catalog group relationship
- Parameters:
anCatgroupId
- java.lang.Long
setURL
public void setURL(java.lang.String astrURL)
- Set the redirect URL
- Parameters:
astrURL
- java.lang.String