java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.rfq.commands.AddTargetListCmdImpl
Implementation class for AddTargetListCmd.
This is the default implementation of the AddTargetListCmd. This command uses the following AccessBeans/DataBeans:
RFQAccessBean
RFQTargetAccessBean
StoreAccessBean
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. AddTargetListCmd |
defaultCommandClassName,
NAME |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
AddTargetListCmdImpl() AddTargetListCmdImpl constructor comment. |
Method Summary | |
---|---|
java.lang.Long |
getRfqId() Gets the rfqId |
java.lang.Integer |
getTargetStoreId() Gets the targetStoreId |
void |
performExecute() Performs add store to RFQ target list |
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 rfqId 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 AddTargetListCmdImpl()
Method Detail |
---|
public void reset()
reset
in class
AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException.
ECException
validateParameters()
, CreateRFQBasicInfoCmd
,
public void validateParameters() throws ECException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException
- The exception describing the failure.ECCommand.validateParameters()
public java.lang.Long getRfqId()
getRfqId
in interface
AddTargetListCmd
public void setRfqId(java.lang.Long rfqId)
setRfqId
in interface
AddTargetListCmd
rfqId
- The rfqId to setpublic java.lang.Integer getTargetStoreId()
getTargetStoreId
in interface
AddTargetListCmd
public void setTargetStoreId(java.lang.Integer targetStoreId)
setTargetStoreId
in interface
AddTargetListCmd
targetStoreId
- The targetStoreId to set