Liferay 6.2-ce-ga5

com.liferay.portlet
Class PortalPreferencesWrapperCacheUtil

java.lang.Object
  extended by com.liferay.portlet.PortalPreferencesWrapperCacheUtil

public class PortalPreferencesWrapperCacheUtil
extends Object


Field Summary
static String CACHE_NAME
           
 
Constructor Summary
PortalPreferencesWrapperCacheUtil()
           
 
Method Summary
static PortalPreferencesWrapper get(long ownerId, int ownerType)
           
static void put(long ownerId, int ownerType, PortalPreferencesWrapper portalPreferencesWrapper)
           
static void remove(long ownerId, int ownerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CACHE_NAME

public static final String CACHE_NAME
Constructor Detail

PortalPreferencesWrapperCacheUtil

public PortalPreferencesWrapperCacheUtil()
Method Detail

get

public static PortalPreferencesWrapper get(long ownerId,
                                           int ownerType)

put

public static void put(long ownerId,
                       int ownerType,
                       PortalPreferencesWrapper portalPreferencesWrapper)

remove

public static void remove(long ownerId,
                          int ownerType)

Liferay 6.2-ce-ga5