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


public interface DLSyncFinder

Author:
Brian Wing Shun Chan

Method Summary
 java.util.List<DLSync> filterFindByC_M_R(long companyId, java.util.Date modifiedDate, long repositoryId)
           
 

Method Detail

filterFindByC_M_R

java.util.List<DLSync> filterFindByC_M_R(long companyId,
                                         java.util.Date modifiedDate,
                                         long repositoryId)
                                         throws SystemException
Throws:
SystemException