Class OndemandSampleDataSystemSetup


  • public class OndemandSampleDataSystemSetup
    extends AbstractSystemSetup
    This class imports the ondemand sample data. It does not hook into the normal system setup processing but instead is triggered by the SampleDataImportedEventListener
    • Constructor Detail

      • OndemandSampleDataSystemSetup

        public OndemandSampleDataSystemSetup()
    • Method Detail

      • importSampleData

        public void importSampleData​(java.lang.String importDirectory,
                                     SystemSetupContext context,
                                     java.util.List<ImportData> importData)
      • importIntegrationData

        protected void importIntegrationData​(SystemSetupContext context,
                                             java.lang.String importDirectory,
                                             java.lang.String storeName)
      • importCommonIntegrationData

        protected void importCommonIntegrationData​(SystemSetupContext context,
                                                   java.lang.String importDirectory)
      • setCoreDataImportService

        public void setCoreDataImportService​(CoreDataImportService coreDataImportService)