com.ibm.commerce.catalogmanagement.commands
Interface AttributeValueDeleteCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand
All Known Implementing Classes:
AttributeValueDeleteCmdImpl

public interface AttributeValueDeleteCmd
extends ControllerCommand

The AttributeValueDeleteCmd is a URL and Controller Command that:

Parameters: Access Beans: Task Commands: 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
The internal copyright field.
See Also:
Constant Field Values

CLASSNAME

public static final java.lang.String CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.AttributeValueDeleteCmd".
See Also:
Constant Field Values
Method Detail

getAttributeId

public java.lang.Long getAttributeId()
Gets the attribute ID.
Returns:
the attribute ID

getAttrvalueId

public java.lang.Long getAttrvalueId()
Gets the attribute value ID.
Returns:
the attribute value ID

getCatentryId

public java.lang.Long getCatentryId()
Gets the catalog entry ID.
Returns:
the catalog entry ID

setAttributeId

public void setAttributeId(java.lang.Long anAttributeId)
Sets the attribute ID.
Parameters:
anAttributeId - the attribute ID

setAttrvalueId

public void setAttrvalueId(java.lang.Long anAttrvalueId)
Sets the attribute value ID.
Parameters:
anAttrvalueId - the attribute value ID

setCatentryId

public void setCatentryId(java.lang.Long anCatentryId)
Sets the catalog entry ID.
Parameters:
anCatentryId - the catalog entry ID

setDescLanguage

public void setDescLanguage(java.lang.Integer anDescLanguage)
Sets the language ID for the attribute value.
Parameters:
anDescLanguage - the language ID

setForce

public void setForce(java.lang.Integer anForce)
Sets the force delete option for the attribute value. The force delete option is used to determine if the catalog entry associated with the attribute value is to be deleted or marked for deletion:
Parameters:
anForce - the force delete option for deleting the catalog entry

setURL

public void setURL(java.lang.String astrURL)
Sets the redirect URL.
Parameters:
astrURL - the redirect URL