java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.catalogmanagement.commands.CatGroupCatEntryRelDeleteCmdImpl
The CatGroupCatEntryRelDeleteCmd is a URL and controller command that:
Field Summary | |
static java.lang.String | CLASSNAME The name of this interface is "com.ibm.commerce.catalogmanagement.commands.CatGroupCatEntryRelDeleteCmdImpl". |
static java.lang.String | COPYRIGHT The internal copyright field. |
java.lang.Boolean | GENERIC_CATENTRY_ID |
java.lang.Boolean | GENERIC_CATGROUP_ID |
static java.lang.String | GENERIC_SYMBOL |
protected java.lang.Double | idSequence |
protected java.lang.Long | inCatalogId |
protected java.lang.Long | inCatentryId |
protected java.lang.Long | inCatgroupId |
protected java.lang.String | istrRule |
protected java.lang.String | istrURL |
Fields inherited from class com.ibm.commerce.command.ControllerCommandImpl |
requestProperties, responseProperties, retriable, viewReqProperties |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
CatGroupCatEntryRelDeleteCmdImpl() |
Method Summary | |
java.lang.Long | getCatalogId() Get the catalog Id for the catalog group catalog entry relationship |
java.lang.Long | getCatentryId() Get the catalog entry Id for the catalog group catalog entry relationship |
java.lang.Long | getCatgroupId() Get the catalog group Id for the catalog group catalog entry relationship |
java.lang.String | getRule() Get the rule |
java.lang.Double | getSequence() Get the sequence |
java.lang.String | getURL() Get the redirect URL |
void | performExecute() The main program for CatGroupCatEntryRelDelete command |
void | reset() This method reset all the variables used in CatGroupCatEntryRelDelete command |
void | setCatalogId(java.lang.Long anCatalogId) Set a catalog Id for the catalog group catalog entry relationship |
void | setCatentryId(java.lang.Long anCatentryId) Set a catalog entry Id for the catalog group catalog entry relationship |
void | setCatgroupId(java.lang.Long anCatgroupId) Set a catalog group Id for the catalog group catalog entry relationship |
void | setRequestProperties(TypedProperty reqParms) This method obtain the input parameters for CatGroupCatEntryRelDelete command |
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 a redirect URL |
void | validateParameters() This method validates the parameters for CatGroupCatEntryRelDelete command |
Methods inherited from class com.ibm.commerce.command.ControllerCommandImpl |
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties |
Methods inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
accessControlCheck, checkIsAllowed, checkParameters, checkResourcePermission, createCommandExecutionEvent, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ControllerCommand |
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, 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, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String CLASSNAME
public static final java.lang.String GENERIC_SYMBOL
public java.lang.Boolean GENERIC_CATGROUP_ID
public java.lang.Boolean GENERIC_CATENTRY_ID
protected java.lang.String istrURL
protected java.lang.Long inCatalogId
protected java.lang.Long inCatentryId
protected java.lang.Long inCatgroupId
protected java.lang.String istrRule
protected java.lang.Double idSequence
Constructor Detail |
public CatGroupCatEntryRelDeleteCmdImpl()
Method Detail |
public java.lang.Long getCatalogId()
public java.lang.Long getCatentryId()
public java.lang.Long getCatgroupId()
public java.lang.String getRule()
public java.lang.Double getSequence()
public java.lang.String getURL()
public void performExecute() throws ECException
public void reset()
public void setCatalogId(java.lang.Long anCatalogId)
public void setCatentryId(java.lang.Long anCatentryId)
public void setCatgroupId(java.lang.Long anCatgroupId)
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
public void setRule(java.lang.String astrRule)
public void setSequence(java.lang.Double adSequence)
public void setURL(java.lang.String astrURL)
public void validateParameters() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.