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 -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateProjectData(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
-
Constructor Details
-
ConfigurableBundleServicesSystemSetup
public ConfigurableBundleServicesSystemSetup()
-
-
Method Details
-
createProjectData
This method will be called during the system initialization.- Parameters:
context- the context provides the selected parameters and values
-