Liferay 7.0-ce-m6

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

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

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

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as DDMStructureLayoutPersistence
protected  DDMStructureLayoutPersistence DDMStructureLocalServiceBaseImpl.ddmStructureLayoutPersistence
           
protected  DDMStructureLayoutPersistence DDMStructureServiceBaseImpl.ddmStructureLayoutPersistence
           
protected  DDMStructureLayoutPersistence DDMStructureLayoutLocalServiceBaseImpl.ddmStructureLayoutPersistence
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStructureLayoutPersistence
 DDMStructureLayoutPersistence DDMStructureLocalServiceBaseImpl.getDDMStructureLayoutPersistence()
          Returns the d d m structure layout persistence.
 DDMStructureLayoutPersistence DDMStructureServiceBaseImpl.getDDMStructureLayoutPersistence()
          Returns the d d m structure layout persistence.
 DDMStructureLayoutPersistence DDMStructureLayoutLocalServiceBaseImpl.getDDMStructureLayoutPersistence()
          Returns the d d m structure layout persistence.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStructureLayoutPersistence
 void DDMStructureLocalServiceBaseImpl.setDDMStructureLayoutPersistence(DDMStructureLayoutPersistence ddmStructureLayoutPersistence)
          Sets the d d m structure layout persistence.
 void DDMStructureServiceBaseImpl.setDDMStructureLayoutPersistence(DDMStructureLayoutPersistence ddmStructureLayoutPersistence)
          Sets the d d m structure layout persistence.
 void DDMStructureLayoutLocalServiceBaseImpl.setDDMStructureLayoutPersistence(DDMStructureLayoutPersistence ddmStructureLayoutPersistence)
          Sets the d d m structure layout persistence.
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStructureLayoutPersistence
static DDMStructureLayoutPersistence DDMStructureLayoutUtil.getPersistence()
           
 

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

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

Classes in com.liferay.portlet.dynamicdatamapping.service.persistence.impl that implement DDMStructureLayoutPersistence
 class DDMStructureLayoutPersistenceImpl
          The persistence implementation for the d d m structure layout service.
 


Liferay 7.0-ce-m6