Class FindAllVersionServiceImpl

java.lang.Object
com.skava.price.service.impl.FindAllVersionServiceImpl
All Implemented Interfaces:
com.skava.core.EcommService<VersionRequestInternal,VersionsAPIResponse>, FindAllVersionService

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

    • FindAllVersionServiceImpl

      public FindAllVersionServiceImpl()
  • 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,VersionsAPIResponse>
      Returns:
      It returns the ValidatorComponent.
    • process

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