Interface LogAtividadeUsuarioDao
- All Known Implementing Classes:
LogAtividadeUsuarioDaoImpl
-
Method Summary
Modifier and TypeMethodDescriptionList<LogAtividadeUsuario> List<LogAtividadeUsuario> getCabecalhoTodosLogsPaginado(LogFilter filter, int offset, int limit) getDataUltimoLogTipoPorUsuario(String login, String tipoAtividade) getLogData(Long atividadeUsuarioId) getLogsCount(LogFilter filter) voidremoverLogsInstancia(Long instanciaId)
-
Method Details
-
removerLogsInstancia
-
getCabecalhoTodosLogs
List<LogAtividadeUsuario> getCabecalhoTodosLogs() -
getCabecalhoTodosLogsPaginado
-
getLogData
-
getLogsCount
-
getDataUltimoLogTipoPorUsuario
-