Class FindRatingReviewPreferenceValidator
java.lang.Object
com.skava.ratingandreviews.validator.FindRatingReviewPreferenceValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent
,com.skava.core.validation.ValidatorComponent
@Component
public class FindRatingReviewPreferenceValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
Class FindRatingReviewPreferenceValidator
This class provides the implementation for Pre-Process Validation for load userinfo.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
preProcess
(com.skava.core.validation.InputModel model) method preProcess This method is used to validate the locale which can be derived from the model which passed as argument into it.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommComponent
destroy, init, onEvent
Methods inherited from interface com.skava.core.validation.ValidatorComponent
postProcess, preProcess
-
Constructor Details
-
FindRatingReviewPreferenceValidator
public FindRatingReviewPreferenceValidator()
-
-
Method Details
-
preProcess
public void preProcess(com.skava.core.validation.InputModel model) method preProcess This method is used to validate the locale which can be derived from the model which passed as argument into it.- Specified by:
preProcess
in interfacecom.skava.core.validation.ValidatorComponent
- Parameters:
model
- holds the vaule for the model.
-