Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Interface AddPortletProvider

All Superinterfaces:
PortletProvider

public interface AddPortletProvider
extends PortletProvider


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.portal.kernel.portlet.PortletProvider
PortletProvider.Action
 
Method Summary
 void updatePortletPreferences(PortletPreferences portletPreferences, String portletId, String className, long classPK, ThemeDisplay themeDisplay)
           
 
Methods inherited from interface com.liferay.portal.kernel.portlet.PortletProvider
getPortletId, getPortletURL, getPortletURL
 

Method Detail

updatePortletPreferences

void updatePortletPreferences(PortletPreferences portletPreferences,
                              String portletId,
                              String className,
                              long classPK,
                              ThemeDisplay themeDisplay)
                              throws Exception
Throws:
Exception

Liferay 7.0-ce-b4