|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Auction Base command interface.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
static java.lang.String |
defaultCommandClassName
|
Fields inherited from interface com.ibm.commerce.tools.command.ToolsControllerCommand |
NAME |
Method Summary | |
void |
setBidRuleUrlName(java.lang.String s,
boolean isReq)
Get bid rule id from Tools Framework's XML Object, and set it for the command. |
void |
setCurrencyUrlName(java.lang.String s,
boolean isReq)
Get the currency string from Tools Framework's XML Object, and set it for the command. |
void |
setCurrentAskPriceUrlName(java.lang.String s,
boolean isReq)
Get current ask price from Tools Framework's XML Object, and set it for the command. |
void |
setCurrentAvailableQuantityUrlName(java.lang.String s,
boolean isReq)
Get current available quantity from Tools Framework's XML Object, and set it for the command. |
void |
setDayDurationUrlName(java.lang.String s,
boolean isReq)
Get duration days from Tools Framework's XML Object, and set it for the command. |
void |
setDepositUrlName(java.lang.String s,
boolean isReq)
Get deposit amount from Tools Framework's XML Object, and set it for the command. |
void |
setEndDateUrlName(java.lang.String s,
boolean isReq)
Get auction's end date from Tools Framework's XML Object, and set it for the command. |
void |
setEndTimeUrlName(java.lang.String s,
boolean isReq)
Get auction's end time from Tools Framework's XML Object, and set it for the command. |
void |
setFulfillmentCenterIdUrlName(java.lang.String s,
boolean isReq)
Get fulfillment center id from Tools Framework's XML Object, and set it for the command. |
void |
setLanguageIdUrlName(java.lang.String s,
boolean isReq)
Get language id from Tools Framework's XML Object, and set it for the command. |
void |
setLongDescriptionUrlName(java.lang.String s,
boolean isReq)
Get auction's long description from Tools Framework's XML Object, and set it for the command. |
void |
setMinBidUrlName(java.lang.String s,
boolean isReq)
Get auction's reserve price from Tools Framework's XML Object, and set it for the command. |
void |
setOwnerIdUrlName(java.lang.String s,
boolean isReq)
Get auction's owner id from Tools Framework's XML Object, and set it for the command. |
void |
setPriceUrlName(java.lang.String s,
boolean isReq)
Get auction's close pricing policy type(discriminative or non-discriminative) from Tools Framework's XML Object, and set it for the command. |
void |
setProductMacroUrlName(java.lang.String s,
boolean isReq)
Get auction's product display page name from Tools Framework's XML Object, and set it for the command. |
void |
setProductNumberUrlName(java.lang.String s,
boolean isReq)
Get auction's product id from Tools Framework's XML Object, and set it for the command. |
void |
setQuantityUrlName(java.lang.String s,
boolean isReq)
Get auction's quantity from Tools Framework's XML Object, and set it for the command. |
void |
setRuleMacroUrlName(java.lang.String s,
boolean isReq)
Get auction's rule display page name from Tools Framework's XML Object, and set it for the command. |
void |
setRuleTypeUrlName(java.lang.String s,
boolean isReq)
Get auction's closing type (fixed time closing, etc.) from Tools Framework's XML Object, and set it for the command. |
void |
setShortDescriptionUrlName(java.lang.String s,
boolean isReq)
Get auction's short description from Tools Framework's XML Object, and set it for the command. |
void |
setStartDateUrlName(java.lang.String s,
boolean isReq)
Get auction's start date from Tools Framework's XML Object, and set it for the command. |
void |
setStartPriceUrlName(java.lang.String s,
boolean isReq)
Get Dutch auction's start price from Tools Framework's XML Object, and set it for the command. |
void |
setStartTimeUrlName(java.lang.String s,
boolean isReq)
Get auction's start time from Tools Framework's XML Object, and set it for the command. |
void |
setTimeDurationUrlName(java.lang.String s,
boolean isReq)
Get duration time string (in hh:mm:ss format) from Tools Framework's XML Object, and set it for the command. |
void |
setTypeUrlName(java.lang.String s,
boolean isReq)
Get auction type string from Tools Framework's XML Object, and set it for the command. |
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
Method Detail |
public void setBidRuleUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for bid rule id.isReq
- Whether is parameter is required.public void setCurrencyUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for currency string.isReq
- Whether is parameter is required.public void setCurrentAskPriceUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the current ask price.isReq
- Whether is parameter is required.public void setCurrentAvailableQuantityUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the current available quantity.isReq
- Whether is parameter is required.public void setDayDurationUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for duration days.isReq
- Whether is parameter is required.public void setDepositUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for deposit.isReq
- Whether is parameter is required.public void 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.public void 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.public void 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.public void setLanguageIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the language id.isReq
- Whether is parameter is required.public void setLongDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the long description.isReq
- Whether is parameter is required.public void setMinBidUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the end date.isReq
- Whether is parameter is required.public void setOwnerIdUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the owner id.isReq
- Whether is parameter is required.public void setPriceUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the close pricing policy type.isReq
- Whether is parameter is required.public void setProductMacroUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the product display page name.isReq
- Whether is parameter is required.public void 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.public void setQuantityUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the quantity.isReq
- Whether is parameter is required.public void setRuleMacroUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the rule display page name.isReq
- Whether is parameter is required.public void 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.public void setShortDescriptionUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the short description.isReq
- Whether is parameter is required.public void setStartDateUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the start date.isReq
- Whether is parameter is required.public void setStartPriceUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for the start price.isReq
- Whether is parameter is required.public void 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.public void setTimeDurationUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for duration time.isReq
- Whether is parameter is required.public void setTypeUrlName(java.lang.String s, boolean isReq) throws ECException
s
- The name for auction type.isReq
- Whether is parameter is required.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |