java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.ControllerCommandImpl | +--com.ibm.commerce.tools.command.ToolsControllerCommandImpl | +--com.ibm.commerce.negotiation.commands.AuctionBaseCmdImpl | +--com.ibm.commerce.negotiation.commands.ModifyAuctionStyleCmdImpl
Modifies an auction style.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT Copyright statement. |
Fields inherited from class com.ibm.commerce.negotiation.commands. AuctionBaseCmdImpl |
bidRule,
currency,
currentAskPrice,
currentAvailableQuantity,
dayDuration,
deposit,
description,
durationTimeStamp,
endDate,
endTime,
endTimeStamp,
languageId,
longDescription,
minBid,
ownerid,
pricerule,
productMacro,
productNumber,
quantity,
ruleMacro,
ruleType,
startDate,
startPrice,
startTime,
startTimeStamp,
status,
timeDuration,
type |
Fields inherited from class com.ibm.commerce.command. ControllerCommandImpl |
requestProperties,
responseProperties,
retriable,
viewReqProperties |
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.negotiation.commands. ModifyAuctionStyleCmd |
defaultCommandClassName,
NAME |
Constructor Summary | |
---|---|
ModifyAuctionStyleCmdImpl() ModifyAuctionStyleCmdImpl constructor. |
Method Summary | |
---|---|
AccessVector |
getResources() Gets the access vector accessed by this command. |
void |
performExecute() Command Execution which modifies the auction style |
void |
setAuctionStyleNameUrlName(java.lang.String name,
boolean isReq) Sets the auction style name from url name/value pair. |
void |
validateParameters() Checks the parameters to the command. |
Methods inherited from class com.ibm.commerce.tools.command. ToolsControllerCommandImpl |
getViewInputProperties |
Methods inherited from class com.ibm.commerce.command. ControllerCommandImpl |
checkPermission,
fulfills,
getForUserId,
getGeneric,
getOwner,
getRequestProperties,
getResolvedRequestProperties,
getResourceOwners,
getRetriable,
isGeneric,
isRetriable,
mergeProperties,
setForUserId,
setGeneric,
setOwner,
setRetriable,
setViewInputProperties |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getStoreId,
getUser,
getUserId,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
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,
getStoreId,
getUser,
getUserId,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
public ModifyAuctionStyleCmdImpl()
Method Detail |
---|
public AccessVector getResources() throws ECException
getResources
in interface
ECCommand
getResources
in class
AbstractECTargetableCommand
ECException
- if any problems are encountered.public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AuctionBaseCmdImpl
ECException
- if any problems are encountered in the processing.public void setAuctionStyleNameUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
setAuctionStyleNameUrlName
in interface
ModifyAuctionStyleCmd
name
- Auction style name.isReq
- A boolean indicating whether or not the name is a
required field.
ECApplicationException
- if a required parameter has not been
supplied.public void validateParameters() throws ECException
validateParameters
in interface
ECCommand
validateParameters
in class
AbstractECTargetableCommand
ECException
- if any problems are found with the parameters.