| Interface | Description |
|---|---|
| PromotionElementNVPValidationCmd |
Interface of the command that checks a value according to the name of the value.
|
| Class | Description |
|---|---|
| PromotionElementNVPNumberValidationCmdImpl |
This command checks a NVP value and throws exception if the value is not a number.
|
| PromotionElementNVPPercentageValidationCmdImpl |
This command checks a NVP value and throws exception if the value is not a number between 0 and 100.
|
| PromotionElementNVPPositiveNumberValidationCmdImpl |
This command checks a NVP value and throws exception if the value is not a positive number.
|
| PromotionElementNVPValidationCmdImpl |
This command checks a NVP value and throws exception if the value is null or an empty string.
|