Liferay 6.2-ce-ga5

Uses of Class
com.liferay.portlet.Preference

Packages that use Preference
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of Preference in com.liferay.portlet
 

Methods in com.liferay.portlet that return Preference
protected  Preference PortletPreferencesFactoryImpl.readPreference(XMLEventReader xmlEventReader)
           
 

Methods in com.liferay.portlet that return types with arguments of type Preference
protected  Map<String,Preference> BasePreferencesImpl.getModifiedPreferences()
           
protected  Map<String,Preference> BasePreferencesImpl.getOriginalPreferences()
           
protected  Map<String,Preference> BasePreferencesImpl.getPreferences()
           
protected  Map<String,Preference> PortletPreferencesFactoryImpl.toPreferencesMap(String xml)
           
 

Method parameters in com.liferay.portlet with type arguments of type Preference
protected  void BasePreferencesImpl.setOriginalPreferences(Map<String,Preference> originalPreferences)
           
 

Constructor parameters in com.liferay.portlet with type arguments of type Preference
BasePreferencesImpl(long ownerId, int ownerType, String xml, Map<String,Preference> preferences)
           
PortalPreferencesImpl(long ownerId, int ownerType, String xml, Map<String,Preference> preferences, boolean signedIn)
           
PortletPreferencesImpl(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String,Preference> preferences)
           
PortletPreferencesImpl(String xml, Map<String,Preference> preferences)
           
StrictPortletPreferencesImpl(long companyId, long ownerId, int ownerType, long plid, String portletId, String xml, Map<String,Preference> preferences)
           
 


Liferay 6.2-ce-ga5