Uses of Class
com.liferay.portlet.PortalPreferenceKey
Packages that use PortalPreferenceKey
Package
Description
This package defines the portal service local and remote implementations.
-
Uses of PortalPreferenceKey in com.liferay.portal.internal.service.util
Methods in com.liferay.portal.internal.service.util that return types with arguments of type PortalPreferenceKeyModifier and TypeMethodDescriptionstatic Map<PortalPreferenceKey,
String[]> PortalPreferencesCacheUtil.get
(long portalPreferencesId) Method parameters in com.liferay.portal.internal.service.util with type arguments of type PortalPreferenceKeyModifier and TypeMethodDescriptionstatic void
PortalPreferencesCacheUtil.put
(long portalPreferencesId, Map<PortalPreferenceKey, String[]> preferenceMap) -
Uses of PortalPreferenceKey in com.liferay.portal.service.impl
Methods in com.liferay.portal.service.impl that return types with arguments of type PortalPreferenceKeyModifier and TypeMethodDescriptionprotected static Map<PortalPreferenceKey,
List<com.liferay.portal.kernel.model.PortalPreferenceValue>> PortalPreferenceValueLocalServiceImpl.getPortalPreferenceValuesMap
(com.liferay.portal.kernel.service.persistence.PortalPreferenceValuePersistence portalPreferenceValuePersistence, long portalPreferencesId, boolean useFinderCache) static Map<PortalPreferenceKey,
String[]> PortalPreferenceValueLocalServiceImpl.getPreferenceMap
(com.liferay.portal.kernel.service.persistence.PortalPreferenceValuePersistence portalPreferenceValuePersistence, long portalPreferencesId, boolean useFinderCache) -
Uses of PortalPreferenceKey in com.liferay.portlet
Methods in com.liferay.portlet that return types with arguments of type PortalPreferenceKeyConstructor parameters in com.liferay.portlet with type arguments of type PortalPreferenceKeyModifierConstructorDescriptionPortalPreferencesImpl
(long ownerId, int ownerType, Map<PortalPreferenceKey, String[]> preferences, boolean signedIn)