java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.rfq.commands.DeletePAttributeValueCmdImpl
Deletes a personalization attribute value.
This is the default implementation of the DeletePAttributeValueCmd. This command uses the following AccessBeans:
Field Summary |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.rfq.commands.DeletePAttributeValueCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
DeletePAttributeValueCmdImpl() Constructor for DeletePAttributeValueCmdImpl |
Method Summary | |
java.lang.Long | getPAttributeId() Gets the personalization attribute ID of the deleted personalization attribute value. |
java.lang.Long | getRfqProductId() Gets the RFQ product ID of the deleted personalization attribute value. |
java.lang.Long | getRspProductId() Gets the response product ID of the deleted personalization attribute value. |
void | performExecute() Execute the command. |
void | reset() Resets the command. |
void | setPAttrValueId(java.lang.Long pAttrValueId) Sets the personalization attribute valud ID. |
void | validateParameters() Check mandatory parameters. |
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 |
Constructor Detail |
public DeletePAttributeValueCmdImpl()
Method Detail |
public void performExecute() throws ECException
public void reset()
public void validateParameters() throws ECException
public void setPAttrValueId(java.lang.Long pAttrValueId)
public java.lang.Long getRfqProductId()
public java.lang.Long getRspProductId()
public java.lang.Long getPAttributeId()
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.