Liferay 6.1.10-ee-ga1

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

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

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

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


Liferay 6.1.10-ee-ga1