Class NotaDaoImpl
Object
AbstractJPADao<Nota,Integer>
NotaDaoImpl
-
Constructor Summary
Constructors -
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) voidremove(Nota e) voidremoveById(Integer id) voidremoverNotasInstancia(Long instanciaId) NotaEmailLogsalvarNotaEmail(NotaEmailLog log) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, save, setEntityManager, update
-
Constructor Details
-
NotaDaoImpl
public NotaDaoImpl()
-
-
Method Details
-
getNotes
-
getNotes
-
getNotes
-
getNotes
-
getNotesCount
- Specified by:
getNotesCountin interfaceNotaDao
-
getNotesCount
- Specified by:
getNotesCountin interfaceNotaDao
-
getDuracaoNotas
- Specified by:
getDuracaoNotasin interfaceNotaDao
-
getNotes
-
removeById
- Specified by:
removeByIdin interfaceDao<Nota,Integer> - Overrides:
removeByIdin classAbstractJPADao<Nota,Integer>
-
remove
@Transactional(propagation=REQUIRED) public void remove(Nota e) -
salvarNotaEmail
@Transactional(propagation=REQUIRED) public NotaEmailLog salvarNotaEmail(NotaEmailLog log) - Specified by:
salvarNotaEmailin interfaceNotaDao
-
getNotaEmailPorId
- Specified by:
getNotaEmailPorIdin interfaceNotaDao
-
getEmailLog
- Specified by:
getEmailLogin interfaceNotaDao
-
removerNotasInstancia
- Specified by:
removerNotasInstanciain interfaceNotaDao
-