com.ibm.commerce.catalogmanagement.commands
Interface TopCatalogGroupAddCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
TopCatalogGroupAddCmdImpl

public interface TopCatalogGroupAddCmd
extends ControllerCommand

Command Name: TopCatalogGroupAdd Command Type: URL and Controller Command Description: 1. Adds a relationship between a Catalog and a Catalog Group Parameters: 1. CatalogId, CatGroupID Tables: 1. CatToGrp Task Commands: AddCattogrpCmd Other Controller Commands: None Mandatory Parameters: catalogId, catgroupId Additional Parameters: Optional Parameters: URL


Field Summary
static java.lang.String CLASSNAME
           
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.command.ECCommand
defaultCommandClassName
 
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.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

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