public class DeleteAuctionTaskCmdImpl extends TaskCommandImpl implements DeleteAuctionTaskCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DeleteAuctionTaskCmdImpl()
DeleteAuctionCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getAuctionIdList()
Returns the list of auction identifiers.
|
java.util.Hashtable |
getErrorContent()
Returns a hashtable of error codes.
|
java.lang.Integer |
getFulfillmentCenterId()
Gets the fullfillment center identifier.
|
boolean |
isReadyToCallExecute()
Determines if the command can be executed.
|
void |
performExecute()
Implementation for DeleteAuctionCmd.
|
void |
setAuctionIdList(java.util.Vector newAuctionIdList)
Stores the incoming list of auction identifiers.
|
void |
setErrorContent(java.util.Hashtable newErrorContent)
Stores the incoming hashtable containing error codes.
|
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersexecuteFromCache, 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, setDefaultProperties, validateParameterspublic static final java.lang.String COPYRIGHT
public DeleteAuctionTaskCmdImpl()
public java.util.Vector getAuctionIdList()
public java.util.Hashtable getErrorContent()
getErrorContent in interface DeleteAuctionTaskCmdpublic java.lang.Integer getFulfillmentCenterId()
public boolean isReadyToCallExecute()
isReadyToCallExecute in interface com.ibm.websphere.command.CommandisReadyToCallExecute in class AbstractECTargetableCommandpublic void performExecute()
throws ECException
performExecute in interface ECCommandperformExecute in interface com.ibm.websphere.command.TargetableCommandperformExecute in class AbstractECTargetableCommandECException - if any problems are encountered.public void setAuctionIdList(java.util.Vector newAuctionIdList)
setAuctionIdList in interface DeleteAuctionTaskCmdnewAuctionIdList - The list of auction identifiers.public void setErrorContent(java.util.Hashtable newErrorContent)
newErrorContent - The hashtable containing error codes.