public class ModifyAuctionStyleCmdImpl extends AuctionBaseCmdImpl implements ModifyAuctionStyleCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
ModifyAuctionStyleCmdImpl()
ModifyAuctionStyleCmdImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
public ModifyAuctionStyleCmdImpl()
public AccessVector getResources() throws ECException
public void performExecute() throws ECException
public void setAuctionStyleNameUrlName(java.lang.String name, boolean isReq) throws ECApplicationException
public void validateParameters() throws ECException