public class RespondRFQLevelAttachmentsCmdImpl extends TaskCommandImpl implements RespondRFQLevelAttachmentsCmd
This command uses the following AccessBeans:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
RespondRFQLevelAttachmentsCmdImpl()
Constructor an instance of RespondRFQLevelAttachmentsCmdImpl.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getAttachmentsVector()
Gets attachmentsVector
|
java.lang.Long |
getResponseId()
Gets responseId
|
boolean |
isTradingAttachmentRelationFound(java.lang.Long attachmentId)
Check if the trading attachment relationship is found.
|
void |
performExecute()
Create response attachments.
|
void |
setAttachmentsVector(java.util.Vector newAttachmentsVector)
Sets the field of attachmentsVector
|
void |
setResponseId(java.lang.Long newResponseId)
Sets the field of responseId
|
void |
validateParameters()
Validate response parameters.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, 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 RespondRFQLevelAttachmentsCmdImpl()
public java.util.Vector getAttachmentsVector()
public java.lang.Long getResponseId()
public boolean isTradingAttachmentRelationFound(java.lang.Long attachmentId)
attachmentId - java.lang.Longpublic void performExecute()
throws ECApplicationException,
ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECApplicationExceptionECExceptionpublic void setAttachmentsVector(java.util.Vector newAttachmentsVector)
setAttachmentsVector in interface RespondRFQLevelAttachmentsCmdnewAttachmentsVector - java.util.Vectorpublic void setResponseId(java.lang.Long newResponseId)
setResponseId in interface RespondRFQLevelAttachmentsCmdnewResponseId - java.lang.Longpublic void validateParameters()
throws ECApplicationException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECApplicationException