Class FindAllVersionServiceImpl

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

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

    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
      MessageSource.
    • authTokenHandler

      @Autowired protected com.skava.core.auth.AuthTokenHandler authTokenHandler
      The AuthTokenHandler.
  • 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 VersionsAPIResponse. throws ValidateException if any validation error occurs.