The AttributeValueDeleteCmd 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.AttributeValueDeleteCmd". |
static java.lang.String | COPYRIGHT The internal copyright field. |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Method Summary | |
java.lang.Long | getAttributeId() Gets the attribute ID. |
java.lang.Long | getAttrvalueId() Gets the attribute value ID. |
java.lang.Long | getCatentryId() Gets the catalog entry ID. |
void | setAttributeId(java.lang.Long anAttributeId) Sets the attribute ID. |
void | setAttrvalueId(java.lang.Long anAttrvalueId) Sets the attribute value ID. |
void | setCatentryId(java.lang.Long anCatentryId) Sets the catalog entry ID. |
void | setDescLanguage(java.lang.Integer anDescLanguage) Sets the language ID for the attribute value. |
void | setForce(java.lang.Integer anForce) Sets the force delete option for the attribute value. |
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 |
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
Method Detail |
public java.lang.Long getAttributeId()
public java.lang.Long getAttrvalueId()
public java.lang.Long getCatentryId()
public void setAttributeId(java.lang.Long anAttributeId)
public void setAttrvalueId(java.lang.Long anAttrvalueId)
public void setCatentryId(java.lang.Long anCatentryId)
public void setDescLanguage(java.lang.Integer anDescLanguage)
public void setForce(java.lang.Integer anForce)
public void setURL(java.lang.String astrURL)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.