Interface NotaDao
- All Known Implementing Classes:
NotaDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptiongetDuracaoNotas(Long instanciaId) List<NotaEmailLog> getEmailLog(Integer notaId) NotaEmailLogList<Nota> getNotes(NotaFilter filter, int offset, int limit) List<Nota> getNotes(Instancia instancia) List<Nota> List<Nota> List<Nota> getNotesCount(NotaFilter filter) getNotesCount(String processInstanceId) voidremoverNotasInstancia(Long instanciaId) NotaEmailLogsalvarNotaEmail(NotaEmailLog log)
-
Method Details
-
getNotes
-
getNotes
-
getNotes
-
getNotes
-
getNotesCount
-
getNotesCount
-
getDuracaoNotas
-
getNotes
-
salvarNotaEmail
NotaEmailLog salvarNotaEmail(NotaEmailLog log) -
getNotaEmailPorId
-
getEmailLog
-
removerNotasInstancia
-