Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.service.persistence
Interface DLFileRankFinder


@ProviderType
public interface DLFileRankFinder


Method Summary
 List<DLFileRank> findByFolderId(long folderId)
           
 List<Object[]> findByStaleRanks(int count)
           
 

Method Detail

findByStaleRanks

List<Object[]> findByStaleRanks(int count)
                                throws SystemException
Throws:
SystemException

findByFolderId

List<DLFileRank> findByFolderId(long folderId)
                                throws SystemException
Throws:
SystemException

Liferay 6.2-ce-ga5