public class CatGroupCatEntryRelAddCmdImpl extends ControllerCommandImpl implements CatGroupCatEntryRelAddCmd
CatGroupCatEntryRelAddCmd is a URL and controller command that:
CatalogId, CatGroupId, and CatEntryId
CatalogGroupCatalogEntryRelationAccessBean
AddCatgpenrelCmdcatalogId, catgroupId, catentryId, 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.CatGroupCatEntryRelAddCmdImpl".
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Constructor and Description |
|---|
CatGroupCatEntryRelAddCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getCatalogId()
Gets the catalog Id for the catalog group catalog entry relationship.
|
java.lang.Long |
getCatentryId()
Gets the catalog entry Id for the catalog group catalog entry relationship.
|
java.lang.Long |
getCatgroupId()
Gets the catalog group Id for the catalog group catalog entry relationship.
|
java.lang.String |
getRule()
Gets the rule.
|
java.lang.Double |
getSequence()
Gets the sequence number for the relationship.
|
java.lang.String |
getURL()
Gets the redirect URL.
|
void |
performExecute()
Adds the catalog, catalog group, catalog entry relationship.
|
void |
productSetSynchronization()
Product Set Synchronization.
|
void |
reset()
Resets all the variables.
|
void |
setCatalogId(java.lang.Long anCatalogId)
Sets a catalog Id for the catalog group catalog entry relationship.
|
void |
setCatentryId(java.lang.Long anCatentryId)
Sets a catalog entry Id for the catalog group catalog entry relationship.
|
void |
setCatgroupId(java.lang.Long anCatgroupId)
Sets a catalog group Id for the catalog group catalog entry relationship.
|
void |
setRequestProperties(TypedProperty reqParms)
Sets the request properties.
|
void |
setRule(java.lang.String astrRule)
Sets the rule.
|
void |
setSequence(java.lang.Double adSequence)
Sets the sequence number for the relationship.
|
void |
setURL(java.lang.String astrURL)
Sets the redirect URL.
|
void |
validateParameters()
Validates the input parameters.
|
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 CatGroupCatEntryRelAddCmdpublic java.lang.Long getCatentryId()
getCatentryId in interface CatGroupCatEntryRelAddCmdpublic java.lang.Long getCatgroupId()
getCatgroupId in interface CatGroupCatEntryRelAddCmdpublic java.lang.String getRule()
public java.lang.Double getSequence()
public java.lang.String getURL()
public void performExecute()
throws ECException
AddCatgpenrel task command.performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setCatalogId(java.lang.Long anCatalogId)
setCatalogId in interface CatGroupCatEntryRelAddCmdanCatalogId - catalog Idpublic void setCatentryId(java.lang.Long anCatentryId)
setCatentryId in interface CatGroupCatEntryRelAddCmdanCatentryId - catalog entry Idpublic void setCatgroupId(java.lang.Long anCatgroupId)
setCatgroupId in interface CatGroupCatEntryRelAddCmdanCatgroupId - java.lang.Longpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
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 CatGroupCatEntryRelAddCmdastrRule - rulepublic void setSequence(java.lang.Double adSequence)
setSequence in interface CatGroupCatEntryRelAddCmdadSequence - sequence for the relationshippublic void setURL(java.lang.String astrURL)
setURL in interface CatGroupCatEntryRelAddCmdastrURL - redirect URLpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionpublic void productSetSynchronization()
throws ECException
ECException