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. 
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utility classes. 
com.liferay.portlet.documentlibrary.service.impl This package defines the local and remote document library portlet service implementations. 
 

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)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.http that return DLSyncUpdate
static DLSyncUpdate DLSyncServiceHttp.getDLSyncUpdate(HttpPrincipal httpPrincipal, long companyId, long repositoryId, Date lastAccessDate)
           
static DLSyncUpdate DLSyncServiceSoap.getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLSyncUpdate
 DLSyncUpdate DLSyncServiceImpl.getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 


Liferay 6.1.10-ee-ga1