Class BeautifulInitializationData

java.lang.Object
de.hybris.platform.hac.data.dto.BeautifulInitializationData

public class BeautifulInitializationData extends Object
  • Constructor Details

    • BeautifulInitializationData

      public BeautifulInitializationData()
  • Method Details

    • getParametersAsStringMap

      public Map<String,String[]> getParametersAsStringMap()
    • getDropTables

      public Boolean getDropTables()
      Returns:
      the dropTables
    • setDropTables

      public void setDropTables(Boolean dropTables)
      Parameters:
      dropTables - the dropTables to set
    • getClearHMC

      public Boolean getClearHMC()
      Returns:
      the clearHMC
    • setClearHMC

      public void setClearHMC(Boolean clearHMC)
      Parameters:
      clearHMC - the clearHMC to set
    • getCreateEssentialData

      public Boolean getCreateEssentialData()
      Returns:
      the createEssentialData
    • setCreateEssentialData

      public void setCreateEssentialData(Boolean createEssentialData)
      Parameters:
      createEssentialData - the createEssentialData to set
    • getCreateProjectData

      public Boolean getCreateProjectData()
      Returns:
      the createProjectData
    • setCreateProjectData

      public void setCreateProjectData(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 Boolean getLocalizeTypes()
      Returns:
      the localizeTypes
    • setLocalizeTypes

      public void setLocalizeTypes(Boolean localizeTypes)
      Parameters:
      localizeTypes - the localizeTypes to set
    • getInitMethod

      Returns:
      the initMethod
    • setInitMethod

      public void setInitMethod(BeautifulInitializationData.InitMethod initMethod)
      Parameters:
      initMethod - the initMethod to set
    • getAllParameters

      public Map<String,Object> getAllParameters()
      Returns:
      the allParameters
    • setAllParameters

      public void setAllParameters(Map<String,Object> allParameters)
      Parameters:
      allParameters - the allParameters to set
    • setPatches

      public void setPatches(Map<String,List<String>> patches)
    • traverse