Liferay 7.0-ce-b4

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

Packages that use DLSyncEventLocalService
com.liferay.portal.repository.capabilities   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
 

Uses of DLSyncEventLocalService in com.liferay.portal.repository.capabilities
 

Constructors in com.liferay.portal.repository.capabilities with parameters of type DLSyncEventLocalService
LiferaySyncCapability(GroupServiceAdapter groupServiceAdapter, DLSyncEventLocalService dlSyncEventLocalService)
           
 

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.getWrappedService()
           
 

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

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

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

Classes in com.liferay.portlet.documentlibrary.service.base that implement DLSyncEventLocalService
 class DLSyncEventLocalServiceBaseImpl
          Provides the base implementation for the d l sync event local service.
 

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLSyncEventLocalService
protected  DLSyncEventLocalService DLSyncEventLocalServiceBaseImpl.dlSyncEventLocalService
           
protected  DLSyncEventLocalService DLAppHelperLocalServiceBaseImpl.dlSyncEventLocalService
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLSyncEventLocalService
 DLSyncEventLocalService DLSyncEventLocalServiceBaseImpl.getDLSyncEventLocalService()
          Returns the d l sync event local service.
 DLSyncEventLocalService DLAppHelperLocalServiceBaseImpl.getDLSyncEventLocalService()
          Returns the d l sync event local service.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLSyncEventLocalService
 void DLSyncEventLocalServiceBaseImpl.setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
          Sets the d l sync event local service.
 void DLAppHelperLocalServiceBaseImpl.setDLSyncEventLocalService(DLSyncEventLocalService dlSyncEventLocalService)
          Sets the d l sync event local service.
 

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

Classes in com.liferay.portlet.documentlibrary.service.impl that implement DLSyncEventLocalService
 class DLSyncEventLocalServiceImpl
           
 


Liferay 7.0-ce-b4