Liferay 6.2-ce-ga5

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

Packages that use DDMStorageLinkPersistence
com.liferay.portlet.dynamicdatamapping.service.base   
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

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

Fields in com.liferay.portlet.dynamicdatamapping.service.base declared as DDMStorageLinkPersistence
protected  DDMStorageLinkPersistence DDMTemplateServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMStructureLocalServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMStorageLinkLocalServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMStructureServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMContentLocalServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMStructureLinkLocalServiceBaseImpl.ddmStorageLinkPersistence
           
protected  DDMStorageLinkPersistence DDMTemplateLocalServiceBaseImpl.ddmStorageLinkPersistence
           
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base that return DDMStorageLinkPersistence
 DDMStorageLinkPersistence DDMTemplateServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMStructureLocalServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMStorageLinkLocalServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMStructureServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMContentLocalServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMStructureLinkLocalServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 DDMStorageLinkPersistence DDMTemplateLocalServiceBaseImpl.getDDMStorageLinkPersistence()
          Returns the d d m storage link persistence.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.base with parameters of type DDMStorageLinkPersistence
 void DDMTemplateServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMStructureLocalServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMStorageLinkLocalServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMStructureServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMContentLocalServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMStructureLinkLocalServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 void DDMTemplateLocalServiceBaseImpl.setDDMStorageLinkPersistence(DDMStorageLinkPersistence ddmStorageLinkPersistence)
          Sets the d d m storage link persistence.
 

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

Classes in com.liferay.portlet.dynamicdatamapping.service.persistence that implement DDMStorageLinkPersistence
 class DDMStorageLinkPersistenceImpl
          The persistence implementation for the d d m storage link service.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return DDMStorageLinkPersistence
static DDMStorageLinkPersistence DDMStorageLinkUtil.getPersistence()
           
 

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


Liferay 6.2-ce-ga5