Class CockpitImportConfig
java.lang.Object
de.hybris.platform.cockpit.systemsetup.CockpitImportConfig
- Direct Known Subclasses:
CMSCockpitImportConfig
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 -
Method Summary
Modifier and TypeMethodDescriptionvoidimportCockpitConfig(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(Map<String, String> ctxID2FactoryMappings) voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService) voidsetModelService(ModelService modelService) voidsetTypeService(TypeService typeService)
-
Constructor Details
-
CockpitImportConfig
public CockpitImportConfig()
-
-
Method Details
-
setCtxID2FactoryMappings
-
setTypeService
-
setModelService
-
setFlexibleSearchService
-
importCockpitConfig
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.
-