com.ibm.commerce.catalogmanagement.commands
Interface CatGroupCatEntryRelAddCmd
- All Superinterfaces:
- AccCommand, ControllerCommand, ECCommand, Protectable
- All Known Implementing Classes:
- CatGroupCatEntryRelAddCmdImpl
- public interface CatGroupCatEntryRelAddCmd
- extends ControllerCommand
Command Name: CatGroupCatEntryRelAdd
Command Type: URL and Controller Command
Description: 1. Adds a relationship between a Catalog Group and a Catalog Entry
Parameters: 1. CatalogId, CatGroupId, CatEntryId
Tables: 1. CatGpEnRel
Task Commands: AddCatgpenrelCmd
Other Controller Commands: None
Mandatory Parameters: catalogId, catgroupId, catentryId, 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 entry relationship |
void |
setCatentryId(java.lang.Long anCatentryId)
Set a catalog entry Id for the catalog group to catalog entry relationship |
void |
setCatgroupId(java.lang.Long anCatgroupId)
Set a catalog group Id for the catalog group to catalog entry relationship |
void |
setRule(java.lang.String astrRule)
Set rule |
void |
setSequence(java.lang.Double adSequence)
Set 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 entry relationship
- Parameters:
anCatalogId
- java.lang.Long
setCatentryId
public void setCatentryId(java.lang.Long anCatentryId)
- Set a catalog entry Id for the catalog group to catalog entry relationship
- Parameters:
anCatentryId
- java.lang.Long
setCatgroupId
public void setCatgroupId(java.lang.Long anCatgroupId)
- Set a catalog group Id for the catalog group to catalog entry relationship
- Parameters:
anCatgroupId
- 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 sequence number
- Parameters:
adSequence
- java.lang.Double
setURL
public void setURL(java.lang.String astrURL)
- Set the redirect URL
- Parameters:
astrURL
- java.lang.String