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
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