Liferay 7.0-ce-b4

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

All Known Implementing Classes:
DLFileRankFinderImpl

@ProviderType
public interface DLFileRankFinder

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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