public class ProductPricingCmdImpl extends TaskCommandImpl implements ProductPricingCmd, ECToolsConstants, ECConstants
Behavior
A pricing data bean is passed to this command and is then used to persist its information by calling execute() on the command.
Constructor and Description |
---|
ProductPricingCmdImpl() |
Modifier and Type | Method and Description |
---|---|
boolean | isReadyToCallExecute()
This method is called by the targetable command framework.
|
void | performExecute()
the method used to perform the task command's function.
|
void | setPricingDataBean(com.ibm.commerce.tools.catalog.beans.PricingDataBean pricingDataBean)
Used to set the pricing data bean which is to be persisted.
|
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void setPricingDataBean(com.ibm.commerce.tools.catalog.beans.PricingDataBean pricingDataBean)