Proyectos de Subversion Android Microlearning - Inconcert

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 7
Línea 17... Línea 17...
17
    ResultCount getCountNotification();
17
    ResultCount getCountNotification();
Línea 18... Línea 18...
18
 
18
 
19
    @Query("SELECT * FROM tb_notification")
19
    @Query("SELECT * FROM tb_notification")
Línea -... Línea 20...
-
 
20
    List<NotificationCenter> selectAllNotification();
-
 
21
 
-
 
22
    @Query("SELECT * FROM tb_notification group by date order by date DESC")
-
 
23
    List<NotificationCenter> selectAllNotificationOrderDay();
-
 
24
 
-
 
25
    @Query("SELECT * FROM tb_notification where date = :date")
20
    List<NotificationCenter> selectAllNotification();
26
    List<NotificationCenter> selectAllNotificationInDay(String date);
21
 
27
 
Línea 22... Línea 28...
22
    @Query("SELECT * FROM tb_notification WHERE id = :id LIMIT 1")
28
    @Query("SELECT * FROM tb_notification WHERE id = :id LIMIT 1")
23
    NotificationCenter selectNotificationByUuid(String id);
29
    NotificationCenter selectNotificationByUuid(String id);