public class AddTargetListCmdImpl extends TaskCommandImpl implements AddTargetListCmd
This is the default implementation of the AddTargetListCmd. This command uses the following AccessBeans/DataBeans:
RFQAccessBean
RFQTargetAccessBean
StoreAccessBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME
Constructor and Description |
---|
AddTargetListCmdImpl()
AddTargetListCmdImpl constructor comment.
|
Modifier and Type | Method and Description |
---|---|
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.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties
public static final java.lang.String COPYRIGHT
public AddTargetListCmdImpl()
public void reset()
reset
in interface com.ibm.websphere.command.Command
reset
in class AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException.
ECException
validateParameters()
,
CreateRFQBasicInfoCmd
,
,
ECCommand#performExecute()
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