Liferay 7.0-ce-b4

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)

findByFolderId

List<DLFileRank> findByFolderId(long folderId)

Liferay 7.0-ce-b4