public class CatGroupRelAddCmdImpl extends ControllerCommandImpl implements CatGroupRelAddCmd
CatGroupRelAddCmd is a URL and controller command that:
synchronizeProductSet parameter is true (default).
CatalogId, CatGroupIdParent, CatGroupIdChild
CatalogGroupRelationAccessBean
AddCatgrprelCmd catalogId, CatgroupIdParent, catgroupIdChild, masterCatalog. seq, URL. | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatGroupRelAddCmdImpl".
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Constructor and Description |
|---|
CatGroupRelAddCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCatalogId()
Get the catalog Id for the catalog group to catalog group relationship
|
java.lang.Long |
getCatgroupIdChild()
Get the child catalog group Id for the catalog group to catalog group relationship
|
java.lang.Long |
getCatgroupIdParent()
Get the parent catalog group Id for the catalog group to catalog group relationship
|
java.lang.String |
getRule()
Get the rule
|
java.lang.Double |
getSequence()
Get the sequence number
|
boolean |
getSynchronizeProductSets()
Get the synchronize attribute
|
java.lang.String |
getURL()
Get the redirect URL
|
void |
performExecute()
The main program for
CatGroupRelAdd command. |
void |
productSetSynchronization()
Product Set Synchronization
|
void |
reset()
This method reset all the variables used in
CatGroupRelAdd command. |
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 |
setRequestProperties(TypedProperty reqParms)
This method obtains the input parameters for
CatGroupRelAdd command. |
void |
setRule(java.lang.String astrRule)
Set the rule
|
void |
setSequence(java.lang.Double adSequence)
Set the sequence
|
void |
setSynchronizeProductSets(boolean synchronizeProductSets)
Set the synchronize attribute
|
void |
setURL(java.lang.String astrURL)
Set a redirect URL
|
void |
validateParameters()
This method validates the parameters for
CatGroupRelAdd command. |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiesfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public java.lang.Long getCatalogId()
getCatalogId in interface CatGroupRelAddCmdpublic java.lang.Long getCatgroupIdChild()
getCatgroupIdChild in interface CatGroupRelAddCmdpublic java.lang.Long getCatgroupIdParent()
getCatgroupIdParent in interface CatGroupRelAddCmdpublic java.lang.String getRule()
public java.lang.Double getSequence()
public java.lang.String getURL()
public boolean getSynchronizeProductSets()
getSynchronizeProductSets in interface CatGroupRelAddCmdpublic void performExecute()
throws ECException
CatGroupRelAdd command.
This method calls the AddCatgrprelCmd task command and then sets catalog ID, catalog group parent ID, and catalog group child ID in the response properties.performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void productSetSynchronization()
throws ECException
ECExceptionpublic void reset()
CatGroupRelAdd command.reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setCatalogId(java.lang.Long anCatalogId)
setCatalogId in interface CatGroupRelAddCmdanCatalogId - java.lang.Longpublic void setCatgroupIdChild(java.lang.Long anCatgroupIdChild)
setCatgroupIdChild in interface CatGroupRelAddCmdanCatgroupIdChild - java.lang.Longpublic void setCatgroupIdParent(java.lang.Long anCatgroupIdParent)
setCatgroupIdParent in interface CatGroupRelAddCmdanCatgroupIdParent - java.lang.Longpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
CatGroupRelAdd command.setRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqParms - This is an object that represents the request properties.ECApplicationExceptionpublic void setRule(java.lang.String astrRule)
setRule in interface CatGroupRelAddCmdastrRule - java.lang.Stringpublic void setSequence(java.lang.Double adSequence)
setSequence in interface CatGroupRelAddCmdadSequence - java.lang.Doublepublic void setURL(java.lang.String astrURL)
setURL in interface CatGroupRelAddCmdastrURL - java.lang.Stringpublic void setSynchronizeProductSets(boolean synchronizeProductSets)
setSynchronizeProductSets in interface CatGroupRelAddCmdsynchronize - booleanpublic void validateParameters()
throws ECException
CatGroupRelAdd command.validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException