Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.documentlibrary.service.persistence.DLSyncEventPersistence

Packages that use DLSyncEventPersistence
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
 

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLSyncEventPersistence
protected  DLSyncEventPersistence DLSyncEventLocalServiceBaseImpl.dlSyncEventPersistence
           
protected  DLSyncEventPersistence DLAppHelperLocalServiceBaseImpl.dlSyncEventPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLSyncEventPersistence
 DLSyncEventPersistence DLSyncEventLocalServiceBaseImpl.getDLSyncEventPersistence()
          Returns the d l sync event persistence.
 DLSyncEventPersistence DLAppHelperLocalServiceBaseImpl.getDLSyncEventPersistence()
          Returns the d l sync event persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLSyncEventPersistence
 void DLSyncEventLocalServiceBaseImpl.setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
          Sets the d l sync event persistence.
 void DLAppHelperLocalServiceBaseImpl.setDLSyncEventPersistence(DLSyncEventPersistence dlSyncEventPersistence)
          Sets the d l sync event persistence.
 

Uses of DLSyncEventPersistence in com.liferay.portlet.documentlibrary.service.persistence
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLSyncEventPersistence
static DLSyncEventPersistence DLSyncEventUtil.getPersistence()
           
 

Uses of DLSyncEventPersistence in com.liferay.portlet.documentlibrary.service.persistence.impl
 

Classes in com.liferay.portlet.documentlibrary.service.persistence.impl that implement DLSyncEventPersistence
 class DLSyncEventPersistenceImpl
          The persistence implementation for the d l sync event service.
 


Liferay 7.0-ce-b4