Class FindVersionServiceImpl

java.lang.Object
com.skava.search.service.impl.FindVersionServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<VersionRequestInternal,Version>, FindVersionService

@Service public class FindVersionServiceImpl extends Object implements FindVersionService
The Class FindVersionServiceImpl
Since:
8.0
Author:
Infosys Equinox
  • Constructor Details

  • Method Details

    • 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<VersionRequestInternal,Version>
      Returns:
      It returns the ValidatorComponent.
    • process

      public Version process(VersionRequestInternal request)
      This method is used to load single Version based on given Version identifier.
      Specified by:
      process in interface com.skava.core.EcommService<VersionRequestInternal,Version>
      Parameters:
      request - It contains the attributes required for the load of Version.
      Returns:
      It returns the VersionAPIResponse.
      Throws:
      com.skava.core.ECommerceException - It will throw Ecommerce exception if it process get failed.