com.atlassian.confluence.event.events.like.listeners
Class DatabaseLikesRemovalListener

java.lang.Object
  extended by com.atlassian.confluence.event.events.like.listeners.DatabaseLikesRemovalListener

public class DatabaseLikesRemovalListener
extends Object

Updates likes in the persistent store in response to events on the system


Constructor Summary
DatabaseLikesRemovalListener(LikeDao likeDao)
           
 
Method Summary
 void onRemoveEvent(Removed contentRemoveEvent)
           
 void onUserRemoveEvent(UserRemoveEvent userRemoveEvent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseLikesRemovalListener

public DatabaseLikesRemovalListener(@Qualifier(value="likeDao")
                                    LikeDao likeDao)
Method Detail

onRemoveEvent

@EventListener
public void onRemoveEvent(Removed contentRemoveEvent)

onUserRemoveEvent

@EventListener
public void onUserRemoveEvent(UserRemoveEvent userRemoveEvent)


Copyright © 2003-2012 Atlassian. All Rights Reserved.