Interface UserGroupSearchService
- All Known Implementing Classes:
DefaultUserGroupNamedQuerySearchService
public interface UserGroupSearchService
Service interface to search for user groups
-
Method Summary
Modifier and TypeMethodDescriptionfindUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form.
-
Method Details
-
findUserGroups
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 searchpageableData- 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
-