public class CopyRFQAttachmentCmdImpl extends TaskCommandImpl implements CopyRFQAttachmentCmd
This is the default implementation of the CopyRFQAttachmentCmd. This command calls the following TaskCommands:
This command uses the following AccessBeans/DataBeans:RFQAttachmentListBeanRFQAccessBeanAttachmentDataBean| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
CopyRFQAttachmentCmdImpl()
CopyRFQAttachmentCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getNewRFQId()
Gets the newRFQId
|
java.lang.Long |
getSourceRFQId()
Gets the sourceRFQId
|
void |
performExecute()
Performs the RFQ attachment copy action.
|
void |
reset()
Reset the command
|
void |
setNewRFQId(java.lang.Long newRFQId)
Sets the newRFQId
|
void |
setSourceRFQId(java.lang.Long sourceRFQId)
Sets the sourceRFQId
|
void |
validateParameters()
Checks if the source RFQ 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, setDefaultPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCachegetCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicyequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiescheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultPropertiespublic static final java.lang.String COPYRIGHT
public CopyRFQAttachmentCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException.ECException,
ECCommand#performExecute()public void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECException - The exception describing the failure.ECCommand#validateParameters()public java.lang.Long getNewRFQId()
getNewRFQId in interface CopyRFQAttachmentCmdpublic void setNewRFQId(java.lang.Long newRFQId)
setNewRFQId in interface CopyRFQAttachmentCmdnewRFQId - The newRFQId to setpublic java.lang.Long getSourceRFQId()
getSourceRFQId in interface CopyRFQAttachmentCmdpublic void setSourceRFQId(java.lang.Long sourceRFQId)
setSourceRFQId in interface CopyRFQAttachmentCmdsourceRFQId - The sourceRFQId to set