com.liferay.portal.service.impl
Class PortletPreferencesLocalUtil

java.lang.Object
  extended by com.liferay.portal.service.impl.PortletPreferencesLocalUtil

public class PortletPreferencesLocalUtil
extends java.lang.Object

Author:
Brian Wing Shun Chan, Michael Young, Shuyang Zhou

Field Summary
static java.lang.String _CACHE_NAME
           
 
Constructor Summary
PortletPreferencesLocalUtil()
           
 
Method Summary
protected static void clearPreferencesPool()
           
protected static void clearPreferencesPool(long ownerId, int ownerType)
           
static java.util.Map<java.io.Serializable,BasePreferencesImpl> getPreferencesPool(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 java.lang.String _CACHE_NAME
Constructor Detail

PortletPreferencesLocalUtil

public PortletPreferencesLocalUtil()
Method Detail

getPreferencesPool

public static java.util.Map<java.io.Serializable,BasePreferencesImpl> getPreferencesPool(long ownerId,
                                                                                         int ownerType)

clearPreferencesPool

protected static void clearPreferencesPool()

clearPreferencesPool

protected static void clearPreferencesPool(long ownerId,
                                           int ownerType)