Package de.hybris.platform.hac.data.dto
Class BeautifulInitializationData
- java.lang.Object
-
- de.hybris.platform.hac.data.dto.BeautifulInitializationData
-
public class BeautifulInitializationData extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBeautifulInitializationData.InitMethodstatic interfaceBeautifulInitializationData.InitUpdateConfigWalker
-
Constructor Summary
Constructors Constructor Description BeautifulInitializationData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getAllParameters()java.lang.BooleangetClearHMC()java.lang.BooleangetCreateEssentialData()java.lang.BooleangetCreateProjectData()java.lang.BooleangetDropTables()BeautifulInitializationData.InitMethodgetInitMethod()java.lang.BooleangetLocalizeTypes()java.util.Map<java.lang.String,java.lang.String[]>getParametersAsStringMap()voidsetAllParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)voidsetClearHMC(java.lang.Boolean clearHMC)voidsetCreateEssentialData(java.lang.Boolean createEssentialData)voidsetCreateProjectData(java.lang.Boolean createProjectData)Sets if init/update should create all project data.voidsetDropTables(java.lang.Boolean dropTables)voidsetInitMethod(BeautifulInitializationData.InitMethod initMethod)voidsetLocalizeTypes(java.lang.Boolean localizeTypes)voidsetPatches(java.util.Map<java.lang.String,java.util.List<java.lang.String>> patches)voidtraverse(BeautifulInitializationData.InitUpdateConfigWalker walker)
-
-
-
Method Detail
-
getParametersAsStringMap
public java.util.Map<java.lang.String,java.lang.String[]> getParametersAsStringMap()
-
getDropTables
public java.lang.Boolean getDropTables()
- Returns:
- the dropTables
-
setDropTables
public void setDropTables(java.lang.Boolean dropTables)
- Parameters:
dropTables- the dropTables to set
-
getClearHMC
public java.lang.Boolean getClearHMC()
- Returns:
- the clearHMC
-
setClearHMC
public void setClearHMC(java.lang.Boolean clearHMC)
- Parameters:
clearHMC- the clearHMC to set
-
getCreateEssentialData
public java.lang.Boolean getCreateEssentialData()
- Returns:
- the createEssentialData
-
setCreateEssentialData
public void setCreateEssentialData(java.lang.Boolean createEssentialData)
- Parameters:
createEssentialData- the createEssentialData to set
-
getCreateProjectData
public java.lang.Boolean getCreateProjectData()
- Returns:
- the createProjectData
-
setCreateProjectData
public void setCreateProjectData(java.lang.Boolean createProjectData)
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
public java.lang.Boolean getLocalizeTypes()
- Returns:
- the localizeTypes
-
setLocalizeTypes
public void setLocalizeTypes(java.lang.Boolean localizeTypes)
- Parameters:
localizeTypes- the localizeTypes to set
-
getInitMethod
public BeautifulInitializationData.InitMethod getInitMethod()
- Returns:
- the initMethod
-
setInitMethod
public void setInitMethod(BeautifulInitializationData.InitMethod initMethod)
- Parameters:
initMethod- the initMethod to set
-
getAllParameters
public java.util.Map<java.lang.String,java.lang.Object> getAllParameters()
- Returns:
- the allParameters
-
setAllParameters
public void setAllParameters(java.util.Map<java.lang.String,java.lang.Object> allParameters)
- Parameters:
allParameters- the allParameters to set
-
setPatches
public void setPatches(java.util.Map<java.lang.String,java.util.List<java.lang.String>> patches)
-
traverse
public void traverse(BeautifulInitializationData.InitUpdateConfigWalker walker)
-
-