Offering Base Command.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
static java.lang.String |
defaultCommandClassName The default implementation of this command. |
static java.lang.String |
NAME The name of this command. |
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 |
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 COPYRIGHT
public static final java.lang.String defaultCommandClassName
public static final java.lang.String NAME
Method Detail |
---|
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.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.