Interface LogMobileAtivoUsuarioDao

All Superinterfaces:
Dao<LogMobileAtivoUsuario,String>
All Known Implementing Classes:
LogMobileAtivoUsuarioDaoImpl

public interface LogMobileAtivoUsuarioDao extends Dao<LogMobileAtivoUsuario,String>
  • Method Details

    • getLogsPorTipoCount

      long getLogsPorTipoCount(Integer tipo, Integer lastMinutes)
    • getLogsPorTipo

      List<LogMobileAtivoUsuario> getLogsPorTipo(Integer tipo, Integer lastMinutes)