Class CreatePriceValueValidator

java.lang.Object
com.skava.price.validator.service.CreatePriceValueValidator
All Implemented Interfaces:
com.skava.core.EcommComponent, com.skava.core.validation.ValidatorComponent

@Component public class CreatePriceValueValidator extends Object implements com.skava.core.validation.ValidatorComponent
The Class CreatePriceValueValidator
Since:
8.0
Author:
Infosys Equinox
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected CommonProcess
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    preProcess(com.skava.core.validation.InputModel model)
    Validation for Create PriceValue

    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
  • Field Details

    • commonProcess

      @Autowired protected CommonProcess commonProcess
  • Constructor Details

    • CreatePriceValueValidator

      public CreatePriceValueValidator()
  • Method Details

    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      Validation for Create PriceValue
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent