Class LogAtividadeUsuarioDaoImpl
Object
AbstractJPADao<LogAtividadeUsuario,Long>
LogAtividadeUsuarioDaoImpl
- All Implemented Interfaces:
Dao<LogAtividadeUsuario,,Long> LogAtividadeUsuarioDao
@Repository
public class LogAtividadeUsuarioDaoImpl
extends AbstractJPADao<LogAtividadeUsuario,Long>
implements LogAtividadeUsuarioDao
-
Constructor Summary
Constructors -
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) Methods inherited from class AbstractJPADao
findById, getEntityManager, read, read, remove, removeById, save, setEntityManager, update
-
Constructor Details
-
LogAtividadeUsuarioDaoImpl
public LogAtividadeUsuarioDaoImpl()
-
-
Method Details
-
removerLogsInstancia
- Specified by:
removerLogsInstanciain interfaceLogAtividadeUsuarioDao
-
getCabecalhoTodosLogs
- Specified by:
getCabecalhoTodosLogsin interfaceLogAtividadeUsuarioDao
-
getLogData
- Specified by:
getLogDatain interfaceLogAtividadeUsuarioDao
-
getCabecalhoTodosLogsPaginado
public List<LogAtividadeUsuario> getCabecalhoTodosLogsPaginado(LogFilter filter, int offset, int limit) - Specified by:
getCabecalhoTodosLogsPaginadoin interfaceLogAtividadeUsuarioDao
-
getLogsCount
- Specified by:
getLogsCountin interfaceLogAtividadeUsuarioDao
-
getDataUltimoLogTipoPorUsuario
- Specified by:
getDataUltimoLogTipoPorUsuarioin interfaceLogAtividadeUsuarioDao
-