baseSelect, dbName
Constructor and Description |
---|
LogDao() |
Modifier and Type | Method and Description |
---|---|
Log |
get(int id) |
Log |
getByEntityAndActions(int entityId,
LogAction... actions) |
Log |
getByEntityAndTypeAndValue1(int entityId,
int entityType,
int value1) |
int |
getHoursSinceLastLogin(int userId) |
protected void |
insert(Log log) |
List<Log> |
list() |
List<Log> |
listByEntityAndType(int entityId,
int entityType,
LogAction... exceptions) |
protected Log |
load(ResultSet rs) |
void |
remove(int id) |
void |
save(Log log) |
protected void |
update(Log log) |
check, convenienceExists, convenienceMove, convenienceMove, convenienceRename, count, deactivate_, deactivate_, deactivate2_, deactivate2_, get0, get0, get1, get1, getn, idExists, loadAll, remove_, save
public Log get(int id)
public Log getByEntityAndTypeAndValue1(int entityId, int entityType, int value1)
public int getHoursSinceLastLogin(int userId)
public List<Log> listByEntityAndType(int entityId, int entityType, LogAction... exceptions)
public void remove(int id)
public void save(Log log)
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.