Class NoOpCartValidator
- java.lang.Object
-
- de.hybris.platform.order.strategies.impl.NoOpCartValidator
-
- All Implemented Interfaces:
CartValidator
public class NoOpCartValidator extends java.lang.Object implements CartValidator
This validator does nothing TODO: remove this interface or fill with business code
-
-
Constructor Summary
Constructors Constructor Description NoOpCartValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
validateCart(CartModel cart)
validates theCartModel
.
-
-
-
Method Detail
-
validateCart
public void validateCart(CartModel cart) throws InvalidCartException
Description copied from interface:CartValidator
validates theCartModel
. Currently not in use!- Specified by:
validateCart
in interfaceCartValidator
- Parameters:
cart
- the cart- Throws:
InvalidCartException
- an exception
-
-