com.atlassian.confluence.plugins.like.notifications.dao
Interface NotificationDao

All Known Implementing Classes:
EhCacheNotificationDao

public interface NotificationDao

Responsible for persisting notifications.


Method Summary
 boolean exists(LikeNotification notification)
          Returns true if the specified notification exists, false otherwise.
 void save(LikeNotification notification)
          Persist the specified notification.
 

Method Detail

exists

boolean exists(LikeNotification notification)
Returns true if the specified notification exists, false otherwise.

Parameters:
notification - the notification
Returns:
true if the specified notification exists, false otherwise.

save

void save(LikeNotification notification)
Persist the specified notification.

Parameters:
notification - the notification


Copyright © 2003-2012 Atlassian. All Rights Reserved.