Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.PortletPreferencesImpl

Packages that use PortletPreferencesImpl
com.liferay.portal.service.util.test   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of PortletPreferencesImpl in com.liferay.portal.service.util.test
 

Methods in com.liferay.portal.service.util.test that return PortletPreferencesImpl
static PortletPreferencesImpl PortletPreferencesImplTestUtil.toPortletPreferencesImpl(PortletPreferences portletPreferences)
           
static PortletPreferencesImpl PortletPreferencesImplTestUtil.toPortletPreferencesImpl(String xml)
           
 

Uses of PortletPreferencesImpl in com.liferay.portlet
 

Subclasses of PortletPreferencesImpl in com.liferay.portlet
 class StrictPortletPreferencesImpl
           
 

Methods in com.liferay.portlet that return PortletPreferencesImpl
 PortletPreferencesImpl PortletPreferencesFactoryImpl.fromXML(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml)
           
 PortletPreferencesImpl PortletPreferencesWrapper.getPortletPreferencesImpl()
           
 PortletPreferencesImpl PortletPreferencesWrapper.getPreferencesImpl()
          Deprecated. As of 6.1.0, replaced by PortletPreferencesWrapper.getPortletPreferencesImpl()
 PortletPreferencesImpl PortletRequestImpl.getPreferencesImpl()
           
 


Liferay 7.0-ce-b4