Package de.hybris.platform.hac.data.dto
Class BeautifulInitializationData
java.lang.Object
de.hybris.platform.hac.data.dto.BeautifulInitializationData
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAllParameters(Map<String, Object> allParameters) voidsetClearHMC(Boolean clearHMC) voidsetCreateEssentialData(Boolean createEssentialData) voidsetCreateProjectData(Boolean createProjectData) Sets if init/update should create all project data.voidsetDropTables(Boolean dropTables) voidsetInitMethod(BeautifulInitializationData.InitMethod initMethod) voidsetLocalizeTypes(Boolean localizeTypes) voidsetPatches(Map<String, List<String>> patches) void
-
Constructor Details
-
BeautifulInitializationData
public BeautifulInitializationData()
-
-
Method Details
-
getParametersAsStringMap
-
getDropTables
- Returns:
- the dropTables
-
setDropTables
- Parameters:
dropTables- the dropTables to set
-
getClearHMC
- Returns:
- the clearHMC
-
setClearHMC
- Parameters:
clearHMC- the clearHMC to set
-
getCreateEssentialData
- Returns:
- the createEssentialData
-
setCreateEssentialData
- Parameters:
createEssentialData- the createEssentialData to set
-
getCreateProjectData
- Returns:
- the createProjectData
-
setCreateProjectData
Sets if init/update should create all project data. If set to true, more specific options from allParameters won't be taken into account- Parameters:
createProjectData- the createProjectData to set
-
getLocalizeTypes
- Returns:
- the localizeTypes
-
setLocalizeTypes
- Parameters:
localizeTypes- the localizeTypes to set
-
getInitMethod
- Returns:
- the initMethod
-
setInitMethod
- Parameters:
initMethod- the initMethod to set
-
getAllParameters
- Returns:
- the allParameters
-
setAllParameters
- Parameters:
allParameters- the allParameters to set
-
setPatches
-
traverse
-