public class LogManager extends Object
| Modifier and Type | Method and Description |
|---|---|
static Log |
create(Log log)
Creates a Log in the database.
|
static Logs |
findAll()
Deprecated.
|
static Log |
findLog(Long id)
Finds a log and edits in the database by id.
|
static Logs |
findLog(javax.ws.rs.core.MultivaluedMap<String,String> matches) |
static void |
remove(Long id)
Remove a tag (mark as Inactive).
|
@Deprecated public static Logs findAll() throws OlogException
OlogException - wrapping an SQLExceptionpublic static Logs findLog(javax.ws.rs.core.MultivaluedMap<String,String> matches) throws OlogException
OlogExceptionpublic static Log findLog(Long id) throws OlogException
OlogException - wrapping an SQLExceptionpublic static Log create(Log log) throws OlogException
OlogException - wrapping an SQLExceptionpublic static void remove(Long id) throws OlogException
id - tag idOlogExceptionCopyright © 2010-2014 Michigan State University. All Rights Reserved.