Interface NotificacaoDao
- All Known Implementing Classes:
NotificacaoDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidencerrarLembretesTarefa(String taskId) voidencerrarLembretesTarefasProcesso(String processInstanceId) voidencerrarNotificacoesTarefa(String taskId) voidencerrarNotificacoesTarefaProcesso(String processInstanceId) intgetCountNotificacoesTarefa(String taskId) LembreteNotificacaogetLembrete(Notificacao notificacao, String userLogin) LembreteNotificacaogetLembrete(Long idNotificacao, String userLogin) List<Notificacao> getNotificacoes(NotificacaoFilter filter, int offset, int limit) List<Notificacao> getNotificacoesTarefa(String taskId, int offset, int limit) List<Notificacao> getNotificacoesUsuario(String user, int offset, int limit) intintremoverNotificacoesCriadasAntesDe(Date date, Status status) voidremoverNotificacoesInstancia(Long instanciaId) LembreteNotificacaosalvarLembrete(LembreteNotificacao lembrete)
-
Method Details
-
getCountNotificacoesUsuario
-
getNotificacoesUsuario
-
getCountNotificacoesTarefa
-
getNotificacoesTarefa
-
getCountNotificacoes
-
getNotificacoes
-
getLembrete
-
getLembrete
-
salvarLembrete
LembreteNotificacao salvarLembrete(LembreteNotificacao lembrete) -
encerrarLembretesTarefa
-
encerrarNotificacoesTarefa
-
encerrarLembretesTarefasProcesso
-
encerrarNotificacoesTarefaProcesso
-
finalizarNotificacoesPermitidasUsuario
-
removerNotificacoesInstancia
-
removerNotificacoesCriadasAntesDe
-
removerNotificacoesCriadasAntesDe
-