java.lang.Object
de.hybris.e2e.hybrisrootcauseanalysis.changeanalysis.services.impl.DefaultXmlChangesService
All Implemented Interfaces:
E2EChangesXmlService

public class DefaultXmlChangesService extends Object implements E2EChangesXmlService
Read dynamic configuration changes from a stored media file into XML file
  • Constructor Details

    • DefaultXmlChangesService

      public DefaultXmlChangesService()
  • Method Details

    • getMedia

      public MediaModel getMedia(String code)
      Description copied from interface: E2EChangesXmlService
      fetch media containing dynamic configuration
      Specified by:
      getMedia in interface E2EChangesXmlService
      Parameters:
      code - - code identifying configuration file stored as media in database
      Returns:
    • setMediaService

      public void setMediaService(MediaService mediaService)
      Parameters:
      mediaService - the mediaService to set
    • setCode

      public void setCode(String code)
      Parameters:
      code - the code to set
    • setNameFile

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

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

      public String getCode()
      Description copied from interface: E2EChangesXmlService
      code identifying configuration file stored as media in database
      Specified by:
      getCode in interface E2EChangesXmlService
      Returns: