Liferay 7.0-ce-m3

Uses of Interface
com.liferay.portlet.dynamicdatamapping.util.DDMDisplay

Packages that use DDMDisplay
com.liferay.portal.kernel.portlet This package defines the kernel portlet interfaces and classes. 
com.liferay.portlet.dynamicdatamapping.util   
 

Uses of DDMDisplay in com.liferay.portal.kernel.portlet
 

Methods in com.liferay.portal.kernel.portlet that return types with arguments of type DDMDisplay
 List<DDMDisplay> PortletBag.getDdmDisplayInstances()
           
 

Uses of DDMDisplay in com.liferay.portlet.dynamicdatamapping.util
 

Classes in com.liferay.portlet.dynamicdatamapping.util that implement DDMDisplay
 class BaseDDMDisplay
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return DDMDisplay
static DDMDisplay DDMUtil.getDDMDisplay(ServiceContext serviceContext)
           
 DDMDisplay DDM.getDDMDisplay(ServiceContext serviceContext)
           
static DDMDisplay DDMDisplayRegistryUtil.getDDMDisplay(String portletId)
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util that return types with arguments of type DDMDisplay
static List<DDMDisplay> DDMDisplayRegistryUtil.getDDMDisplays()
           
 

Methods in com.liferay.portlet.dynamicdatamapping.util with parameters of type DDMDisplay
static void DDMDisplayRegistryUtil.register(DDMDisplay ddmDisplay)
           
static void DDMDisplayRegistryUtil.unregister(DDMDisplay ddmDisplay)
           
 


Liferay 7.0-ce-m3