Class FindModelServiceImpl

java.lang.Object
com.skava.catalog.service.impl.FindModelServiceImpl
All Implemented Interfaces:
FindModelService, com.skava.core.EcommService<ModelRequestInternal,Model>

@Service public class FindModelServiceImpl extends Object implements FindModelService
The Class FindModelServiceImpl
Author:
Infosys Equinox
  • Constructor Details

    • FindModelServiceImpl

      public FindModelServiceImpl()
  • Method Details

    • process

      public Model process(ModelRequestInternal request)
      This method is used to load single Model based on given Model identifier.
      Specified by:
      process in interface com.skava.core.EcommService<ModelRequestInternal,Model>
      Parameters:
      request - It contains the models required for the load of Model.
      Returns:
      It returns the ModelAPIResponse.
    • getValidator

      public List<com.skava.core.validation.ValidatorComponent> getValidator()
      This method is used to validation the given request.
      Specified by:
      getValidator in interface com.skava.core.EcommService<ModelRequestInternal,Model>
      Returns:
      It returns the ValidatorComponent.