java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.ControllerCommandImpl
com.ibm.commerce.catalogmanagement.commands.ProductAttributeDeleteCmdImpl
Implementation for ProductAttributeDelete command which is the URL command for deleting an Attribute to a Catalog Entry (Product)
Field Summary | |
static java.lang.String | CLASSNAME |
static java.lang.String | COPYRIGHT |
protected java.lang.Boolean | ibDeleteItems |
protected java.lang.Long | inAttributeId |
protected java.lang.Integer | inAttrLangId |
protected java.lang.Long | inCatentryId |
protected java.lang.Integer | inForce |
protected java.lang.Double | inSequence |
protected java.lang.String | istrAttrtypeId |
protected java.lang.String | istrDescription |
protected java.lang.String | istrDescription2 |
protected java.lang.String | istrField1 |
protected java.lang.String | istrName |
protected java.lang.String | istrOID |
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 | |
ProductAttributeDeleteCmdImpl() |
Method Summary | |
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 |
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 wheteher 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 obtain 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 |
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
protected java.lang.String istrURL
protected java.lang.Long inAttributeId
protected java.lang.String istrAttrtypeId
protected java.lang.Long inCatentryId
protected java.lang.String istrDescription
protected java.lang.String istrDescription2
protected java.lang.String istrField1
protected java.lang.Integer inAttrLangId
protected java.lang.String istrName
protected java.lang.String istrOID
protected java.lang.Double inSequence
protected java.lang.Integer inForce
protected java.lang.Boolean ibDeleteItems
Constructor Detail |
public ProductAttributeDeleteCmdImpl()
Method Detail |
public java.lang.Long getAttributeId()
public java.lang.Integer getAttrLangId()
public java.lang.String getAttrtypeId()
public java.lang.Long getCatentryId()
public java.lang.Integer getForce()
public java.lang.String getName()
public java.lang.Double getSequence()
public java.lang.String getURL()
public void performExecute() throws ECException
public void reset()
public void setAttributeId(java.lang.Long anAttributeId)
public void setAttrLangId(java.lang.Integer anAttrLangId)
public void setAttrtypeId(java.lang.String astrAttrtypeId)
public void setCatentryId(java.lang.Long anCatentryId)
public void setForce(java.lang.Integer anForce)
public void setName(java.lang.String astrName)
public void setDeleteItems(java.lang.Boolean abDeleteItems)
public void setRequestProperties(TypedProperty reqParms) throws ECApplicationException
public void setSequence(java.lang.Double anSequence)
public void setURL(java.lang.String astrURL)
public void validateParameters() throws ECException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.