Class ConfigurationContainer

java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.ConfigurationContainer

public class ConfigurationContainer extends Object
  • Constructor Details

    • ConfigurationContainer

      public ConfigurationContainer()
  • Method Details

    • isHasFrench

      public boolean isHasFrench()
      if we have french then show it on the screen
      Returns:
      if has french
    • getCountAdded

      public int getCountAdded()
      import count added properties
      Returns:
      count
    • setCountAdded

      public void setCountAdded(int countAdded1)
      import count added properties
      Parameters:
      countAdded1 -
    • getCountUpdated

      public int getCountUpdated()
      import count updated
      Returns:
      import count updated
    • setCountUpdated

      public void setCountUpdated(int countUpdated1)
      import count updated
      Parameters:
      countUpdated1 -
    • getCountProperties

      public int getCountProperties()
      import count properties
      Returns:
      count
    • setCountProperties

      public void setCountProperties(int countProperties1)
      import count properties
      Parameters:
      countProperties1 -
    • getCountSuccess

      public int getCountSuccess()
      import count successful inserts/updates
      Returns:
      import count successful inserts/updates
    • setCountSuccess

      public void setCountSuccess(int countSuccess1)
      import count successful inserts/updates
      Parameters:
      countSuccess1 -
    • getCountUnchanged

      public int getCountUnchanged()
      import count unchanged
      Returns:
      count unchanged
    • setCountUnchanged

      public void setCountUnchanged(int countUnchanged1)
      import count unchanged
      Parameters:
      countUnchanged1 -
    • getCountError

      public int getCountError()
      import count fatal error
      Returns:
      count fatal
    • setCountError

      public void setCountError(int countFatalError1)
      import count fatal error
      Parameters:
      countFatalError1 -
    • getCountWarning

      public int getCountWarning()
      import count properties
      Returns:
    • setCountWarning

      public void setCountWarning(int countWarning1)
      import count warnings
      Parameters:
      countWarning1 -
    • getConfigFileNamesForImport

      public String getConfigFileNamesForImport()
      Returns:
      config file names for import
    • getCurrentGuiConfigProperty

      public GuiConfigProperty getCurrentGuiConfigProperty()
      current config property we are editing
    • setCurrentGuiConfigProperty

      public void setCurrentGuiConfigProperty(GuiConfigProperty currentConfigProperty1)
      current config property we are editing
    • getCurrentConfigFileName

      public String getCurrentConfigFileName()
      Returns:
      current config file name
    • setCurrentConfigFileName

      public void setCurrentConfigFileName(String currentConfigFileName1)
      current config file name
      Parameters:
      currentConfigFileName1 -
    • getCurrentConfigPropertyName

      public String getCurrentConfigPropertyName()
      current config property name
      Returns:
    • setCurrentConfigPropertyName

      public void setCurrentConfigPropertyName(String currentConfigPropertyName1)
      Parameters:
      currentConfigPropertyName1 -
    • isConfigureShow

      public boolean isConfigureShow()
      if show configure link
      Returns:
      the configure link
    • getDdlCompareResult

      public GrouperDdlCompareResult getDdlCompareResult()
      result of the database DDL deep check (gsh -registry -deep -check), shown on the DDL deep check screen
      Returns:
      the ddl compare result
    • setDdlCompareResult

      public void setDdlCompareResult(GrouperDdlCompareResult ddlCompareResult1)
      result of the database DDL deep check (gsh -registry -deep -check), shown on the DDL deep check screen
      Parameters:
      ddlCompareResult1 -
    • getGuiUpgradeTasks

      public List<GuiUpgradeTask> getGuiUpgradeTasks()
      upgrade tasks (with their computed status) shown on the Configure -> Upgrade tasks screen
      Returns:
      the upgrade tasks, or null if not loaded yet
    • setGuiUpgradeTasks

      public void setGuiUpgradeTasks(List<GuiUpgradeTask> guiUpgradeTasks1)
      Parameters:
      guiUpgradeTasks1 - the upgrade tasks to show
    • getDdlCompareResultHtml

      public String getDdlCompareResultHtml()
      DDL deep check result rendered as HTML: each line is HTML-escaped and the lines are color coded by their leading word (Note: dark blue, Success: dark green, Warning: dark orange, Error: dark red). The text is escaped in here so the JSP can output this raw inside a pre.
      Returns:
      the color coded, HTML-escaped DDL compare result, or null if there is no result yet
    • getConfig

      public ConfigPropertiesCascadeBase getConfig()
      cache the config so it is consistent as the page draws
      Returns:
      the config
    • getPropertyNames

      public Set<String> getPropertyNames()
      return config names from the selected config
      Returns:
      the config names
    • getGuiConfigFile

      public GuiConfigFile getGuiConfigFile()
      gui config file
      Returns:
      config file
    • setGuiConfigFile

      public void setGuiConfigFile(GuiConfigFile guiConfigFile1)
      gui config file
      Parameters:
      guiConfigFile1 -
    • setConfig

      public void setConfig(ConfigPropertiesCascadeBase config1)
      cache the config so it is consistent as the page draws
      Parameters:
      config1 -
    • getConfigFileName

      public ConfigFileName getConfigFileName()
      config file name selected if any
      Returns:
      config file name
    • setConfigFileName

      public void setConfigFileName(ConfigFileName configFileName1)
      config file name selected if any
      Parameters:
      configFileName1 -
    • getAllConfigFileNames

      public ConfigFileName[] getAllConfigFileNames()
      config file name selected if any
      Returns:
      config file name array
    • setFilter

      public void setFilter(String filter)
      filter to apply
    • getFilter

      public String getFilter()
      filter to apply
    • getGuiPitConfigs

      public List<GuiPITGrouperConfigHibernate> getGuiPitConfigs()
    • setGuiPitConfigs

      public void setGuiPitConfigs(List<GuiPITGrouperConfigHibernate> guiPitConfigs)
    • getConfigSource

      public String getConfigSource()
    • setConfigSource

      public void setConfigSource(String configSource)
    • getGuiPaging

      public GuiPaging getGuiPaging()
      keep track of the paging on the config history screen
      Returns:
      the paging object, init if not there...
    • setGuiPaging

      public void setGuiPaging(GuiPaging guiPaging)