Class CreateAttributeValidator

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

@Component public class CreateAttributeValidator extends Object implements com.skava.core.validation.ValidatorComponent
This Class contains validator methods for create attribute api.
Author:
Skava
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preProcess(com.skava.core.validation.InputModel model)
    The preprocess method called before the process method execution at the service Impl

    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

    • CreateAttributeValidator

      public CreateAttributeValidator()
      Default Constructor.
  • Method Details

    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      The preprocess method called before the process method execution at the service Impl
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent