Package com.liferay.mentions.util
Interface MentionsUserFinder
@ProviderType
public interface MentionsUserFinder
-
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.model.User>
getUsers
(long companyId, long groupId, long userId, String query, com.liferay.social.kernel.util.SocialInteractionsConfiguration socialInteractionsConfiguration) List<com.liferay.portal.kernel.model.User>
getUsers
(long companyId, long userId, String query, com.liferay.social.kernel.util.SocialInteractionsConfiguration socialInteractionsConfiguration)
-
Method Details
-
getUsers
List<com.liferay.portal.kernel.model.User> getUsers(long companyId, long groupId, long userId, String query, com.liferay.social.kernel.util.SocialInteractionsConfiguration socialInteractionsConfiguration) 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.social.kernel.util.SocialInteractionsConfiguration socialInteractionsConfiguration) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-