Interface UserGroupSearchService

    • Method Detail

      • findUserGroups

        SearchResult<UserGroupModel> findUserGroups​(java.lang.String text,
                                                    PageableData pageableData)
        Method to find user groups using a free-text form. It also supports pagination.
        Parameters:
        text - The free-text string to be used on the user group search
        pageableData - the pagination object
        Returns:
        the search result object containing the resulting list and the pagination object.
        Throws:
        InvalidNamedQueryException - when the named query is invalid in the application context