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

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

public class DLSyncFinderUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan

Constructor Summary
DLSyncFinderUtil()
           
 
Method Summary
static java.util.List<DLSync> filterFindByC_M_R(long companyId, java.util.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 java.util.List<DLSync> filterFindByC_M_R(long companyId,
                                                       java.util.Date modifiedDate,
                                                       long repositoryId)
                                                throws SystemException
Throws:
SystemException

getFinder

public static DLSyncFinder getFinder()

setFinder

public void setFinder(DLSyncFinder finder)