Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portlet.documentlibrary.service.DLSyncEventLocalService

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

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

Classes in com.liferay.portlet.documentlibrary.service that implement DLSyncEventLocalService
 class DLSyncEventLocalServiceWrapper
          Provides a wrapper for DLSyncEventLocalService.
 

Methods in com.liferay.portlet.documentlibrary.service that return DLSyncEventLocalService
static DLSyncEventLocalService DLSyncEventLocalServiceUtil.getService()
           
 DLSyncEventLocalService DLSyncEventLocalServiceWrapper.getWrappedDLSyncEventLocalService()
          Deprecated. As of 6.1.0, replaced by DLSyncEventLocalServiceWrapper.getWrappedService()
 DLSyncEventLocalService DLSyncEventLocalServiceWrapper.getWrappedService()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLSyncEventLocalService
 void DLSyncEventLocalServiceUtil.setService(DLSyncEventLocalService service)
          Deprecated. As of 6.2.0
 void DLSyncEventLocalServiceWrapper.setWrappedDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
          Deprecated. As of 6.1.0, replaced by DLSyncEventLocalServiceWrapper.setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncEventLocalService)
 void DLSyncEventLocalServiceWrapper.setWrappedService(DLSyncEventLocalService dlSyncEventLocalService)
           
 

Constructors in com.liferay.portlet.documentlibrary.service with parameters of type DLSyncEventLocalService
DLSyncEventLocalServiceWrapper(DLSyncEventLocalService dlSyncEventLocalService)
           
 


Liferay 6.2-ce-ga5