@SystemSetup(extension="ALL_EXTENSIONS") public class CockpitImportConfig extends java.lang.Object
| Constructor and Description |
|---|
CockpitImportConfig() |
| Modifier and Type | Method and Description |
|---|---|
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).
|
void |
setCtxID2FactoryMappings(java.util.Map<java.lang.String,java.lang.String> ctxID2FactoryMappings) |
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setModelService(ModelService modelService) |
void |
setTypeService(TypeService typeService) |
public void setCtxID2FactoryMappings(java.util.Map<java.lang.String,java.lang.String> ctxID2FactoryMappings)
public void setTypeService(TypeService typeService)
public void setModelService(ModelService modelService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
@SystemSetup(type=PROJECT, process=ALL) public void importCockpitConfig(SystemSetupContext context)
context - extension information are obtained from this context.Copyright © 2018 SAP SE. All Rights Reserved.