public class DeleteAuctionCmdImpl extends ToolsControllerCommandImpl implements DeleteAuctionCmd
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
defaultCommandClassName, NAME| Constructor and Description |
|---|
DeleteAuctionCmdImpl()
DeleteAuctionCmdImpl constructor comment.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Vector |
getAuctionIdList()
Returns a list of auction identifiers.
|
java.util.Hashtable |
getErrorContent()
Returns the hashtable containing error codes.
|
AccessVector |
getResources()
Gets the access vector accessed by this command.
|
boolean |
isReadyToCallExecute()
isReadyToCallExecute method comment.
|
void |
performExecute()
Implementation for DeleteAuctionCmd.
|
void |
setAuctionIdList(java.util.Vector newAuctionIdList)
Stores a list of auction identifiers.
|
void |
setErrorContent(java.util.Hashtable newErrorContent)
Sets the incoming hashtable of error codes.
|
void |
setRequestProperties(TypedProperty paramTable)
Sets request properties for view command.
|
getViewInputPropertiescheckPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputPropertiesaccessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, 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, waitcheckPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerpublic static final java.lang.String COPYRIGHT
public DeleteAuctionCmdImpl()
public java.util.Vector getAuctionIdList()
public java.util.Hashtable getErrorContent()
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 AbstractECTargetableCommandECExceptionpublic void setAuctionIdList(java.util.Vector newAuctionIdList)
setAuctionIdList in interface DeleteAuctionCmdnewAuctionIdList - java.util.Vectorpublic void setErrorContent(java.util.Hashtable newErrorContent)
newErrorContent - java.util.Hashtablepublic void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
ToolsControllerCommandImplIn the default implementation, this method simply saves the request properties.
setRequestProperties in interface ControllerCommandsetRequestProperties in class ToolsControllerCommandImplparamTable - com.ibm.commerce.datatype.TypedPropertyECApplicationException - The exception description.public AccessVector getResources() throws ECException
getResources in interface ECCommandgetResources in class AbstractECTargetableCommandECApplicationException - is raised with message ERR_BAD_PARMS when the auction parameters are invalid.ECException