Liferay 7.0-ce-b8 portal-impl

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 static Preference PortletPreferencesFactoryImpl.readPreference(XMLEventReader xmlEventReader)
           
 

Methods in com.liferay.portlet that return types with arguments of type Preference
static Map<String,Preference> PortletPreferencesFactoryImpl.createPreferencesMap(String xml)
           
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 7.0-ce-b8 portal-impl