Liferay 6.1.2-ce-ga3

Uses of Class
com.liferay.portlet.documentlibrary.model.DLSyncUpdate

Packages that use DLSyncUpdate
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
 

Uses of DLSyncUpdate in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLSyncUpdate
static DLSyncUpdate DLSyncServiceUtil.getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 DLSyncUpdate DLSyncServiceWrapper.getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 DLSyncUpdate DLSyncService.getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 


Liferay 6.1.2-ce-ga3