Interface SupportMvp.Model

  • Enclosing interface:
    SupportMvp


    public static interface SupportMvp.Model
    Defines behaviour for model operations
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void getSettings(<any> callback)
      Fetches the application's settings
      void search(java.util.List<java.lang.Long> categoryIds, java.util.List<java.lang.Long> sectionIds, java.lang.String query, java.lang.String[] labelNames, <any> callback)
      Performs a Help search
    • Method Detail

      • search

        void search(java.util.List<java.lang.Long> categoryIds,
                    java.util.List<java.lang.Long> sectionIds,
                    java.lang.String query,
                    java.lang.String[] labelNames,
                    <any> callback)
        Performs a Help search
        Parameters:
        categoryIds - The category IDs to search in
        sectionIds - The section IDs to search in
        query - The query text
        labelNames - The label names to which to restrict the search
        callback - The callback for the search results
      • getSettings

        void getSettings(<any> callback)
        Fetches the application's settings
        Parameters:
        callback - The callback for the settings