Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class NotificationThreadLocal

java.lang.Object
  extended by com.liferay.portal.kernel.util.NotificationThreadLocal

public class NotificationThreadLocal
extends Object


Constructor Summary
NotificationThreadLocal()
           
 
Method Summary
static boolean isEnabled()
           
static boolean isNotificationEnabled()
          Deprecated. As of 6.1.0, replaced by isEnabled()
static void setEnabled(boolean enabled)
           
static void setNotificationEnabled(boolean notificationEnabled)
          Deprecated. As of 6.1.0, replaced by setEnabled(boolean)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationThreadLocal

public NotificationThreadLocal()
Method Detail

isEnabled

public static boolean isEnabled()

isNotificationEnabled

public static boolean isNotificationEnabled()
Deprecated. As of 6.1.0, replaced by isEnabled()


setEnabled

public static void setEnabled(boolean enabled)

setNotificationEnabled

public static void setNotificationEnabled(boolean notificationEnabled)
Deprecated. As of 6.1.0, replaced by setEnabled(boolean)


Liferay 6.2-ce-ga5