com.atlassian.confluence.plugins.like
Class LikeNotificationPreferences

java.lang.Object
  extended by com.atlassian.confluence.plugins.like.LikeNotificationPreferences

public class LikeNotificationPreferences
extends Object

Like Preference class that manages default values as well as interacting with PropertySet API to persist preference changes.


Field Summary
static String PROPERTY_USER_LIKES_NOTIFY_AUTHOR
           
 
Constructor Summary
LikeNotificationPreferences(com.opensymphony.module.propertyset.PropertySet propertySet)
           
 
Method Summary
 boolean isNotifyAuthor()
           
 void setNotifyAuthor(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_USER_LIKES_NOTIFY_AUTHOR

public static final String PROPERTY_USER_LIKES_NOTIFY_AUTHOR
See Also:
Constant Field Values
Constructor Detail

LikeNotificationPreferences

public LikeNotificationPreferences(com.opensymphony.module.propertyset.PropertySet propertySet)
Method Detail

isNotifyAuthor

public boolean isNotifyAuthor()

setNotifyAuthor

public void setNotifyAuthor(boolean value)


Copyright © 2003-2012 Atlassian. All Rights Reserved.