Uses of Class
net.anidb.NotificationListEntry

Packages that use NotificationListEntry
net.anidb   
net.anidb.udp   
 

Uses of NotificationListEntry in net.anidb
 

Methods in net.anidb that return NotificationListEntry
 NotificationListEntry Notification.getEntry()
          Returns the notification list entry.
 

Constructors in net.anidb with parameters of type NotificationListEntry
AnimeNotification(NotificationListEntry entry, long relId, long type, int count, long date, java.lang.String relIdName, java.util.List<java.lang.Long> fileIdList)
          Creates an anime notification.
MessageNotification(NotificationListEntry entry, long messageId, long fromUserId, java.lang.String fromUserName, long date, long type, java.lang.String title, java.lang.String body)
          Creates a message notification.
Notification(NotificationListEntry entry)
          Creates a notification.
 

Uses of NotificationListEntry in net.anidb.udp
 

Methods in net.anidb.udp that return types with arguments of type NotificationListEntry
 java.util.List<NotificationListEntry> UdpNotificationFactory.getNotifyList()
          Returns a list of entries of all pending (not acknowledged) new private message and new file notifications.
 java.util.List<NotificationListEntry> UdpConnection.getNotifyList()
          Returns a list of entries of all pending (not acknowledged) new private message and new file notifications.
 

Methods in net.anidb.udp with parameters of type NotificationListEntry
 void UdpNotificationFactory.acknowledgeNotification(NotificationListEntry listEntry)
          Acknowledges the notification for the given list entry.
 void UdpConnection.acknowledgeNotification(NotificationListEntry listEntry)
          Acknowledges the notification for the given list entry.
 Notification UdpNotificationFactory.getNotification(NotificationListEntry listEntry)
          Returns the notification for the given list entry.
 Notification UdpConnection.getNotification(NotificationListEntry listEntry)
          Returns the notification for the given list entry.