Interface UserGroupSearchService
-
- All Known Implementing Classes:
DefaultUserGroupNamedQuerySearchService
public interface UserGroupSearchServiceService interface to search for user groups
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchResult<UserGroupModel>findUserGroups(java.lang.String text, PageableData pageableData)Method to find user groups using a free-text form.
-
-
-
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 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
-
-