Liferay 6.1.10-ee-ga1

com.liferay.portal.service.impl
Class PortletPreferencesLocalUtil

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

public class PortletPreferencesLocalUtil
extends Object


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
 

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.10-ee-ga1