Uses of Class
GWTApplication.client.FaultUpdateSnapshot

Packages that use FaultUpdateSnapshot
GWTApplication.client   
GWTApplication.server   
 

Uses of FaultUpdateSnapshot in GWTApplication.client
 

Methods in GWTApplication.client that return FaultUpdateSnapshot
 FaultUpdateSnapshot FaultService.getFaultsUpdated(java.util.Date timeOfLastUpdateCheck, java.lang.String locale)
          Gets a list of all of the faults which have been updated since the last time that the client checked to see if the faults which it is displaying has been updated.
 

Uses of FaultUpdateSnapshot in GWTApplication.server
 

Methods in GWTApplication.server that return FaultUpdateSnapshot
 FaultUpdateSnapshot FaultServiceImpl.getFaultsUpdated(java.util.Date timeOfLastUpdateCheck, java.lang.String locale)
          Get a list of the faults from the database which have been updated since the last time that this client checked the database.