Interface LogAtividadeUsuarioDao

All Superinterfaces:
Dao<LogAtividadeUsuario,Long>
All Known Implementing Classes:
LogAtividadeUsuarioDaoImpl

public interface LogAtividadeUsuarioDao extends Dao<LogAtividadeUsuario,Long>
  • Method Details

    • removerLogsInstancia

      void removerLogsInstancia(Long instanciaId)
    • getCabecalhoTodosLogs

      List<LogAtividadeUsuario> getCabecalhoTodosLogs()
    • getCabecalhoTodosLogsPaginado

      List<LogAtividadeUsuario> getCabecalhoTodosLogsPaginado(LogFilter filter, int offset, int limit)
    • getLogData

      String getLogData(Long atividadeUsuarioId)
    • getLogsCount

      Long getLogsCount(LogFilter filter)
    • getDataUltimoLogTipoPorUsuario

      Date getDataUltimoLogTipoPorUsuario(String login, String tipoAtividade)