Interface UserGroupSearchService

All Known Implementing Classes:
DefaultUserGroupNamedQuerySearchService

public interface UserGroupSearchService
Service interface to search for user groups
  • Method Details

    • findUserGroups

      SearchResult<UserGroupModel> findUserGroups(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