Class DefaultLicenceChangesService

java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultLicenceChangesService
All Implemented Interfaces:
E2EChangesPropertiesService

public class DefaultLicenceChangesService extends Object implements E2EChangesPropertiesService
Read dynamic license configuration changes into properties file
  • Constructor Details

    • DefaultLicenceChangesService

      public DefaultLicenceChangesService()
  • Method Details

    • getInfo

      public Properties getInfo()
      get all Info related to Licence
      Specified by:
      getInfo in interface E2EChangesPropertiesService
      Returns:
      collected dynamic configuration
    • setToProperties

      protected void setToProperties(Licence defaultLicence, Properties prop)
      Parameters:
      defaultLicence -
      prop -
    • getNameFile

      public String getNameFile()
      Specified by:
      getNameFile in interface E2EChangesPropertiesService
      Returns:
      name of destination file to be read by diagnostic agent basing on CCDB template
    • isSorted

      public boolean isSorted()
      Specified by:
      isSorted in interface E2EChangesPropertiesService
      Returns:
      should the properties be sorted
    • setSorted

      public void setSorted(boolean sorted)
      Parameters:
      sorted - the sorted to set
    • setNameFile

      public void setNameFile(String nameFile)
      Parameters:
      nameFile - the nameFile to set