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.
|
getViewInputProperties
checkPermission, fulfills, getForUserId, getGeneric, getOwner, getRequestProperties, getResolvedRequestProperties, getResourceOwners, getResponseProperties, getRetriable, isGeneric, isRetriable, mergeProperties, setForUserId, setGeneric, setOwner, setResponseProperties, setRetriable, setViewInputProperties
accessControlCheck, checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getObjectSize, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, reset, setAccCheck, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, setObjectSize, unionDependencies, updateCache
getCommandTarget, getCommandTargetName, getTargetPolicy, hasOutputProperties, setCommandTarget, setCommandTargetName, setHasOutputProperties, setOutputProperties, setTargetPolicy
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRetriable, setViewInputProperties
executeFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCache
getCommandTarget, getCommandTargetName, hasOutputProperties, setCommandTarget, setCommandTargetName, setOutputProperties
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
fulfills, getOwner
public 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.Command
isReadyToCallExecute
in class AbstractECTargetableCommand
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in interface com.ibm.websphere.command.TargetableCommand
performExecute
in class AbstractECTargetableCommand
ECException
public void setAuctionIdList(java.util.Vector newAuctionIdList)
setAuctionIdList
in interface DeleteAuctionCmd
newAuctionIdList
- java.util.Vectorpublic void setErrorContent(java.util.Hashtable newErrorContent)
newErrorContent
- java.util.Hashtablepublic void setRequestProperties(TypedProperty paramTable) throws ECApplicationException
ToolsControllerCommandImpl
In the default implementation, this method simply saves the request properties.
setRequestProperties
in interface ControllerCommand
setRequestProperties
in class ToolsControllerCommandImpl
paramTable
- com.ibm.commerce.datatype.TypedPropertyECApplicationException
- The exception description.public AccessVector getResources() throws ECException
getResources
in interface ECCommand
getResources
in class AbstractECTargetableCommand
ECApplicationException
- is raised with message ERR_BAD_PARMS when the auction parameters are invalid.ECException