| Class | Description |
|---|---|
| AbstractCollectionValidator<T> |
Checks if the elements of a collection are valid.
|
| AbstractExpressionValidator<A extends java.lang.annotation.Annotation,T extends java.lang.Comparable<T>> |
Checks for a
BTG expression with certain operands that a specified value from the right operand doesn't
fall below the given minimum. |
| CartTotalSumValidator | |
| ExpressionValidatorTest |
Unit tests for the different expression validators.
|
| KeyValuePairValidator | |
| NumberOfOrdersDateRangeValidator | |
| NumberOfOrdersValidator | |
| ProductsInCartValidator | |
| ProductsInLastOrdersValidator | |
| QuantityOfProductInCartValidator | |
| RegExpValidator |
| Annotation Type | Description |
|---|---|
| CartTotalSum |
Checks if the total sum of the cart is greater than or equal to zero.
|
| KeyValuePair |
Checks if the collection contains strings of key-value pairs.
|
| NumberOfOrders |
Checks if the number of orders is greater than zero.
|
| NumberOfOrdersDateRange |
Checks for a
BTGNumberOfOrdersOperandModel that the 'from' date is before the 'to' date. |
| ProductsInCart |
Checks if the number of products in cart is greater than or equal to zero.
|
| ProductsInLastOrders |
Checks if the number of products in the last orders is greater than or equal to zero.
|
| QuantityOfProductInCart |
Checks if the quantity of the selected product in cart is greater than or equal to zero.
|
| RegExp |
Checks if the collection contains strings of regular expressions.
|
Copyright © 2018 SAP SE. All Rights Reserved.