Class TravelbackofficeSystemSetup

java.lang.Object
de.hybris.platform.commerceservices.setup.AbstractSystemSetup
de.hybris.platform.travelbackoffice.setup.TravelbackofficeSystemSetup

@SystemSetup(extension="travelbackoffice") public class TravelbackofficeSystemSetup extends de.hybris.platform.commerceservices.setup.AbstractSystemSetup
Class handling initialization and update data setup for Travelbackoffice extension
  • Field Summary

    Fields inherited from class de.hybris.platform.commerceservices.setup.AbstractSystemSetup

    BOOLEAN_FALSE, BOOLEAN_TRUE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    createData(de.hybris.platform.core.initialization.SystemSetupContext context)
    This method will be called during the system initialization.
    List<de.hybris.platform.core.initialization.SystemSetupParameter>
     
    protected void
    importBackofficeData(de.hybris.platform.core.initialization.SystemSetupContext context)
     

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TravelbackofficeSystemSetup

      public TravelbackofficeSystemSetup()
  • Method Details

    • getInitializationOptions

      @SystemSetupParameterMethod public List<de.hybris.platform.core.initialization.SystemSetupParameter> getInitializationOptions()
      Specified by:
      getInitializationOptions in class de.hybris.platform.commerceservices.setup.AbstractSystemSetup
    • createData

      @SystemSetup(type=PROJECT, process=INIT) public void createData(de.hybris.platform.core.initialization.SystemSetupContext context)
      This method will be called during the system initialization.
      Parameters:
      context - the context provides the selected parameters and values
    • importBackofficeData

      protected void importBackofficeData(de.hybris.platform.core.initialization.SystemSetupContext context)