public class ProductAttributeDeleteCmdImpl extends ControllerCommandImpl implements ProductAttributeDeleteCmd
ProductAttributeDeleteCmd is a URL and controller command that:
CatalogEntryDeleteCmd for all the items with the deleting attribute.
setDeleteItems to false if items of the product are not to be deleted when deleting the product attribute.
CatalogEntryDeleteCmd for all the items of the product.
setDeleteItems to false if items of the product are not to be deleted when deleting the product attribute.
AttributeAccessBean
AttributeAccessBean
DeleteAttributeCmd attributeId, or catentryId and name.descLangId, force, URL. | Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASSNAME
The name of this interface is "com.ibm.commerce.catalogmanagement.commands.ProductAttributeDeleteCmdImpl".
|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
defaultCommandClassName| Constructor and Description |
|---|
ProductAttributeDeleteCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAttributeId()
Get the attribute Id
|
java.lang.Integer |
getAttrLangId()
Get attribute language Id
|
java.lang.String |
getAttrtypeId()
Get the attribute type Id
Attribute types included:
1.
|
java.lang.Long |
getCatentryId()
Get the catalog entry Id
|
java.lang.Integer |
getForce()
Get the force delete option for the attribute
|
java.lang.String |
getName()
Get the attribute name
|
java.lang.Double |
getSequence()
Get the sequence number
|
java.lang.String |
getURL()
Get the redirect URL
|
void |
performExecute()
The main program for
ProductAttributeDelete command
This method calls the DeleteAttributeCmd task command. |
void |
reset()
This method reset all the variables used in
ProductAttributeDelete command |
void |
setAttributeId(java.lang.Long anAttributeId)
Set the attribute Id
|
void |
setAttrLangId(java.lang.Integer anAttrLangId)
Set the language Id of the Attribute
|
void |
setAttrtypeId(java.lang.String astrAttrtypeId)
Set the attribute type Id
Attribute types included:
1.
|
void |
setCatentryId(java.lang.Long anCatentryId)
Set the catalog entry Id
|
void |
setDeleteItems(java.lang.Boolean abDeleteItems)
Set whether or not to delete the items of the product for the deleting attribute
|
void |
setForce(java.lang.Integer anForce)
Set the force delete option of the attribute
|
void |
setName(java.lang.String astrName)
Set the attribute name
|
void |
setRequestProperties(TypedProperty reqParms)
This method obtains the input parameters for
ProductAttributeDelete command |
void |
setSequence(java.lang.Double anSequence)
Set the sequence number of the attribute
|
void |
setURL(java.lang.String astrURL)
Set a redirect URL
|
void |
validateParameters()
This method validates the parameters for
ProductAttributeDelete command |
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 getAttributeId()
getAttributeId in interface ProductAttributeDeleteCmdpublic java.lang.Integer getAttrLangId()
public java.lang.String getAttrtypeId()
public java.lang.Long getCatentryId()
getCatentryId in interface ProductAttributeDeleteCmdjava.lang.Long - public java.lang.Integer getForce()
java.lang.Integer - public java.lang.String getName()
java.lang.String - public java.lang.Double getSequence()
java.lang.Double - public java.lang.String getURL()
java.lang.String - public void performExecute()
throws ECException
ProductAttributeDelete command
This method calls the DeleteAttributeCmd task command. It then sets the attribute ID, and catalog entry ID in the response properties.performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionpublic void reset()
ProductAttributeDelete commandreset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void setAttributeId(java.lang.Long anAttributeId)
setAttributeId in interface ProductAttributeDeleteCmdanAttributeId - java.lang.Longpublic void setAttrLangId(java.lang.Integer anAttrLangId)
setAttrLangId in interface ProductAttributeDeleteCmdanAttrLangId - java.lang.Integerpublic void setAttrtypeId(java.lang.String astrAttrtypeId)
setAttrtypeId in interface ProductAttributeDeleteCmdastrAttrtypeId - java.lang.Stringpublic void setCatentryId(java.lang.Long anCatentryId)
setCatentryId in interface ProductAttributeDeleteCmdanCatentryId - java.lang.Longpublic void setForce(java.lang.Integer anForce)
setForce in interface ProductAttributeDeleteCmdanForce - java.lang.Integerpublic void setName(java.lang.String astrName)
setName in interface ProductAttributeDeleteCmdastrName - java.lang.Stringpublic void setDeleteItems(java.lang.Boolean abDeleteItems)
setDeleteItems in interface ProductAttributeDeleteCmdabDeleteItems - java.lang.Booleanpublic void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
ProductAttributeDelete commandsetRequestProperties in interface ControllerCommandsetRequestProperties in class ControllerCommandImplreqParms - This is an object that represents the request properties.ECApplicationExceptionpublic void setSequence(java.lang.Double anSequence)
setSequence in interface ProductAttributeDeleteCmdanSequence - java.lang.Doublepublic void setURL(java.lang.String astrURL)
setURL in interface ProductAttributeDeleteCmdastrURL - java.lang.Stringpublic void validateParameters()
throws ECException
ProductAttributeDelete commandvalidateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException