Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.util
Class DDMDisplayRegistryImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMDisplayRegistryImpl
All Implemented Interfaces:
DDMDisplayRegistry

public class DDMDisplayRegistryImpl
extends Object
implements DDMDisplayRegistry


Constructor Summary
DDMDisplayRegistryImpl()
           
 
Method Summary
 DDMDisplay getDDMDisplay(String portletId)
           
 List<DDMDisplay> getDDMDisplays()
           
 String[] getPortletIds()
           
 void register(DDMDisplay ddmDisplay)
           
 void unregister(DDMDisplay ddmDisplay)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DDMDisplayRegistryImpl

public DDMDisplayRegistryImpl()
Method Detail

getDDMDisplay

public DDMDisplay getDDMDisplay(String portletId)
Specified by:
getDDMDisplay in interface DDMDisplayRegistry

getDDMDisplays

public List<DDMDisplay> getDDMDisplays()
Specified by:
getDDMDisplays in interface DDMDisplayRegistry

getPortletIds

public String[] getPortletIds()
Specified by:
getPortletIds in interface DDMDisplayRegistry

register

public void register(DDMDisplay ddmDisplay)
Specified by:
register in interface DDMDisplayRegistry

unregister

public void unregister(DDMDisplay ddmDisplay)
Specified by:
unregister in interface DDMDisplayRegistry

Liferay 6.2-ce-ga5