Liferay 7.0-ce-b4

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

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

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

Fields in com.liferay.portlet.documentlibrary.service.base declared as DLContentPersistence
protected  DLContentPersistence DLContentLocalServiceBaseImpl.dlContentPersistence
           
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLContentPersistence
 DLContentPersistence DLContentLocalServiceBaseImpl.getDLContentPersistence()
          Returns the document library content persistence.
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLContentPersistence
 void DLContentLocalServiceBaseImpl.setDLContentPersistence(DLContentPersistence dlContentPersistence)
          Sets the document library content persistence.
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLContentPersistence
static DLContentPersistence DLContentUtil.getPersistence()
           
 

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

Classes in com.liferay.portlet.documentlibrary.service.persistence.impl that implement DLContentPersistence
 class DLContentPersistenceImpl
          The persistence implementation for the document library content service.
 


Liferay 7.0-ce-b4