Class BackInStockValidator
java.lang.Object
de.hybris.platform.customerinterestsocc.validation.BackInStockValidator
- All Implemented Interfaces:
org.springframework.validation.Validator
public class BackInStockValidator
extends Object
implements org.springframework.validation.Validator
Validate the product's stock level when the notification type is back in stock.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetProductFacade(ProductFacade productFacade) booleanvoid
-
Constructor Details
-
BackInStockValidator
-
-
Method Details
-
supports
- Specified by:
supportsin interfaceorg.springframework.validation.Validator
-
validate
- Specified by:
validatein interfaceorg.springframework.validation.Validator
-
getProductFacade
-
setProductFacade
-