Class GetAllNotesServiceValidator

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

@Component public class GetAllNotesServiceValidator extends UserValidatorComponent
This class defines get all notes service validator. This validator component used for validating the given request model NotesRequest
Author:
Infosys Equinox
  • Constructor Details

    • GetAllNotesServiceValidator

      public GetAllNotesServiceValidator()
      Default Constructor
  • Method Details

    • preProcess

      public void preProcess(com.skava.core.validation.InputModel model)
      This method will execute before the main implementation process gets completed. It will validate whether the given user id is valid or not
      Specified by:
      preProcess in interface com.skava.core.validation.ValidatorComponent
      Overrides:
      preProcess in class UserValidatorComponent
      Parameters:
      model - Holds InputModel model holds NotesRequest object used to validate user id before loading notes.