public class ShippingCalculationCodeApplyCmdImpl extends CalculationCmdImpl implements ShippingCalculationCodeApplyCmd
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | COPYRIGHT |
| Constructor and Description |
|---|
| ShippingCalculationCodeApplyCmdImpl() |
| Modifier and Type | Method and Description |
|---|---|
| void | performExecute()
This method performs the business logic for this command.
|
| void | reset()
Resets the command properties.
|
| void | setCode(CalculationCodeAccessBean aabCode)
Sets the calculation code.
|
| void | setItems(Item[] aItems)
Sets the items.
|
| void | setValues(java.math.BigDecimal[] adValues)
Sets the values to apply.
|
| void | setValues(java.lang.Integer anTaxCategoryId, java.math.BigDecimal[] adValues)
Sets values to apply for a tax category.
|
public static final java.lang.String COPYRIGHT
public void reset()
public void performExecute()
throws ECException
public void setCode(CalculationCodeAccessBean aabCode)
public void setItems(Item[] aItems)
public void setValues(java.math.BigDecimal[] adValues)
public void setValues(java.lang.Integer anTaxCategoryId,
java.math.BigDecimal[] adValues)