The CatGroupRelAddCmd
is a URL and controller command that:
CatalogGroupRelationAccessBean
AddCatgrprelCmd
Other Controller Commands: None.
Mandatory Parameters: catalogId, CatgroupIdParent, catgroupIdChild,
masterCatalog.
Additional Parameters: None.
Optional Parameters: rule, seq, URL.
Field Summary | |
---|---|
static java.lang.String |
CLASSNAME Defines the CLASSNAME. |
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 catalog group to catalog group relationship. |
java.lang.Long |
getCatgroupIdChild() Gets the child catalog group ID for the catalog group to catalog group relationship. |
java.lang.Long |
getCatgroupIdParent() Gets the parent catalog group ID for the catalog group to catalog group relationship. |
void |
setCatalogId(java.lang.Long anCatalogId) Sets the catalog ID for the catalog group to catalog group relationship. |
void |
setCatgroupIdChild(java.lang.Long anCatgroupIdChild) Sets the child catalog group ID for the catalog group to catalog group relationship. |
void |
setCatgroupIdParent(java.lang.Long anCatgroupIdParent) Sets the parent catalog group ID for the catalog group to catalog group relationship. |
void |
setRule(java.lang.String astrRule) Sets the personalization rule for dynamic grouping. |
void |
setSequence(java.lang.Double adSequence) Sets the sequence number for the catalog group 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
public static final java.lang.String CLASSNAME
Method Detail |
---|
public void setCatalogId(java.lang.Long anCatalogId)
anCatalogId
- the catalog IDpublic void setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
anCatgroupIdChild
- the child catalog group
IDpublic void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
anCatgroupIdParent
- the parent catalog group
IDpublic void setRule(java.lang.String astrRule)
astrRule
- the rulepublic void setSequence(java.lang.Double adSequence)
adSequence
- the sequence numberpublic void setURL(java.lang.String astrURL)
astrURL
- the redirect URLpublic java.lang.Long getCatalogId()
public java.lang.Long getCatgroupIdChild()
public java.lang.Long getCatgroupIdParent()