The AttributeValueDeleteCmd
is a URL and Controller Command
that:
CatalogEntryDeleteCmd
for all the items associated with
the deleting attribute value.CatalogEntryDeleteCmd
to delete the
itemAttributeValue
DeleteAttributeValueCmd
Other Controller Commands: None
Mandatory Parameters: attrvalueId, or catentryId
Additional Parameters: none
Optional Parameters: force, descLangId, URL
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 |
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)
anAttributeId
- the attribute IDpublic void setAttrvalueId(java.lang.Long anAttrvalueId)
anAttrvalueId
- the attribute value IDpublic void setCatentryId(java.lang.Long anCatentryId)
anCatentryId
- the catalog entry IDpublic void setDescLanguage(java.lang.Integer anDescLanguage)
anDescLanguage
- the language IDpublic void setForce(java.lang.Integer anForce)
anForce
- the force delete option for deleting the catalog
entrypublic void setURL(java.lang.String astrURL)
astrURL
- the redirect URL