Liferay 6.0-ee

Uses of Class
com.liferay.portlet.PortletPreferencesImpl

Packages that use PortletPreferencesImpl
com.liferay.portal.service.impl   
com.liferay.portal.upgrade.v6_0_6   
com.liferay.portlet   
 

Uses of PortletPreferencesImpl in com.liferay.portal.service.impl
 

Methods in com.liferay.portal.service.impl that return types with arguments of type PortletPreferencesImpl
protected static Map<String,PortletPreferencesImpl> PortletPreferencesLocalUtil.getPreferencesPool(long ownerId, int ownerType)
           
 

Uses of PortletPreferencesImpl in com.liferay.portal.upgrade.v6_0_6
 

Methods in com.liferay.portal.upgrade.v6_0_6 with parameters of type PortletPreferencesImpl
protected  void UpgradeRSS.upgradeFooterValues(PortletPreferencesImpl preferences)
           
protected  void UpgradeRSS.upgradeHeaderValues(PortletPreferencesImpl preferences)
           
 

Uses of PortletPreferencesImpl in com.liferay.portlet
 

Methods in com.liferay.portlet that return PortletPreferencesImpl
static PortletPreferencesImpl PortletPreferencesSerializer.fromXML(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml)
           
 PortletPreferencesImpl PortletRequestImpl.getPreferencesImpl()
           
 PortletPreferencesImpl PortletPreferencesWrapper.getPreferencesImpl()
           
 

Methods in com.liferay.portlet with parameters of type PortletPreferencesImpl
static String PortletPreferencesSerializer.toXML(PortletPreferencesImpl preferences)
           
 

Constructors in com.liferay.portlet with parameters of type PortletPreferencesImpl
PortalPreferencesImpl(PortletPreferencesImpl preferences, boolean signedIn)
           
 


Liferay 6.0-ee