Class CollectionValidatorComponent

java.lang.Object
com.skava.validator.services.CollectionValidatorComponent
All Implemented Interfaces:
com.skava.core.EcommComponent, com.skava.core.validation.ValidatorComponent
Direct Known Subclasses:
ActionValidator, CollectionCreateAndUpdateValidator, CollectionPropertiesUpdateValidator, EventValidator, SendNotificationValidator, UpdateActionValidator

public class CollectionValidatorComponent extends Object implements com.skava.core.validation.ValidatorComponent
Common validator component
Author:
Infosys Equinox
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    postProcess(com.skava.core.validation.InputModel model, com.skava.core.validation.OutputModel response)
     
    void
    preProcess(com.skava.core.validation.InputModel model)
     

    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

    init, onEvent

    Methods inherited from interface com.skava.core.validation.ValidatorComponent

    preProcess
  • Constructor Details

    • CollectionValidatorComponent

      public CollectionValidatorComponent()
      Default constructor
  • Method Details

    • destroy

      public void destroy()
      Specified by:
      destroy in interface com.skava.core.EcommComponent
    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent
    • postProcess

      public void postProcess(com.skava.core.validation.InputModel model, com.skava.core.validation.OutputModel response)
      Specified by:
      postProcess in interface com.skava.core.validation.ValidatorComponent