Class FindVersionServiceImpl

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

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

    • messageSource

      @Autowired protected org.springframework.context.MessageSource messageSource
      MessageSource.
  • Constructor Details

    • FindVersionServiceImpl

      public FindVersionServiceImpl()
  • Method Details

    • 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.
    • findById

      public VersionDO findById(VersionDO versionDO)
      This method is used to find Version based on given VersionRequest id.
      Parameters:
      versionDO - It contains the attributes required for the load of Version.
      Returns:
      It returns the VersionDO.