Liferay 6.1.2-ce-ga3

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


public interface DLSyncFinder


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

Method Detail

filterFindByC_M_R

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

Liferay 6.1.2-ce-ga3