Liferay 6.1.2-ce-ga3

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

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

public class DLFileRankFinderUtil
extends Object


Constructor Summary
DLFileRankFinderUtil()
           
 
Method Summary
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)
                                       throws SystemException
Throws:
SystemException

getFinder

public static DLFileRankFinder getFinder()

setFinder

public void setFinder(DLFileRankFinder finder)

Liferay 6.1.2-ce-ga3