Class CockpitImportConfig
- java.lang.Object
-
- de.hybris.platform.cockpit.systemsetup.CockpitImportConfig
-
- Direct Known Subclasses:
CMSCockpitImportConfig
@SystemSetup(extension="ALL_EXTENSIONS") public class CockpitImportConfig extends java.lang.Object
This class is designed for gathering cockpit configuration information from structure of directories and files, and then importing them to the hybris platform by csv file(generated in memory).
-
-
Constructor Summary
Constructors Constructor Description CockpitImportConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidimportCockpitConfig(SystemSetupContext context)The main method in this class which takes care of gathering cockpit configuration information from structure of directories and files, and then importing them to the hybris platform by csv file(generated in memory).voidsetCtxID2FactoryMappings(java.util.Map<java.lang.String,java.lang.String> ctxID2FactoryMappings)voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)voidsetModelService(ModelService modelService)voidsetTypeService(TypeService typeService)
-
-
-
Method Detail
-
setCtxID2FactoryMappings
public void setCtxID2FactoryMappings(java.util.Map<java.lang.String,java.lang.String> ctxID2FactoryMappings)
-
setTypeService
public void setTypeService(TypeService typeService)
-
setModelService
public void setModelService(ModelService modelService)
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
importCockpitConfig
@SystemSetup(type=PROJECT, process=ALL) public void importCockpitConfig(SystemSetupContext context)
The main method in this class which takes care of gathering cockpit configuration information from structure of directories and files, and then importing them to the hybris platform by csv file(generated in memory).- Parameters:
context- extension information are obtained from this context.
-
-