com.ibm.commerce.catalogmanagement.commands
Interface TopCatalogGroupDeleteCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
TopCatalogGroupDeleteCmdImpl

public interface TopCatalogGroupDeleteCmd
extends ControllerCommand

The TopCatalogGroupDeleteCmd is a URL and controller command that:

Parameters: Access Bean: Task Commands: DeleteCattogrpCmd Other Controller Commands: None. Mandatory Parameters: catalogId, catgroupId (one of the mandaotry can be = *). Additional Parameters: None. Optional Parameters: URL.

Field Summary
static java.lang.String CLASSNAME
          The name of this interface is "com.ibm.commerce.catalogmanagement.commands.TopCatalogGroupDeleteCmd".
static java.lang.String COPYRIGHT
          The internal copyright field.
 
Fields inherited from interface com.ibm.commerce.command. ECCommand
defaultCommandClassName
 
Method Summary
 java.lang.Long getCatalogId()
          Gets the catalog ID for the top catalog to catalog group relationship.
 java.lang.Long getCatgroupId()
          Gets the catalog group ID for the top catalog to catalog group relationship.
 void setCatalogId(java.lang.Long anCatalogId)
          Sets the catalog ID for the top catalog to catalog group relationship.
 void setCatgroupId(java.lang.Long anCatgroupId)
          Sets the catalog group ID for the top catalog to catalog group relationship.
 void setURL(java.lang.String astrURL)
          Sets the redirect URL.
 
Methods inherited from interface com.ibm.commerce.command. ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command. AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command. ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail
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.TopCatalogGroupDeleteCmd".
See Also:
Constant Field Values
Method Detail

setCatalogId

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

setCatgroupId

public 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

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

getCatalogId

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

getCatgroupId

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