Liferay 6.0.5

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)
           
protected static Map<String,PortletPreferencesImpl> 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

clearPreferencesPool

protected static void clearPreferencesPool()

clearPreferencesPool

protected static void clearPreferencesPool(long ownerId,
                                           int ownerType)

getPreferencesPool

protected static Map<String,PortletPreferencesImpl> getPreferencesPool(long ownerId,
                                                                       int ownerType)

Liferay 6.0.5