Package | Description |
---|---|
br.ufscar.old.log | |
br.ufscar.old.task | |
br.ufscar.saci.log |
Modifier and Type | Method and Description |
---|---|
static void |
Logger.logCLEAN(RequestVO request,
Integer idEntidade,
LogAction acao,
String valor1,
String valor2,
String valor3) |
Modifier and Type | Method and Description |
---|---|
void |
TarefaFacade.comentar(Integer id,
LogAction logCod,
String comentario,
RequestVO request) |
Modifier and Type | Method and Description |
---|---|
static LogAction |
LogAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAction[] |
LogAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Log |
LogDao.getByEntityAndActions(int entityId,
LogAction... actions) |
List<Log> |
LogDao.listByEntityAndType(int entityId,
int entityType,
LogAction... exceptions) |
static void |
Logger.logAction(Integer entityId,
LogAction action)
Use this function to log actions that may be stored on database or txt format.
|
static void |
Logger.logHistory(Integer entityId,
LogAction action)
Use this function to log history related items that *must* be in the database.
|
static void |
Logger.logHistory(Integer entityId,
LogAction action,
String value1,
String value2,
String value3)
Use this function to log history related items that *must* be in the database.
|
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.