Class DeleteRatingReviewPreferenceByIdServiceValidator
java.lang.Object
com.skava.ratingandreviews.validator.DeleteRatingReviewPreferenceByIdServiceValidator
- All Implemented Interfaces:
com.skava.core.EcommComponent,com.skava.core.validation.ValidatorComponent
@Component
public class DeleteRatingReviewPreferenceByIdServiceValidator
extends Object
implements com.skava.core.validation.ValidatorComponent
Class DeleteRatingReviewPreferenceByIdServiceValidator
This class provides the implementation for Pre-Process Validation for load userinfo.
- Author:
- Infosys Equinox
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpreProcess(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, waitMethods inherited from interface com.skava.core.EcommComponent
destroy, init, onEventMethods inherited from interface com.skava.core.validation.ValidatorComponent
postProcess, preProcess
-
Constructor Details
-
DeleteRatingReviewPreferenceByIdServiceValidator
public DeleteRatingReviewPreferenceByIdServiceValidator()
-
-
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:
preProcessin interfacecom.skava.core.validation.ValidatorComponent- Parameters:
model- holds the informaation about the moedel.
-