Class ConfigurableBundleServicesSystemSetup
- java.lang.Object
-
- de.hybris.platform.commerceservices.setup.CommerceServicesSystemSetup
-
- de.hybris.platform.configurablebundleservices.setup.ConfigurableBundleServicesSystemSetup
-
@SystemSetup(extension="configurablebundleservices") public class ConfigurableBundleServicesSystemSetup extends CommerceServicesSystemSetup
This class provides hooks into the system's initialization and update processes.
-
-
Constructor Summary
Constructors Constructor Description ConfigurableBundleServicesSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateProjectData(SystemSetupContext context)This method will be called during the system initialization.-
Methods inherited from class de.hybris.platform.commerceservices.setup.CommerceServicesSystemSetup
createEssentialData, getCommonI18NService, getFileEncoding, getImpexExt, getImportService, importImpexFile, importImpexFile, setCommonI18NService, setFileEncoding, setFlexibleSearchService, setImpexExt, setImportService, setModelService, updateSolrIndexedPropertyVisibleFlag
-
-
-
-
Method Detail
-
createProjectData
@SystemSetup(type=PROJECT, process=ALL) public void createProjectData(SystemSetupContext context)
This method will be called during the system initialization.- Parameters:
context- the context provides the selected parameters and values
-
-