Class ImpExSystemSetup

java.lang.Object
de.hybris.platform.impex.systemsetup.ImpExSystemSetup
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@SystemSetup(extension="ALL_EXTENSIONS") public class ImpExSystemSetup extends Object implements org.springframework.beans.factory.InitializingBean
  • Field Details

  • Constructor Details

    • ImpExSystemSetup

      public ImpExSystemSetup()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • createAutoImpexEssentialData

      @SystemSetup(type=ESSENTIAL, process=ALL) public void createAutoImpexEssentialData(SystemSetupContext context)
    • createAutoImpexProjectData

      @SystemSetup(type=PROJECT, process=ALL) public void createAutoImpexProjectData(SystemSetupContext context)
    • importCSVFromResources

      protected void importCSVFromResources(String csv)
    • setPathMatcher

      public void setPathMatcher(org.springframework.util.PathMatcher pathMatcher)