Class CatalogSystemSetup

java.lang.Object
de.hybris.platform.catalog.systemsetup.CatalogSystemSetup

@SystemSetup(extension="catalog") public class CatalogSystemSetup extends Object
  • Constructor Details

    • CatalogSystemSetup

      public CatalogSystemSetup()
  • Method Details

    • patchOldSyncTimestamps

      @SystemSetup(patch=true, process=UPDATE) public void patchOldSyncTimestamps()
    • patchObsoleteAttributes

      @SystemSetup(patch=true, process=UPDATE) public void patchObsoleteAttributes()
    • setModelService

      public void setModelService(ModelService modelService)
    • setTypeService

      public void setTypeService(TypeService typeService)
    • setJdbcTemplate

      public void setJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
    • setCatalogTypeService

      public void setCatalogTypeService(CatalogTypeService catalogTypeService)