Class VersionProcess

java.lang.Object
com.skava.accounts.util.VersionProcess

@Component public class VersionProcess extends Object
The Class VesionProcess
Since:
8.0
Author:
Infosys Equinox
  • Field Details

    • PAGE_CONSTANT

      public static final int PAGE_CONSTANT
      See Also:
    • messageSource

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

    • VersionProcess

      public VersionProcess()
  • Method Details

    • findAll

      public List<VersionDO> findAll(VersionDO versionDO)
      This method is used to find all version based on given version Request.
      Parameters:
      versionDO - It contains the attributes required for loading version.
      Returns:
      It returns the VersionDO. throws ValidateException if any validation error occurs.
    • search

      public org.springframework.data.domain.Page<VersionEntity> search(String filters, org.springframework.data.domain.Pageable pageable, String locale)
      This method will price in the entity and provide the results based on the filters
      Parameters:
      filters - this will contains filter
      pageable - this will contain page values
      locale - this will contain size values
      Returns:
      It will contain the list of Version
    • getLiveVersion

      public String getLiveVersion(long collectionId)
      Parameters:
      collectionId - collectionId
      Returns:
      String version