Liferay 6.1.10-ee-ga1

Uses of Class
com.liferay.portlet.Preference

Packages that use Preference
com.liferay.portlet   
 

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()
           
 

Method parameters in com.liferay.portlet with type arguments of type Preference
protected  void PortletPreferencesFactoryImpl.populateMap(String xml, Map<String,Preference> preferencesMap)
           
protected  String PortletPreferencesFactoryImpl.toXML(Map<String,Preference> preferencesMap)
           
 

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


Liferay 6.1.10-ee-ga1