Uses of Class
de.hybris.platform.core.initialization.SystemSetupContext
-
-
Uses of SystemSetupContext in de.hybris.platform.acceleratorcms.setup
Methods in de.hybris.platform.acceleratorcms.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidAcceleratorCmsSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.addonsupport.setup
Methods in de.hybris.platform.addonsupport.setup with parameters of type SystemSetupContext Modifier and Type Method Description booleanAddOnSystemSetupSupport. getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)voidAddOnSampleDataImportService. importSampleData(java.lang.String extensionName, SystemSetupContext context, java.util.List<ImportData> importData, boolean solrReindex)Imports sample datavoidAddOnSampleDataImportService. importSampleDataTriggeredByAddon(java.lang.String extensionName, SystemSetupContext context, java.util.List<ImportData> importData, boolean solrReindex)Imports sample data without publishing a newAddonSampleDataImportedEventbooleanAddOnSystemSetupSupport. synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)booleanAddOnSystemSetupSupport. synchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName) -
Uses of SystemSetupContext in de.hybris.platform.addonsupport.setup.events
Constructors in de.hybris.platform.addonsupport.setup.events with parameters of type SystemSetupContext Constructor Description AddonSampleDataImportedEvent(SystemSetupContext context, java.util.List<ImportData> importData) -
Uses of SystemSetupContext in de.hybris.platform.addonsupport.setup.impl
Methods in de.hybris.platform.addonsupport.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description protected voidDefaultAddonSampleDataImportService. doImportSampleData(java.lang.String extensionName, SystemSetupContext context, java.util.List<ImportData> importData, boolean solrReindex, boolean triggeredByAddon)booleanDefaultAddOnSystemSetupSupport. getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)protected voidDefaultAddonSampleDataImportService. importCommonData(SystemSetupContext context, java.lang.String importRoot)Imports Common Dataprotected voidDefaultAddonSampleDataImportService. importContentCatalog(SystemSetupContext context, java.lang.String importRoot, java.lang.String catalogName)protected voidDefaultAddonSampleDataImportService. importProductCatalog(SystemSetupContext context, java.lang.String importRoot, java.lang.String catalogName)voidDefaultAddonSampleDataImportService. importSampleData(java.lang.String extensionName, SystemSetupContext context, java.util.List<ImportData> importData, boolean solrReindex)voidDefaultAddonSampleDataImportService. importSampleDataTriggeredByAddon(java.lang.String extensionName, SystemSetupContext context, java.util.List<ImportData> importData, boolean solrReindex)protected voidDefaultAddonSampleDataImportService. importStore(SystemSetupContext context, java.lang.String importRoot, java.lang.String storeName)protected voidDefaultAddonSampleDataImportService. importStoreInitialData(SystemSetupContext context, java.lang.String importRoot, java.util.List<java.lang.String> storeNames, java.lang.String productCatalog, java.util.List<java.lang.String> contentCatalogs, boolean solrReindex)protected voidDefaultAddonSampleDataImportService. importStoreLocations(SystemSetupContext context, java.lang.String importRoot, java.lang.String storeName)protected voidDefaultAddonSampleDataImportService. processStoreNames(SystemSetupContext context, java.lang.String importRoot, java.util.List<java.lang.String> storeNames, java.lang.String productCatalog, boolean solrReindex)protected voidDefaultAddonSampleDataImportService. synchronizeContent(SystemSetupContext context, java.lang.String productCatalog, java.util.List<java.lang.String> contentCatalogs, boolean productSyncSuccess)protected booleanDefaultAddonSampleDataImportService. synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName, boolean sync)booleanDefaultAddOnSystemSetupSupport. synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName)protected booleanDefaultAddonSampleDataImportService. synchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName, boolean sync)booleanDefaultAddOnSystemSetupSupport. synchronizeProductCatalog(SystemSetupContext context, java.lang.String catalogName) -
Uses of SystemSetupContext in de.hybris.platform.apparelstore.setup
Methods in de.hybris.platform.apparelstore.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidApparelStoreSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.c4ccustomer.datasetup
Methods in de.hybris.platform.c4ccustomer.datasetup with parameters of type SystemSetupContext Modifier and Type Method Description voidDataSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.cockpit.systemsetup
Methods in de.hybris.platform.cockpit.systemsetup with parameters of type SystemSetupContext Modifier and Type Method Description voidCockpitImportConfig. importCockpitConfig(SystemSetupContext context)The main method in this class which takes care of gathering cockpit configuration information from structure of directories and files, and then importing them to the hybris platform by csv file(generated in memory). -
Uses of SystemSetupContext in de.hybris.platform.commerceservices.dataimport
Methods in de.hybris.platform.commerceservices.dataimport with parameters of type SystemSetupContext Modifier and Type Method Description abstract voidAbstractDataImportService. execute(AbstractSystemSetup systemSetup, SystemSetupContext context, java.util.List<ImportData> importData)Execute import data.protected voidAbstractDataImportService. importAllData(AbstractSystemSetup systemSetup, SystemSetupContext context, ImportData importData, boolean syncCatalogs)booleanAbstractDataImportService. synchronizeContentCatalog(AbstractSystemSetup systemSetup, SystemSetupContext context, java.lang.String catalogName, boolean syncCatalogs)Creates and runs a content catalog synchronization jobbooleanAbstractDataImportService. synchronizeProductCatalog(AbstractSystemSetup systemSetup, SystemSetupContext context, java.lang.String catalogName, boolean syncCatalogs)Creates and runs a product catalog synchronization job -
Uses of SystemSetupContext in de.hybris.platform.commerceservices.dataimport.impl
Methods in de.hybris.platform.commerceservices.dataimport.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidCoreDataImportService. execute(AbstractSystemSetup systemSetup, SystemSetupContext context, java.util.List<ImportData> importData)voidSampleDataImportService. execute(AbstractSystemSetup systemSetup, SystemSetupContext context, java.util.List<ImportData> importData) -
Uses of SystemSetupContext in de.hybris.platform.commerceservices.setup
Methods in de.hybris.platform.commerceservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidAbstractSystemSetup. createContentCatalogSyncJob(SystemSetupContext context, java.lang.String catalogId)voidCommerceServicesSystemSetup. createEssentialData(SystemSetupContext context)This method will be called by system creator during initialization and system update.voidAbstractSystemSetup. createProductCatalogSyncJob(SystemSetupContext context, java.lang.String catalogId)PerformResultAbstractSystemSetup. executeCatalogSyncJob(SystemSetupContext context, java.lang.String catalogId)booleanAbstractSystemSetup. getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)Helper method for checking setting of a Boolean setup parameter.voidAbstractSystemSetup. importImpexFile(SystemSetupContext context, java.lang.String file)voidAbstractSystemSetup. importImpexFile(SystemSetupContext context, java.lang.String file, boolean errorIfMissing)voidAbstractSystemSetup. importImpexFile(SystemSetupContext context, java.lang.String file, boolean errorIfMissing, boolean legacyMode)protected voidCommerceServicesSystemSetup. importImpexFile(SystemSetupContext context, java.lang.String file, boolean errorIfMissing)Import impex file.voidAbstractSystemSetup. logError(SystemSetupContext context, java.lang.String message, java.lang.Throwable throwable)Log an error message in to the jsp contextvoidAbstractSystemSetup. logInfo(SystemSetupContext context, java.lang.String message)Log an info message in to the jsp contextvoidCommerceServicesSystemSetup. updateSolrIndexedPropertyVisibleFlag(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.commerceservices.setup.events
Methods in de.hybris.platform.commerceservices.setup.events that return SystemSetupContext Modifier and Type Method Description SystemSetupContextAbstractDataImportEvent. getContext()Constructors in de.hybris.platform.commerceservices.setup.events with parameters of type SystemSetupContext Constructor Description AbstractDataImportEvent(SystemSetupContext context, java.util.List<ImportData> importData)CoreDataImportedEvent(SystemSetupContext context, java.util.List<ImportData> importData)SampleDataImportedEvent(SystemSetupContext context, java.util.List<ImportData> importData) -
Uses of SystemSetupContext in de.hybris.platform.configurablebundleservices.setup
Methods in de.hybris.platform.configurablebundleservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidConfigurableBundleServicesSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.core.initialization
Methods in de.hybris.platform.core.initialization with parameters of type SystemSetupContext Modifier and Type Method Description voidSystemSetupCollector. executeMethods(SystemSetupContext systemSetupContext)Executes methods from the dataPool created before, according to the givenSystemSetupContext -
Uses of SystemSetupContext in de.hybris.platform.core.initialization.impl
Methods in de.hybris.platform.core.initialization.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidSystemSetupCollectorImpl. executeMethods(SystemSetupContext ctx) -
Uses of SystemSetupContext in de.hybris.platform.core.initialization.testbeans
Methods in de.hybris.platform.core.initialization.testbeans with parameters of type SystemSetupContext Modifier and Type Method Description voidSystemSetupParameterTestBean. parameterTest(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.core.systemsetup
Methods in de.hybris.platform.core.systemsetup with parameters of type SystemSetupContext Modifier and Type Method Description voidCoreSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.couponservices.setup.impl
Methods in de.hybris.platform.couponservices.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidCouponServicesSystemSetup. createEssentialData(SystemSetupContext context)voidCouponServicesSystemSetup. createProjectData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.customerreview.setup
Methods in de.hybris.platform.customerreview.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidCustomerReviewSystemSetup. createSearchRestrictions(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.electronicsstore.setup
Methods in de.hybris.platform.electronicsstore.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidElectronicsStoreSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.impex.systemsetup
Methods in de.hybris.platform.impex.systemsetup with parameters of type SystemSetupContext Modifier and Type Method Description voidImpExSystemSetup. createAutoImpexEssentialData(SystemSetupContext context)voidImpExSystemSetup. createAutoImpexProjectData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.integration.ondemand.sampledata.event
Methods in de.hybris.platform.integration.ondemand.sampledata.event with parameters of type SystemSetupContext Modifier and Type Method Description protected voidOndemandSampleDataSystemSetup. importCommonIntegrationData(SystemSetupContext context, java.lang.String importDirectory)protected voidOndemandSampleDataSystemSetup. importIntegrationData(SystemSetupContext context, java.lang.String importDirectory, java.lang.String storeName)voidOndemandSampleDataSystemSetup. importSampleData(java.lang.String importDirectory, SystemSetupContext context, java.util.List<ImportData> importData) -
Uses of SystemSetupContext in de.hybris.platform.marketplaceaddon.setup
Methods in de.hybris.platform.marketplaceaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidMarketplaceaddonAddonDataSetup. createEssentialData(SystemSetupContext context)protected voidMarketplaceaddonAddonDataSetup. importSampleContentCatalog(SystemSetupContext context, java.util.List<ImportData> importData)protected voidMarketplaceaddonAddonDataSetup. synchronizeContentCatalog(AbstractSystemSetup systemSetup, SystemSetupContext context, java.util.List<ImportData> importData) -
Uses of SystemSetupContext in de.hybris.platform.marketplaceoccaddon.setup
Methods in de.hybris.platform.marketplaceoccaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidMarketplaceOccAddonDataSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.marketplaceservices.setup
Methods in de.hybris.platform.marketplaceservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description protected voidMarketplaceservicesSystemSetup. importEssentialData(SystemSetupContext context)import essential data herevoidMarketplaceservicesSystemSetup. importInitializationData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.marketplacestore.service.dataimport.impl
Methods in de.hybris.platform.marketplacestore.service.dataimport.impl with parameters of type SystemSetupContext Modifier and Type Method Description protected voidMarketplaceSampleDataImportService. importAllData(AbstractSystemSetup systemSetup, SystemSetupContext context, ImportData importData, boolean syncCatalogs) -
Uses of SystemSetupContext in de.hybris.platform.marketplacestore.setup
Methods in de.hybris.platform.marketplacestore.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidMarketplacestoreSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.mediaconversion.setup
Methods in de.hybris.platform.mediaconversion.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidSampleData. createData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.messagecentercsoccaddon.setup
Methods in de.hybris.platform.messagecentercsoccaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidMessageCenterCSOccAddonDataSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.multicountrysampledataaddon.setup.impl
Methods in de.hybris.platform.multicountrysampledataaddon.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description protected voidMultiCountryAddOnSampleDataImportService. importContentCatalog(SystemSetupContext context, java.lang.String importRoot, java.lang.String catalogName) -
Uses of SystemSetupContext in de.hybris.platform.ordermanagementaddon.setup
Methods in de.hybris.platform.ordermanagementaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidOrderManagementAddonSetup. createEssentialData(SystemSetupContext context)This method will be called by system creator during initialization and system update.voidOrderManagementAddonSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.patches
Methods in de.hybris.platform.patches with parameters of type SystemSetupContext Modifier and Type Method Description protected voidAbstractPatchesSystemSetup. createEssentialData(SystemSetupContext setupContext)Method to create initial objects which will be called by system creator during initialization and system update.protected voidAbstractPatchesSystemSetup. createProjectData(SystemSetupContext setupContext)Method to create data that is used in your project.protected voidAbstractPatchesSystemSetup. executePatches(SystemSetupContext setupContext, SystemSetup.Type type)Based on executionType kept in JaloSession different execution Patch method is called.protected voidAbstractPatchesSystemSetup. executePatchesBasedOnSetupContext(SystemSetupContext setupContext, SystemSetup.Type type)Method iterates through list of Patches and executes these which were setup inSystemSetupContext.protected java.lang.BooleanAbstractPatchesSystemSetup. getSystemSetupParameter(SystemSetupContext context, java.lang.String key)Checks setting of a Boolean setup parameter taken from context. -
Uses of SystemSetupContext in de.hybris.platform.patches.internal
Methods in de.hybris.platform.patches.internal with parameters of type SystemSetupContext Modifier and Type Method Description static voidJspContextHolder. setJspContext(SystemSetupContext setupContext) -
Uses of SystemSetupContext in de.hybris.platform.patchesdemo.setup
Methods in de.hybris.platform.patchesdemo.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidPatchesDemoSystemSetup. createEssentialData(SystemSetupContext setupContext)voidPatchesDemoSystemSetup. createProjectData(SystemSetupContext setupContext)Implement this method to create data that is used in your project. -
Uses of SystemSetupContext in de.hybris.platform.powertoolsstore.services.dataimport.impl
Methods in de.hybris.platform.powertoolsstore.services.dataimport.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidPowertoolsSampleDataImportService. importCommerceOrgData(SystemSetupContext context)Imports the data related to Commerce Org. -
Uses of SystemSetupContext in de.hybris.platform.powertoolsstore.setup
Methods in de.hybris.platform.powertoolsstore.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidPowertoolsStoreSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.promotionengineservices.promotionengine.setup.impl
Methods in de.hybris.platform.promotionengineservices.promotionengine.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidPromotionEngineServicesSystemSetup. createEssentialData(SystemSetupContext context)voidPromotionEngineServicesSystemSetup. createProjectData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.ruledefinitions.setup.impl
Methods in de.hybris.platform.ruledefinitions.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidRuleDefinitionsSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.ruleengine.setup.impl
Methods in de.hybris.platform.ruleengine.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidRuleEngineSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.ruleengineservices.setup
Methods in de.hybris.platform.ruleengineservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidRuleEngineServicesMigrationSetup. execute(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.ruleengineservices.setup.impl
Methods in de.hybris.platform.ruleengineservices.setup.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidRuleEngineServicesSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.ruleengineservices.setup.tasks
Methods in de.hybris.platform.ruleengineservices.setup.tasks with parameters of type SystemSetupContext Modifier and Type Method Description voidMigrationTask. execute(SystemSetupContext systemSetupContext)Executes migration task -
Uses of SystemSetupContext in de.hybris.platform.ruleengineservices.setup.tasks.impl
Methods in de.hybris.platform.ruleengineservices.setup.tasks.impl with parameters of type SystemSetupContext Modifier and Type Method Description voidActivateRuleEngineTask. execute(SystemSetupContext systemSetupContext)voidDeactivateDroolsRulesTask. execute(SystemSetupContext systemSetupContext)voidInterceptorUnawareMigrationTaskDecorator. execute(SystemSetupContext systemSetupContext)voidLinkSourceRulesTask. execute(SystemSetupContext systemSetupContext)voidMigrationTo64Procedure. execute(SystemSetupContext context)voidReInitializeRuleModulesTask. execute(SystemSetupContext systemSetupContext)voidUpdateRuleStatusTask. execute(SystemSetupContext systemSetupContext)voidUpdateSourceRuleVersionTask. execute(SystemSetupContext systemSetupContext) -
Uses of SystemSetupContext in de.hybris.platform.sap.productconfig.rules.cps.setup
Methods in de.hybris.platform.sap.productconfig.rules.cps.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidProductConfigRulesCPSSetup. processEssentialFiles(SystemSetupContext context)The method processes first the base definitions for the CPS rules, and updates the definitions values with the language specific property files. -
Uses of SystemSetupContext in de.hybris.platform.sap.productconfig.rules.setup
Methods in de.hybris.platform.sap.productconfig.rules.setup with parameters of type SystemSetupContext Modifier and Type Method Description protected ImpexMacroParameterDataProductConfigRulesSetup. getImpexParameterMap(SystemSetupContext context, java.nio.file.Path localeFile, java.util.Map<java.lang.String,java.lang.String> defaultParameters)protected java.util.List<java.nio.file.Path>ProductConfigRulesSetup. getListOfLanguageFiles(java.lang.String basedir, SystemSetupContext context)protected java.util.Map<java.lang.String,java.lang.String>ProductConfigRulesSetup. getPropertyFileAsMap(SystemSetupContext context, java.nio.file.Path localeFile)voidProductConfigRulesSetup. processEssentialFiles(SystemSetupContext context)The method processes first the base definitions for the CPQ rules, and updates the definitions values with the language specific property files. -
Uses of SystemSetupContext in de.hybris.platform.sap.sappostransactionaddon.setup
Methods in de.hybris.platform.sap.sappostransactionaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidSappostransactionaddonSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization.protected voidSappostransactionaddonSystemSetup. importContentCatalog(SystemSetupContext context, java.lang.String catalogName)booleanSappostransactionaddonSystemSetup. synchronizeContentCatalog(SystemSetupContext context, java.lang.String catalogName) -
Uses of SystemSetupContext in de.hybris.platform.smarteditaddon.setup
Methods in de.hybris.platform.smarteditaddon.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidSmarteditAddonSystemSetup. createEssentialData(SystemSetupContext context) -
Uses of SystemSetupContext in de.hybris.platform.subscriptionbundleservices.setup
Methods in de.hybris.platform.subscriptionbundleservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidSubscriptionBundleServicesSystemSetup. createSampleData(SystemSetupContext context)protected booleanSubscriptionBundleServicesSystemSetup. getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)Helper method for checking setting of a Boolean setup parameter. -
Uses of SystemSetupContext in de.hybris.platform.subscriptionservices.setup
Methods in de.hybris.platform.subscriptionservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidSubscriptionServicesSystemSetup. createSampleData(SystemSetupContext context)protected booleanSubscriptionServicesSystemSetup. getBooleanSystemSetupParameter(SystemSetupContext context, java.lang.String key)Helper method for checking setting of a Boolean setup parameter. -
Uses of SystemSetupContext in de.hybris.platform.util
Methods in de.hybris.platform.util with parameters of type SystemSetupContext Modifier and Type Method Description static booleanSystemSetupUtils. isInit(SystemSetupContext context)Method checks if current processType is INIT. -
Uses of SystemSetupContext in de.hybris.platform.xyformsbackoffice.setup
Methods in de.hybris.platform.xyformsbackoffice.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidYFormsBackofficeSystemSetup. createEssentialData(SystemSetupContext context)This method will be called during the system initialization.voidYFormsBackofficeSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.xyformsservices.setup
Methods in de.hybris.platform.xyformsservices.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidYFormsServicesSystemSetup. createEssentialData(SystemSetupContext context)This method will be called during the system initialization.voidYFormsServicesSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization. -
Uses of SystemSetupContext in de.hybris.platform.yacceleratorcockpits.setup
Methods in de.hybris.platform.yacceleratorcockpits.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidCockpitSystemSetup. createEssentialData(SystemSetupContext context)This method will be called by system creator during initialization and system update. -
Uses of SystemSetupContext in de.hybris.platform.yacceleratorcore.setup
Methods in de.hybris.platform.yacceleratorcore.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidCoreSystemSetup. createEssentialData(SystemSetupContext context)This method will be called by system creator during initialization and system update.voidCoreSystemSetup. createProjectData(SystemSetupContext context)This method will be called during the system initialization.protected voidCoreSystemSetup. processCockpit(SystemSetupContext context, boolean importAccessRights, java.util.List<java.lang.String> extensionNames, java.lang.String cockpit, java.lang.String... files) -
Uses of SystemSetupContext in de.hybris.platform.yacceleratorinitialdata.setup
Methods in de.hybris.platform.yacceleratorinitialdata.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidInitialDataSystemSetup. createEssentialData(SystemSetupContext context)Implement this method to create initial objects.voidInitialDataSystemSetup. createProjectData(SystemSetupContext context)Implement this method to create data that is used in your project. -
Uses of SystemSetupContext in de.hybris.platform.yacceleratortest.setup
Methods in de.hybris.platform.yacceleratortest.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidTestDataSystemSetup. createEssentialData(SystemSetupContext context)Implement this method to create initial objects.voidTestDataSystemSetup. createProjectData(SystemSetupContext context)Implement this method to create data that is used in your project. -
Uses of SystemSetupContext in de.hybris.platform.ycommercewebservicestest.setup
Methods in de.hybris.platform.ycommercewebservicestest.setup with parameters of type SystemSetupContext Modifier and Type Method Description voidYCommerceWebServicesTestSetup. createProjectData(SystemSetupContext context)
-