public class ECouponPromotionPublishCmdImpl extends ToolsControllerCommandImpl implements ECouponPromotionPublishCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT
Deprecated.
IBM coyright notice field.
|
| Constructor and Description |
|---|
| ECouponPromotionPublishCmdImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
| AccessVector | getResources()
Deprecated.
This method is used for access control policies.
|
| void | performExecute()
Deprecated.
Marks the status of the coupon promotion in the CouponPromotionAccessBean as per the status in the request properties, subject to certain constraints.
|
| void | validateParameters()
Deprecated.
Validates the parameters of the command.
|
public static final java.lang.String COPYRIGHT
public ECouponPromotionPublishCmdImpl()
public AccessVector getResources() throws ECException
public void performExecute()
throws ECException
Behaviour
The command does the following
public void validateParameters()
throws ECException
| Parameter Name | Valid Type | Optional/Mandatory |
|---|---|---|
| ECECouponConstant.EC_Promo_Id | String - Name of promotion | Mandatory |
| ECECouponConstant.EC_Status | String - Status of promotion | Mandatory |
Behaviour
The command does the following