|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Base class interface for trading engines
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
void |
setEndDateFromUrl(java.lang.String s,
boolean isReq)
Retrieves end date from the tools XML object and stores it in a member variable. |
void |
setEndTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves end time from the tools XML object and stores it in a member variable. |
void |
setLongDescriptionFromUrl(java.lang.String s,
boolean isReq)
Retrieves the long description from the tools XML object and stores it in a member variable. |
void |
setMaxOfferFromUrl(java.lang.String s,
boolean isReq)
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)
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)
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)
Retrieves the short description from the tools XML object and stores it in a member variable. |
void |
setStageInfoFromUrl(java.lang.String s,
boolean isReq)
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)
Retrieves the start date from the tools XML object and stores it in a member variable. |
void |
setStartTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the start time from the tools XML object and stores it in a member variable. |
void |
setStateMachineFromUrl(java.lang.String s,
boolean isReq)
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 |
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, setAccCheck, setForUserId, setOwner |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from interface com.ibm.commerce.security.Protectable |
fulfills, getOwner |
Field Detail |
public static final java.lang.String COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
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.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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |