Class FindAllCollectionPropertyValidator

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

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

Class FindAllCollectionPropertyValidator

The Class FindAllCollectionPropertyValidator used to validate the find all collection property request

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preProcess(com.skava.core.validation.InputModel model)
    Pre-Process Validation for load collection

    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

    • FindAllCollectionPropertyValidator

      public FindAllCollectionPropertyValidator()
  • Method Details

    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      Pre-Process Validation for load collection
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent