Class ASQManager

All Implemented Interfaces:
ItemLifecycleListener, Serializable

public class ASQManager extends GeneratedASQManager
This is the extension manager of the ASQ extension.
See Also:
  • Constructor Details

    • ASQManager

      public ASQManager()
  • Method Details

    • getInstance

      public static ASQManager getInstance()
      get the valid instance of this manager
      Returns:
      the current instance of this manager
    • getAdvancedSavedQuery

      public AdvancedSavedQuery getAdvancedSavedQuery(String code)
      Returns the first AdvancedSavedQuery found with the given code.
      Parameters:
      code - the code of the query to look for
      Returns:
      the first query found with the given code or null if no such query exists