com.atlassian.confluence.plugins.whatsnew
Class WhatsNewManager

java.lang.Object
  extended by com.atlassian.confluence.plugins.whatsnew.WhatsNewManager

public class WhatsNewManager
extends Object


Constructor Summary
WhatsNewManager()
           
 
Method Summary
 boolean isShownForUser(com.atlassian.user.User user, boolean fromCheck)
           
 void setApplicationProperties(com.atlassian.sal.api.ApplicationProperties applicationProperties)
           
 void setShownForUser(com.atlassian.user.User user, boolean shown)
           
 void setUserAccessor(UserAccessor userAccessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhatsNewManager

public WhatsNewManager()
Method Detail

isShownForUser

public boolean isShownForUser(com.atlassian.user.User user,
                              boolean fromCheck)

setShownForUser

public void setShownForUser(com.atlassian.user.User user,
                            boolean shown)
                     throws com.atlassian.core.AtlassianCoreException
Throws:
com.atlassian.core.AtlassianCoreException

setUserAccessor

public void setUserAccessor(UserAccessor userAccessor)

setApplicationProperties

public void setApplicationProperties(com.atlassian.sal.api.ApplicationProperties applicationProperties)


Copyright © 2003-2012 Atlassian. All Rights Reserved.