Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service.persistence
Class DLFileRankFinderUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.persistence.DLFileRankFinderUtil

@ProviderType
public class DLFileRankFinderUtil
extends Object

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

Constructor Summary
DLFileRankFinderUtil()
           
 
Method Summary
static List<DLFileRank> findByFolderId(long folderId)
           
static List<Object[]> findByStaleRanks(int count)
           
static DLFileRankFinder getFinder()
           
 void setFinder(DLFileRankFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileRankFinderUtil

public DLFileRankFinderUtil()
Method Detail

findByStaleRanks

public static List<Object[]> findByStaleRanks(int count)

findByFolderId

public static List<DLFileRank> findByFolderId(long folderId)

getFinder

public static DLFileRankFinder getFinder()

setFinder

public void setFinder(DLFileRankFinder finder)

Liferay 7.0-ce-b4