Interface GroupsListView

    • Method Detail

      • showGroupsList

        void showGroupsList​(java.util.List<Group> groups,
                            int totalEntries)
        Notifies the view when GET groups API was successful
        Parameters:
        groups - The list of groups in a List of Group objects
        totalEntries - The total number of groups in the server
      • appendGroupsList

        void appendGroupsList​(java.util.List<Group> groups,
                              int totalEntries)
        Notifies the view when GET groups API with pagination was successful
        Parameters:
        groups - The list of groups in a List of Group objects
        totalEntries - The total number of groups in the server