public class DeleteRFQAttachmentCmdImpl extends TaskCommandImpl implements DeleteRFQAttachmentCmd
| Modifier and Type | Field and Description |
|---|---|
java.lang.Long[] |
attachArray
Attachment Array.
|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
java.lang.Long |
tradingId
Trading Id.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DeleteRFQAttachmentCmdImpl()
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long[] |
getAttachArray()
The Attachment Id array to be deleted
|
java.lang.Long |
getTradingId()
The Trading id that associated with the attachments
|
void |
performExecute()
Delete RFQ Attachment performs Execute
|
void |
reset()
Reset the command.
|
void |
setAttachArray(java.lang.Long[] newAttachArray)
Sets attachment id array to be deleted
|
void |
setTradingId(java.lang.Long newTradingId)
Sets Trading Id
|
void |
validateParameters()
Checks if the tradingId 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 java.lang.Long[] attachArray
public java.lang.Long tradingId
public DeleteRFQAttachmentCmdImpl()
public void reset()
reset in interface com.ibm.websphere.command.Commandreset in class AbstractECTargetableCommandpublic java.lang.Long[] getAttachArray()
public java.lang.Long getTradingId()
public void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECExceptionECSystemExceptionECCommand#performExecute()public void setAttachArray(java.lang.Long[] newAttachArray)
setAttachArray in interface DeleteRFQAttachmentCmdcnewAttachArray - attachment Id Arraypublic void setTradingId(java.lang.Long newTradingId)
setTradingId in interface DeleteRFQAttachmentCmdnewTradingId - trading Idpublic void validateParameters()
throws ECException
validateParameters in interface ECCommandvalidateParameters in class AbstractECTargetableCommandECExceptionECCommand#validateParameters()