Liferay 7.0-ce-m3

com.liferay.portlet.asset.provider
Interface DisplayPortletProvider


public interface DisplayPortletProvider


Method Summary
 String getPortletId()
           
 void setPortletPreferences(PortletPreferences portletPreferences, String portletId, String className, long classPK, ThemeDisplay themeDisplay)
           
 

Method Detail

getPortletId

String getPortletId()

setPortletPreferences

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

Liferay 7.0-ce-m3