Class AbstractImportPatchAction

java.lang.Object
de.hybris.platform.patches.actions.AbstractImportPatchAction
Direct Known Subclasses:
ImportPatchAction

public abstract class AbstractImportPatchAction extends Object
This class contains some less complex methods in order to make inheriting classes smaller.
  • Field Details

    • configurationService

      protected ConfigurationService configurationService
    • globalPath

      protected String globalPath
    • releasePath

      protected String releasePath
    • releasesPath

      protected String releasesPath
    • patchPath

      protected String patchPath
    • extensionPath

      protected String extensionPath
  • Constructor Details

    • AbstractImportPatchAction

      public AbstractImportPatchAction()
  • Method Details

    • getBasePath

      protected String getBasePath(Patch patch)
      Create base path that is common for all impexes, in example:
      /patchesdemo/releases/release01/patch_01_00
      Parameters:
      patch - Patch
      Returns:
      part of path
      See Also:
    • getReleasePath

      protected String getReleasePath(Release release)
      Create part of file path to impexes.
      In example:
      /release01
      Parameters:
      release - Release
      Returns:
      file path to release folder for impexes
    • getPatchPath

      protected String getPatchPath(Patch patch)
      Create part of file path to impexes.
      In example:
      /patch
      Parameters:
      patch - Patch
      Returns:
      file path to patch folder for impexes
    • getReleasePath

      public String getReleasePath()
    • setReleasePath

      public void setReleasePath(String releasePath)
    • getPatchPath

      public String getPatchPath()
    • setPatchPath

      public void setPatchPath(String patchPath)
    • getGlobalPath

      public String getGlobalPath()
    • setGlobalPath

      public void setGlobalPath(String globalPath)
    • getExtensionPath

      public String getExtensionPath()
    • setExtensionPath

      public void setExtensionPath(String extensionPath)
    • getReleasesPath

      public String getReleasesPath()
    • setReleasesPath

      public void setReleasesPath(String releasesPath)
    • getConfigurationService

      public ConfigurationService getConfigurationService()
    • setConfigurationService

      public void setConfigurationService(ConfigurationService configurationService)