Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.dynamicdatamapping.service.persistence.DDMContentPersistence

Packages that use DDMContentPersistence
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.persistence   
com.liferay.portlet.dynamicdatamapping.service.persistence.impl   
 

Uses of DDMContentPersistence in com.liferay.portlet.dynamicdatamapping.service.base
 

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as DDMContentPersistence
protected  DDMContentPersistence DDMContentLocalServiceBaseImpl.ddmContentPersistence
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMContentPersistence
 DDMContentPersistence DDMContentLocalServiceBaseImpl.getDDMContentPersistence()
          Returns the d d m content persistence.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMContentPersistence
 void DDMContentLocalServiceBaseImpl.setDDMContentPersistence(DDMContentPersistence ddmContentPersistence)
          Sets the d d m content persistence.
 

Uses of DDMContentPersistence in com.liferay.portlet.dynamicdatamapping.service.persistence
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMContentPersistence
static DDMContentPersistence DDMContentUtil.getPersistence()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DDMContentPersistence
 void DDMContentUtil.setPersistence(DDMContentPersistence persistence)
          Deprecated. As of 6.2.0
 

Uses of DDMContentPersistence in com.liferay.portlet.dynamicdatamapping.service.persistence.impl
 

Classes in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that implement DDMContentPersistence
 class DDMContentPersistenceImpl
          The persistence implementation for the d d m content service.
 


Liferay 7.0-ce-m3