| Package | Description |
|---|---|
| de.hybris.platform.btg.validation |
| Class and Description |
|---|
| AbstractCollectionValidator
Checks if the elements of a collection are valid.
|
| AbstractExpressionValidator
Checks for a
BTG expression with certain operands that a specified value from the right operand doesn't
fall below the given minimum. |
| 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.