Liferay 6.1.0-ce-b4

com.liferay.portal.service.impl
Class PortletPreferencesLocalUtil

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

public class PortletPreferencesLocalUtil
extends Object


Field Summary
static String _CACHE_NAME
           
 
Constructor Summary
PortletPreferencesLocalUtil()
           
 
Method Summary
protected static void clearPreferencesPool()
           
protected static void clearPreferencesPool(long ownerId, int ownerType)
           
static Map<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 String _CACHE_NAME
Constructor Detail

PortletPreferencesLocalUtil

public PortletPreferencesLocalUtil()
Method Detail

getPreferencesPool

public static Map<Serializable,BasePreferencesImpl> getPreferencesPool(long ownerId,
                                                                       int ownerType)

clearPreferencesPool

protected static void clearPreferencesPool()

clearPreferencesPool

protected static void clearPreferencesPool(long ownerId,
                                           int ownerType)

Liferay 6.1.0-ce-b4