Class CatalogSystemSetup
- java.lang.Object
-
- de.hybris.platform.catalog.systemsetup.CatalogSystemSetup
-
@SystemSetup(extension="catalog") public class CatalogSystemSetup extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CatalogSystemSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidpatchObsoleteAttributes()voidpatchOldSyncTimestamps()voidsetCatalogTypeService(CatalogTypeService catalogTypeService)voidsetJdbcTemplate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)voidsetModelService(ModelService modelService)voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
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)
-
-