com.ibm.commerce.utf.commands
Interface TradingEngineBaseCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, ToolsControllerCommand
All Known Subinterfaces:
TradingEngineCreateCmd
All Known Implementing Classes:
TradingEngineBaseCmdImpl, TradingEngineCreateCmdImpl

public interface TradingEngineBaseCmd
extends ToolsControllerCommand

Trading engines Base Command.


Field Summary
static java.lang.String COPYRIGHT
          Deprecated. IBM copyright notice field.
static java.lang.String defaultCommandClassName
          Deprecated. The default implementation of this command.
static java.lang.String NAME
          Deprecated. The name of this command.
 
Method Summary
 void setEndDateFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves end date from the tools XML object and stores it in a member variable.
 void setEndTimeFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves end time from the tools XML object and stores it in a member variable.
 void setLongDescriptionFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the long description from the tools XML object and stores it in a member variable.
 void setMaxOfferFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the offering limit for the trading engine from the tools XML object and stores it in a member variable.
 void setMultiStageFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the stage information for the trading engine from the tools XML object and stores it in a member variable.
 void setNameFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the trading engine name from the tools XML object and stores it in a member variable.
 void setShortDescriptionFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the short description from the tools XML object and stores it in a member variable.
 void setStageInfoFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the information pertaining to each stage of negotiation from the tools XML object and stores it in a member variable.
 void setStartDateFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the start date from the tools XML object and stores it in a member variable.
 void setStartTimeFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the start time from the tools XML object and stores it in a member variable.
 void setStateMachineFromUrl(java.lang.String s, boolean isReq)
          Deprecated. Retrieves the state machine or flow number from the tools XML object and stores it in a member variable.
 
Methods inherited from interface com.ibm.commerce.command. ControllerCommand
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command. AccCommand
accessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command. ECCommand
checkIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParameters
 

Field Detail

NAME

public static final java.lang.String NAME
Deprecated. 
The name of this command.
See Also:
Constant Field Values

public static final java.lang.String COPYRIGHT
Deprecated. 
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
Deprecated. 
The default implementation of this command.
See Also:
Constant Field Values
Method Detail

setEndTimeFromUrl

public void setEndTimeFromUrl(java.lang.String s,
                              boolean isReq)
Deprecated. 
Retrieves end time from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setLongDescriptionFromUrl

public void setLongDescriptionFromUrl(java.lang.String s,
                                      boolean isReq)
Deprecated. 
Retrieves the long description from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setMaxOfferFromUrl

public void setMaxOfferFromUrl(java.lang.String s,
                               boolean isReq)
Deprecated. 
Retrieves the offering limit for the trading engine from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setMultiStageFromUrl

public void setMultiStageFromUrl(java.lang.String s,
                                 boolean isReq)
Deprecated. 
Retrieves the stage information for the trading engine from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setNameFromUrl

public void setNameFromUrl(java.lang.String s,
                           boolean isReq)
Deprecated. 
Retrieves the trading engine name from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setShortDescriptionFromUrl

public void setShortDescriptionFromUrl(java.lang.String s,
                                       boolean isReq)
Deprecated. 
Retrieves the short description from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setStageInfoFromUrl

public void setStageInfoFromUrl(java.lang.String s,
                                boolean isReq)
Deprecated. 
Retrieves the information pertaining to each stage of negotiation from the tools XML object and stores it in a member variable. A stage of negotiation might have one or more rounds; any given stage and round combination may employ specific algorithms for matching, evaluation etc.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setStartDateFromUrl

public void setStartDateFromUrl(java.lang.String s,
                                boolean isReq)
Deprecated. 
Retrieves the start date from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setStartTimeFromUrl

public void setStartTimeFromUrl(java.lang.String s,
                                boolean isReq)
Deprecated. 
Retrieves the start time from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setStateMachineFromUrl

public void setStateMachineFromUrl(java.lang.String s,
                                   boolean isReq)
Deprecated. 
Retrieves the state machine or flow number from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.

setEndDateFromUrl

public void setEndDateFromUrl(java.lang.String s,
                              boolean isReq)
Deprecated. 
Retrieves end date from the tools XML object and stores it in a member variable.
Parameters:
s - The parameter name to look for in the tools XML object.
isReq - true if it is a mandatory parameter, false otherwise.