Uses of Class
edu.washington.cs.sounddetector.server.api.object.Notification

Packages that use Notification
edu.washington.cs.sounddetector.server.api   
edu.washington.cs.sounddetector.server.api.methodresult   
 

Uses of Notification in edu.washington.cs.sounddetector.server.api
 

Methods in edu.washington.cs.sounddetector.server.api that return types with arguments of type Notification
 List<Notification> SoundDetectorAPI.getOldNotifications(String phoneId, Date greaterThanDate, Date lessThanDate)
          Retrieves a list of notifications that have already been seen by the given phone.
 List<Notification> SoundDetectorAPI.getPendingNotifications(String phoneId)
          Retrieves the latest notifications the given phone has not yet seen from the server.
 

Uses of Notification in edu.washington.cs.sounddetector.server.api.methodresult
 

Methods in edu.washington.cs.sounddetector.server.api.methodresult that return types with arguments of type Notification
 List<Notification> GetPendingNotificationsResult.getNotifications()
           
 List<Notification> GetOldNotificationsResult.getNotifications()
           
 

Method parameters in edu.washington.cs.sounddetector.server.api.methodresult with type arguments of type Notification
static GetPendingNotificationsResult GetPendingNotificationsResult.success(List<Notification> notifications)
           
static GetOldNotificationsResult GetOldNotificationsResult.success(List<Notification> notifications)
           
 



Copyright © 2012. All Rights Reserved.