|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for basic offering command.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
static java.lang.String |
NAME
|
Method Summary | |
void |
setAccountIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the account identifier from the tools XML object and stores it in a member variable. |
void |
setClosingRuleFromUrl(java.lang.String s,
boolean isReq)
Retrieves the closing rule identifier from the tools XML object and stores it in a member variable. |
void |
setDocumentDescriptionFromUrl(java.lang.String s,
boolean isReq)
Retrieves the attachment description from the tools XML object and stores it in a member variable. |
void |
setDocumentURLFromUrl(java.lang.String s,
boolean isReq)
Retrieves the attachment URL from the tools XML object and stores it in a member variable. |
void |
setDomainFromUrl(java.lang.String s,
boolean isReq)
Retrieves the trading domain from the tools XML object and stores it in a member variable. |
void |
setEndDateFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering end date from the tools XML object and stores it in a member variable. |
void |
setEndTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering end time from the tools XML object and stores it in a member variable. |
void |
setLongDescFromUrl(java.lang.String s,
boolean isReq)
Retrieves the long description from the tools XML object and stores it in a member variable. |
void |
setMarketFromUrl(java.lang.String s,
boolean isReq)
Retrieves the market/store identifier from the tools XML object and stores it in a member variable. |
void |
setMimeTypeEncodingFromUrl(java.lang.String s,
boolean isReq)
Retrieves the mime type encoding of the attachment from the tools XML object and stores it in a member variable. |
void |
setMimeTypeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the mime type of the attachment from the tools XML object and stores it in a member variable. |
void |
setNameFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering name from the tools XML object and stores it in a member variable. |
void |
setNumBidsFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering's response count from the tools XML object and stores it in a member variable. |
void |
setOfferAttrListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of attributes for the offeringfrom the tools XML object and stores it in a member variable. |
void |
setOfferIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering identifier from the tools XML object and stores it in a member variable. |
void |
setOwnerIdFromUrl(java.lang.String s,
boolean isReq)
Retrieves the member identifier of the offering owner from the tools XML object and stores it in a member variable. |
void |
setProdAttrListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of product attributes from the tools XML object and stores it in a member variable. |
void |
setProdListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of products from the tools XML object and stores it in a member variable. |
void |
setShortDescFromUrl(java.lang.String s,
boolean isReq)
Retrieves the short description from the tools XML object and stores it in a member variable. |
void |
setStartDateFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering start date from the tools XML object and stores it in a member variable. |
void |
setStartTimeFromUrl(java.lang.String s,
boolean isReq)
Retrieves the offering 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 identifier from the tools XML object and stores it in a member variable. |
void |
setTcListFromUrl(java.lang.String s,
boolean isReq)
Retrieves the list of TCs from the tools XML object and stores it in a member variable. |
void |
setTradingEngineFromUrl(java.lang.String s,
boolean isReq)
Retrieves the trading engine identifier 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 setAccountIdFromUrl(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 setClosingRuleFromUrl(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 setDocumentDescriptionFromUrl(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 setDocumentURLFromUrl(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 setDomainFromUrl(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.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 setLongDescFromUrl(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 setMarketFromUrl(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 setMimeTypeEncodingFromUrl(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 setMimeTypeFromUrl(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 setNumBidsFromUrl(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 setOfferAttrListFromUrl(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 setOfferIdFromUrl(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 setOwnerIdFromUrl(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 setProdAttrListFromUrl(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 setProdListFromUrl(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 setShortDescFromUrl(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 setTcListFromUrl(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 setTradingEngineFromUrl(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 |