public class GalleryDeleteCmdImpl extends ControllerCommandImpl implements GalleryDeleteCmd, com.ibm.commerce.negotiation.util.AuctionConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
GalleryDeleteCmdImpl()
GalleryDeleteImpl constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getUrl()
Accessor method for member field.
|
boolean | isReadyToCallExecute()
Determines if the command is ready to run.
|
void | performExecute()
Removes the auction from the member's gallery.
|
void | setAuctionIdArrayFromList(java.lang.String list)
Parses a comma-delimited list of auction IDs into an array of strings.
|
void | setRequestProperties(TypedProperty param)
Copies key-value input data into member fields.
|
void | setUrl(java.lang.String newUrl)
Accessor method for member field.
|
public static final java.lang.String COPYRIGHT
public GalleryDeleteCmdImpl()
public java.lang.String getUrl()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void setAuctionIdArrayFromList(java.lang.String list)
public void setRequestProperties(TypedProperty param) throws ECApplicationException
public void setUrl(java.lang.String newUrl)