public class LockTokenDAO extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
add(LockToken lt)
Create lock token
|
static void |
delete(String user,
String token)
Remove
|
static List<LockToken> |
findByUser(String user)
Find by user
|
public static void add(LockToken lt) throws DatabaseException
DatabaseExceptionpublic static void delete(String user, String token) throws DatabaseException
DatabaseExceptionpublic static List<LockToken> findByUser(String user) throws DatabaseException
DatabaseExceptionCopyright © 2017 Open Knowledge Management System S.L.. All rights reserved.