Interface UserGroupFacade
- All Known Implementing Classes:
DefaultUserGroupFacade
public interface UserGroupFacade
Facade for searching and getting information about available user groups.
-
Method Summary
Modifier and TypeMethodDescriptionfindUserGroups(String text, PageableData pageableData) Method to find user groups using a free-text form.getUserGroupById(String uid) Get a single user group.
-
Method Details
-
getUserGroupById
Get a single user group.- Parameters:
uid- - the identifier of the user group to retrieve- Returns:
- user group
- Throws:
CMSItemNotFoundException- when the user group could not be found
-
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 product searchpageableData- the pagination object- Returns:
- the search result object.
-