Class CreateRatingFeedbackValidator

java.lang.Object
com.skava.ratingandreviews.validator.CreateRatingFeedbackValidator
All Implemented Interfaces:
com.skava.core.EcommComponent, com.skava.core.validation.ValidatorComponent

@Component public class CreateRatingFeedbackValidator extends Object implements com.skava.core.validation.ValidatorComponent

CreateRatingFeedbackValidator

This class defines UserInfo Create and Update Validator This validator component used for validating the given UserInfo request model.

Author:
Infosys Equinox
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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.

    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

    • CreateRatingFeedbackValidator

      public CreateRatingFeedbackValidator()
  • 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 interface com.skava.core.validation.ValidatorComponent
      Parameters:
      model - holdes the input model as model