Class AdmincockpitManager

All Implemented Interfaces:
ItemLifecycleListener, Serializable

public class AdmincockpitManager extends GeneratedAdmincockpitManager
This is the extension manager of the admincockpit extension.
See Also:
  • Constructor Details

    • AdmincockpitManager

      public AdmincockpitManager()
  • Method Details

    • getInstance

      public static final AdmincockpitManager getInstance()
      Get the valid instance of this manager.
      Returns:
      the current instance of this manager
    • createEssentialData

      public void createEssentialData(Map<String,String> params, JspContext jspc)
      Implement this method to create initial objects. This method will be called by system creator during initialization and system update. Be sure that this method can be called repeatedly. An example usage of this method is to create required cronjobs or modifying the type system (setting e.g some default values)
      Overrides:
      createEssentialData in class Extension
      Parameters:
      params - the parameters provided by user for creation of objects for the extension
      jspc - the jsp context; you can use it to write progress information to the jsp page during creation
    • createProjectData

      public void createProjectData(Map<String,String> params, JspContext jspc) throws Exception
      Overrides:
      createProjectData in class Extension
      Throws:
      Exception