java.lang.ObjectCacheableCommandImpl
com.ibm.commerce.command.AbstractECTargetableCommand
com.ibm.commerce.command.TaskCommandImpl
com.ibm.commerce.rfq.commands.RemoveTargetListCmdImpl
Implmentation for removing a store from the target list.
This is the default implementation of the RemoveTargetListCmd. This command uses the following AccessBeans/DataBeans:
Field Summary | |
static java.lang.String | COPYRIGHT COPYRIGHT |
Fields inherited from class com.ibm.commerce.command.AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.rfq.commands.RemoveTargetListCmd |
defaultCommandClassName, NAME |
Fields inherited from interface com.ibm.commerce.command.ECCommand |
defaultCommandClassName |
Constructor Summary | |
RemoveTargetListCmdImpl() RemoveTargetListCmdImpl constructor comment. |
Method Summary | |
java.lang.Long | getRfqId() Gets the rfqId |
java.lang.Integer | getTargetStoreId() Gets the targetStoreId |
void | performExecute() Performs removing the store from target list action. |
void | reset() Reset the command |
void | setRfqId(java.lang.Long rfqId) Sets the rfqId |
void | setTargetStoreId(java.lang.Integer targetStoreId) Sets the targetStoreId |
void | validateParameters() Checks if the RFQ id value is set. |
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 |
Field Detail |
public static final java.lang.String COPYRIGHT
Constructor Detail |
public RemoveTargetListCmdImpl()
Method Detail |
public void reset()
public void performExecute() throws ECException
public void validateParameters() throws ECException
public java.lang.Long getRfqId()
public void setRfqId(java.lang.Long rfqId)
public java.lang.Integer getTargetStoreId()
public void setTargetStoreId(java.lang.Integer targetStoreId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.