Liferay 6.1.2-ce-ga3

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

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

public class DLSyncFinderUtil
extends Object


Constructor Summary
DLSyncFinderUtil()
           
 
Method Summary
static List<DLSync> filterFindByC_M_R(long companyId, Date modifiedDate, long repositoryId)
           
static DLSyncFinder getFinder()
           
 void setFinder(DLSyncFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyncFinderUtil

public DLSyncFinderUtil()
Method Detail

filterFindByC_M_R

public static List<DLSync> filterFindByC_M_R(long companyId,
                                             Date modifiedDate,
                                             long repositoryId)
                                      throws SystemException
Throws:
SystemException

getFinder

public static DLSyncFinder getFinder()

setFinder

public void setFinder(DLSyncFinder finder)

Liferay 6.1.2-ce-ga3