Liferay 7.0-ce-m6

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. 
 

Uses of RemotePreference in com.liferay.portal.model
 

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

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

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


Liferay 7.0-ce-m6