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 |
---|
public static final java.lang.String NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
Method Detail |
---|
public void setEndTimeFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setLongDescriptionFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setMaxOfferFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setMultiStageFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setNameFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setShortDescriptionFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setStageInfoFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setStartDateFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setStartTimeFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setStateMachineFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.public void setEndDateFromUrl(java.lang.String s, boolean isReq)
s
- The parameter name to look for in the tools XML
object.isReq
- true if it is a mandatory parameter, false
otherwise.