Class YFormsServicesSystemSetup
java.lang.Object
de.hybris.platform.commerceservices.setup.AbstractSystemSetup
de.hybris.platform.xyformsservices.setup.YFormsServicesSystemSetup
@SystemSetup(extension="xyformsservices")
public class YFormsServicesSystemSetup
extends AbstractSystemSetup
This class provides hooks into the system's initialization and update processes.
-
Field Summary
Fields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
BOOLEAN_FALSE, BOOLEAN_TRUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreateEssentialData(SystemSetupContext context) This method will be called during the system initialization.voidcreateProjectData(SystemSetupContext context) This method will be called during the system initialization.Generates the Dropdown and Multi-select boxes for the project data importMethods inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
activateSolrIndexerCronJobs, createBooleanSystemSetupParameter, createContentCatalogSyncJob, createProductCatalogSyncJob, createSolrIndexerCronJobs, executeCatalogSyncJob, executeSolrIndexerCronJob, getBooleanSystemSetupParameter, getCatalogSyncJob, getCatalogVersionService, getDefaultValueForBooleanSystemSetupParameter, getEventService, getSetupImpexService, getSetupSolrIndexerService, getSetupSyncJobService, importImpexFile, importImpexFile, importImpexFile, isSyncRerunNeeded, logError, logInfo, setCatalogVersionService, setEventService, setSetupImpexService, setSetupSolrIndexerService, setSetupSyncJobService
-
Constructor Details
-
YFormsServicesSystemSetup
public YFormsServicesSystemSetup()
-
-
Method Details
-
getInitializationOptions
Generates the Dropdown and Multi-select boxes for the project data import- Specified by:
getInitializationOptionsin classAbstractSystemSetup- Returns:
- the list of SystemSetupParameters for the SystemSetup class.
-
createEssentialData
@SystemSetup(type=ESSENTIAL, process=ALL) public void createEssentialData(SystemSetupContext context) This method will be called during the system initialization.- Parameters:
context- the context provides the selected parameters and values
-
createProjectData
This method will be called during the system initialization.- Parameters:
context- the context provides the selected parameters and values
-