public class ProductDeleteImpl extends ToolsControllerCommandImpl implements ProductDelete
| Constructor and Description |
|---|
| ProductDeleteImpl() |
| Modifier and Type | Method and Description |
|---|---|
| void | performExecute()
This method implements the business logic for the ProductDelete controller command.
The CatalogEntryDeleteCmd is used to delete the product. |
| void | reset()
This method resets all instance variables to null.
|
| void | setRequestProperties(TypedProperty reqParams)
This method accepts input parameters from RequestProperties for the controller command.
|
| void | validateParameters()
This method validates input parameters for the controller command.
|
public void performExecute()
throws ECException
public void reset()
public void setRequestProperties(TypedProperty reqParams) throws ECApplicationException
public void validateParameters()
throws ECException