com.ibm.commerce.utf.commands
Class TradingEngineDeleteCmdImpl
java.lang.Object
|
+--CacheableCommandImpl
|
+--com.ibm.commerce.command.AbstractECTargetableCommand
|
+--com.ibm.commerce.command.ControllerCommandImpl
|
+--com.ibm.commerce.tools.command.ToolsControllerCommandImpl
|
+--com.ibm.commerce.utf.commands.TradingEngineDeleteCmdImpl
- All Implemented Interfaces:
-
AccCommand,
ControllerCommand,
ECCommand,
ECTargetableCommand,
ToolsControllerCommand,
TradingEngineDeleteCmd
- public class TradingEngineDeleteCmdImpl
- extends
ToolsControllerCommandImpl
- implements
TradingEngineDeleteCmd
This is the default implementation of the TradingEngineDeleteCmd Command
This command uses the following AccessBeans
- See Also:
- Serialized
Form
Method Summary |
java.util.Hashtable |
getErrorContent()
Deprecated. Returns the errorContent hashtable |
java.util.Vector |
getTradingEngineList()
Deprecated. Returns a list of trading engine
identifiers. |
void |
performExecute()
Deprecated. Deletes the trading engines. |
void |
setErrorContent(java.util.Hashtable newErrorContent)
Deprecated. Copies the incoming hashtable into a member
variable. |
void |
setRequestProperties(
TypedProperty prop)
Deprecated. Retrieves the identifier of the RFQ that is to be
submitted.
The WebController calls the setRequestProperties method before invoking the
execute method in this command. |
void |
setTradingEngineList(java.util.Vector newTradingEngineList)
Deprecated. Stores the incoming list of trading engine
IDs. |
Methods inherited from class
com.ibm.commerce.command.
ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getResponseProperties,
getRetriable,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setResponseProperties,
setRetriable,
setViewInputProperties |
Methods inherited from class
com.ibm.commerce.command.
AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
reset,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Methods inherited from interface
com.ibm.commerce.command.
ControllerCommand |
checkPermission,
execute,
getGeneric,
getRequestProperties,
getResolvedRequestProperties,
getResponseProperties,
getRetriable,
getViewInputProperties,
isGeneric,
isRetriable,
mergeProperties,
setGeneric,
setRetriable,
setViewInputProperties |
Methods inherited from interface
com.ibm.commerce.command.
ECCommand |
checkIsAllowed,
checkResourcePermission,
createCommandExecutionEvent,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getResources,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
TradingEngineDeleteCmdImpl
public TradingEngineDeleteCmdImpl()
- Deprecated.
- DeleteAuctionStyleCmdImpl constructor.
getErrorContent
public java.util.Hashtable getErrorContent()
- Deprecated.
- Returns the errorContent hashtable
-
- Returns:
- The hashtable containing error codes.
getTradingEngineList
public java.util.Vector getTradingEngineList()
- Deprecated.
- Returns a list of trading engine identifiers.
-
- Returns:
- A list of trading engine IDs.
public void performExecute()
throws ECException
- Deprecated.
- Deletes the trading engines.
-
- Specified by:
-
performExecute
in interface
ECCommand
- Overrides:
-
performExecute
in class
AbstractECTargetableCommand
-
- Throws:
ECException.
-
ECException
- See Also:
-
ECCommand.performExecute()
setErrorContent
public void setErrorContent(java.util.Hashtable newErrorContent)
- Deprecated.
- Copies the incoming hashtable into a member variable.
-
- Parameters:
newErrorContent
- The incoming hashtable containing
errorcodes.
setRequestProperties
public void setRequestProperties(TypedProperty prop)
throws ECApplicationException
- Deprecated.
- Retrieves the identifier of the RFQ that is to be submitted.
The WebController calls the setRequestProperties method before invoking the
execute method in this command.
-
- Specified by:
-
setRequestProperties
in interface
ControllerCommand
- Overrides:
-
setRequestProperties
in class
ToolsControllerCommandImpl
-
- Parameters:
prop
- request properties
- Throws:
ECApplicationException.
-
ECApplicationException
- See Also:
-
ControllerCmd#setRequestProperties(TypedProperty)
setTradingEngineList
public void setTradingEngineList(java.util.Vector newTradingEngineList)
- Deprecated.
- Stores the incoming list of trading engine IDs.
-
- Specified by:
-
setTradingEngineList
in interface
TradingEngineDeleteCmd
-
- Parameters:
newTradingEngineList
- The incoming list of trading engine
IDs.