Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.util.RemotePreference

Packages that use RemotePreference
com.liferay.portal.model This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types. 
com.liferay.portal.model.impl This package defines the portal model implementation base classes. 
 

Uses of RemotePreference in com.liferay.portal.model
 

Methods in com.liferay.portal.model that return RemotePreference
 RemotePreference User.getRemotePreference(String name)
           
 RemotePreference UserWrapper.getRemotePreference(String name)
           
 

Methods in com.liferay.portal.model that return types with arguments of type RemotePreference
 Iterable<RemotePreference> User.getRemotePreferences()
           
 Iterable<RemotePreference> UserWrapper.getRemotePreferences()
           
 

Methods in com.liferay.portal.model with parameters of type RemotePreference
 void User.addRemotePreference(RemotePreference remotePreference)
           
 void UserWrapper.addRemotePreference(RemotePreference remotePreference)
           
 

Uses of RemotePreference in com.liferay.portal.model.impl
 

Classes in com.liferay.portal.model.impl that implement RemotePreference
 class CookieRemotePreference
           
 

Methods in com.liferay.portal.model.impl that return RemotePreference
 RemotePreference UserImpl.getRemotePreference(String name)
           
 

Methods in com.liferay.portal.model.impl that return types with arguments of type RemotePreference
 Iterable<RemotePreference> UserImpl.getRemotePreferences()
           
 

Methods in com.liferay.portal.model.impl with parameters of type RemotePreference
 void UserImpl.addRemotePreference(RemotePreference remotePreference)
           
 


Liferay 6.2-ce-ga5