Package com.liferay.mentions.strategy
Interface MentionsStrategy
@ProviderType
public interface MentionsStrategy
-
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.model.User>
getUsers
(long companyId, long groupId, long userId, String query, com.liferay.portal.kernel.json.JSONObject jsonObject) List<com.liferay.portal.kernel.model.User>
getUsers
(long companyId, long userId, String query, com.liferay.portal.kernel.json.JSONObject jsonObject)
-
Method Details
-
getUsers
List<com.liferay.portal.kernel.model.User> getUsers(long companyId, long groupId, long userId, String query, com.liferay.portal.kernel.json.JSONObject jsonObject) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getUsers
List<com.liferay.portal.kernel.model.User> getUsers(long companyId, long userId, String query, com.liferay.portal.kernel.json.JSONObject jsonObject) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-