public interface AuctionBaseCmd extends ToolsControllerCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
static java.lang.String |
defaultCommandClassName
The default implementation class name.
|
NAME| Modifier and Type | Method and Description |
|---|---|
void |
setBidRuleUrlName(java.lang.String s,
boolean isReq)
Gets bid rule ID from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setCurrencyUrlName(java.lang.String s,
boolean isReq)
Gets the currency string from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setCurrentAskPriceUrlName(java.lang.String s,
boolean isReq)
Gets current ask price from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setCurrentAvailableQuantityUrlName(java.lang.String s,
boolean isReq)
Gets current available quantity from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setDayDurationUrlName(java.lang.String s,
boolean isReq)
Gets duration days from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setDepositUrlName(java.lang.String s,
boolean isReq)
Gets deposit amount from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setEndDateUrlName(java.lang.String s,
boolean isReq)
Gets auction's end date from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setEndTimeUrlName(java.lang.String s,
boolean isReq)
Gets auction's end time from the WebSphere Commerce tools framework XML objects, and sets it for the command.
|
void |
setFulfillmentCenterIdUrlName(java.lang.String s,
boolean isReq)
Gets fulfillment center ID from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setLanguageIdUrlName(java.lang.String s,
boolean isReq)
Gets language ID from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setLongDescriptionUrlName(java.lang.String s,
boolean isReq)
Gets auction's long description from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setMinBidUrlName(java.lang.String s,
boolean isReq)
Gets auction's reserve price from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setOwnerIdUrlName(java.lang.String s,
boolean isReq)
Gets auction's owner ID from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setPriceUrlName(java.lang.String s,
boolean isReq)
Gets auction's close pricing policy type(discriminative or non-discriminative) from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setProductMacroUrlName(java.lang.String s,
boolean isReq)
Gets auction's product display page name from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setProductNumberUrlName(java.lang.String s,
boolean isReq)
Gets auction's product ID from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setQuantityUrlName(java.lang.String s,
boolean isReq)
Gets auction's quantity from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setRuleMacroUrlName(java.lang.String s,
boolean isReq)
Gets auction's rule display page name from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setRuleTypeUrlName(java.lang.String s,
boolean isReq)
Gets auction's closing type (fixed time closing, and so forth.) from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setShortDescriptionUrlName(java.lang.String s,
boolean isReq)
Gets auction's short description from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setStartDateUrlName(java.lang.String s,
boolean isReq)
Gets auction's start date from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setStartPriceUrlName(java.lang.String s,
boolean isReq)
Gets Dutch auction's start price from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
void |
setStartTimeUrlName(java.lang.String s,
boolean isReq)
Gets auction's start time from the WebSphere Commerce tools framework XML objects, and sets it for the command.
|
void |
setTimeDurationUrlName(java.lang.String s,
boolean isReq)
Gets duration time string (in hh:mm:ss format) from the WebSphere Commerce tools framework XML objects, and sets it for the command.
|
void |
setTypeUrlName(java.lang.String s,
boolean isReq)
Gets auction type string from the WebSphere Commerce tools framework XML object, and sets it for the command.
|
checkPermission, execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputPropertiesexecuteFromCache, getCaller, getEntryInfo, getId, getSharingPolicy, postExecute, preExecute, setCaller, updateCachegetCommandTarget, getCommandTargetName, hasOutputProperties, performExecute, setCommandTarget, setCommandTargetName, setOutputPropertiesaccessControlCheck, getAccCheck, getForUserId, getResourceOwners, setAccCheck, setForUserId, setOwnercheckIsAllowed, checkResourcePermission, createCommandExecutionEvent, getCommandContext, getCommandIfName, getCommandName, getCommandStoreId, getDefaultProperties, getExceptionInvokeParameters, getPostInvokeParameters, getPreInvokeParameters, getResources, getStoreId, getUser, getUserId, performExecute, setCommandContext, setCommandIfName, setCommandStoreId, setDefaultProperties, validateParametersfulfills, getOwnerstatic final java.lang.String COPYRIGHT
static final java.lang.String defaultCommandClassName
void setBidRuleUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for bid rule ID.isReq - Whether is parameter is required.ECExceptionvoid setCurrencyUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for currency string.isReq - Whether is parameter is required.ECExceptionvoid setCurrentAskPriceUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the current asks price.isReq - Whether is parameter is required.ECExceptionvoid setCurrentAvailableQuantityUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the current available quantity.isReq - Whether is parameter is required.ECExceptionvoid setDayDurationUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for duration days.isReq - Whether is parameter is required.ECExceptionvoid setDepositUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for deposit.isReq - Whether is parameter is required.ECExceptionvoid setEndDateUrlName(java.lang.String s,
boolean isReq)
throws ECException
The format is yyyy-mm-dd.
s - The name for the end date.isReq - Whether is parameter is required.ECExceptionvoid setEndTimeUrlName(java.lang.String s,
boolean isReq)
throws ECException
The format is hh:mm:ss.
s - The name for the end time.isReq - Whether is parameter is required.ECExceptionvoid setFulfillmentCenterIdUrlName(java.lang.String s,
boolean isReq)
throws ECException
The current implementation is to resolve the fulfillment center based on product ID and quantity instead of setting directly.
s - The name for the fulfillment center ID.isReq - Whether is parameter is required.ECExceptionvoid setLanguageIdUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the language ID.isReq - Whether is parameter is required.ECExceptionvoid setLongDescriptionUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the long description.isReq - Whether is parameter is required.ECExceptionvoid setMinBidUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the end date.isReq - Whether is parameter is required.ECExceptionvoid setOwnerIdUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the owner ID.isReq - Whether is parameter is required.ECExceptionvoid setPriceUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the close pricing policy type.isReq - Whether is parameter is required.ECExceptionvoid setProductMacroUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the product display page name.isReq - Whether is parameter is required.ECExceptionvoid setProductNumberUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the product ID (Catalog Entry ID).isReq - Whether is parameter is required.ECExceptionvoid setQuantityUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the quantity.isReq - Whether is parameter is required.ECExceptionvoid setRuleMacroUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the rule display page name.isReq - Whether is parameter is required.ECExceptionvoid setRuleTypeUrlName(java.lang.String s,
boolean isReq)
throws ECException
Auction closing rule has the following valid values:
s - The name for the auction closing type.isReq - Whether is parameter is required.ECExceptionvoid setShortDescriptionUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the short description.isReq - Whether is parameter is required.ECExceptionvoid setStartDateUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the start date.isReq - Whether is parameter is required.ECExceptionvoid setStartPriceUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for the start price.isReq - Whether is parameter is required.ECExceptionvoid setStartTimeUrlName(java.lang.String s,
boolean isReq)
throws ECException
The format is hh:mm:ss.
s - The name for the start time.isReq - Whether is parameter is required.ECExceptionvoid setTimeDurationUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for duration time.isReq - Whether is parameter is required.ECExceptionvoid setTypeUrlName(java.lang.String s,
boolean isReq)
throws ECException
s - The name for auction type.isReq - Whether is parameter is required.ECException