com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileRankFinder
- public interface DLFileRankFinder
View Source
- Author:
- Brian Wing Shun Chan
Method Summary |
int |
countByG_U(long groupId,
long userId)
|
java.util.List |
findByG_U(long groupId,
long userId)
|
java.util.List |
findByG_U(long groupId,
long userId,
int begin,
int end)
|
countByG_U
public int countByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public java.util.List findByG_U(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException
findByG_U
public java.util.List findByG_U(long groupId,
long userId,
int begin,
int end)
throws com.liferay.portal.SystemException
- Throws:
com.liferay.portal.SystemException