List of usage examples for com.liferay.portal.kernel.service UserGroupLocalServiceUtil search
public static com.liferay.portal.kernel.search.Hits search(long companyId, String keywords, java.util.LinkedHashMap<String, Object> params, int start, int end, com.liferay.portal.kernel.search.Sort sort)
From source file:com.liferay.user.groups.admin.service.test.UserGroupLocalServiceTest.java
License:Open Source License
private List<UserGroup> _search(String keywords, LinkedHashMap<String, Object> params) { return UserGroupLocalServiceUtil.search(_companyId, keywords, params, QueryUtil.ALL_POS, QueryUtil.ALL_POS, UsersAdminUtil.getUserGroupOrderByComparator("name", "asc")); }