com.ibm.commerce.catalogmanagement.commands
Interface CatGroupRelAddCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- CatGroupRelAddCmdImpl
- public interface CatGroupRelAddCmd
- extends ControllerCommand
Command Name: CatGroupRelAdd
Command Type: URL and Controller Command
Description: 1. Adds a relationship between a parent Catalog Group and a child Catalog Group
Parameters: 1. CatalogId, CatGroupIdParent, CatGroupIdChild
Tables: 1. CatGrpRel
Task Commands: AddCatgrprelCmd
Other Controller Commands: None
Mandatory Parameters: catalogId, CatgroupIdParent, catgroupIdChild, masterCatalog
Additional Parameters:
Optional Parameters: rule, seq, URL
Method Summary |
void |
setCatalogId(java.lang.Long anCatalogId)
Set a catalog Id for the catalog group to catalog group relationship |
void |
setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
Set a child catalog group Id for the catalog group to catalog group relationship |
void |
setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
Set a parent catalog group Id for the catalog group to catalog group relationship |
void |
setRule(java.lang.String astrRule)
Set rule |
void |
setSequence(java.lang.Double adSequence)
Set the sequence number |
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 a catalog Id for the catalog group to catalog group relationship
- Parameters:
anCatalogId
- java.lang.Long
setCatgroupIdChild
public void setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
- Set a child catalog group Id for the catalog group to catalog group relationship
- Parameters:
anCatgroupIdChild
- java.lang.Long
setCatgroupIdParent
public void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
- Set a parent catalog group Id for the catalog group to catalog group relationship
- Parameters:
anCatgroupIdParent
- java.lang.Long
setRule
public void setRule(java.lang.String astrRule)
- Set rule
- Parameters:
astrRule
- java.lang.String
setSequence
public void setSequence(java.lang.Double adSequence)
- Set the sequence number
- Parameters:
adSequence
- java.lang.Double
setURL
public void setURL(java.lang.String astrURL)
- Set the redirect URL
- Parameters:
astrURL
- java.lang.String