java.lang.Object
org.lucane.server.store.UserStore
org.lucane.server.store.sql.SqlUserStore
- public class SqlUserStore
- extends org.lucane.server.store.UserStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TABLENAME
private static final java.lang.String TABLENAME
- See Also:
- Constant Field Values
layer
private org.lucane.server.database.DatabaseAbstractionLayer layer
SqlUserStore
public SqlUserStore()
throws java.lang.Exception
createTable
private void createTable()
throws java.sql.SQLException
storeUser
public void storeUser(org.lucane.common.concepts.UserConcept user)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.UserStore
- Store a user
updateUser
public void updateUser(org.lucane.common.concepts.UserConcept user)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.UserStore
- Update a user
removeUser
public void removeUser(org.lucane.common.concepts.UserConcept user)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.UserStore
- Remove a user
getUser
public org.lucane.common.concepts.UserConcept getUser(java.lang.String login)
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.UserStore
- Fetch a user by its login
getAllUsers
public java.util.Iterator getAllUsers()
throws java.sql.SQLException
- Description copied from class:
org.lucane.server.store.UserStore
- Fetch all users