Package com.liferay.account.retriever
Interface AccountUserRetriever
@ProviderType
public interface AccountUserRetriever
-
Method Summary
Modifier and TypeMethodDescriptionList<com.liferay.portal.kernel.model.User>
getAccountUsers
(long accountEntryId) long
getAccountUsersCount
(long accountEntryId) com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.User>
searchAccountRoleUsers
(long accountEntryId, long accountRoleId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.User>
searchAccountUsers
(long[] accountEntryIds, String keywords, LinkedHashMap<String, Serializable> params, int status, int cur, int delta, String sortField, boolean reverse)
-
Method Details
-
getAccountUsers
-
getAccountUsersCount
long getAccountUsersCount(long accountEntryId) -
searchAccountRoleUsers
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.User> searchAccountRoleUsers(long accountEntryId, long accountRoleId, String keywords, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portal.kernel.model.User> orderByComparator) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
searchAccountUsers
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.portal.kernel.model.User> searchAccountUsers(long[] accountEntryIds, String keywords, LinkedHashMap<String, Serializable> params, int status, int cur, int delta, String sortField, boolean reverse) throws com.liferay.portal.kernel.exception.PortalException- Throws:
com.liferay.portal.kernel.exception.PortalException
-