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<DLFileRank> findByG_U(long groupId, long userId)
           
 java.util.List<DLFileRank> findByG_U(long groupId, long userId, int start, int end)
           
 

Method Detail

countByG_U

int countByG_U(long groupId,
               long userId)
               throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

java.util.List<DLFileRank> findByG_U(long groupId,
                                     long userId)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

findByG_U

java.util.List<DLFileRank> findByG_U(long groupId,
                                     long userId,
                                     int start,
                                     int end)
                                     throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException