Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.core |
Core Wicket application files.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.users |
User management related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.util |
Utility classes to be used in the Web Frontend component.
|
Modifier and Type | Method and Description |
---|---|
User |
ODCSWebFrontendSession.getUser()
Returns the currently authenticated user (or null, if no user
has been authenticated yet).
|
Modifier and Type | Method and Description |
---|---|
void |
ODCSWebFrontendSession.setUser(User user)
Sets the currently authenticated user for use in subsequent requests.
|
Modifier and Type | Method and Description |
---|---|
User |
UserRowMapper.mapRow(ResultSet rs,
int rowNum) |
protected User |
UserDao.postLoadBy(User user) |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.simple.ParameterizedRowMapper<User> |
UserDao.getRowMapper() |
protected List<User> |
UserDao.postLoadAllBy(List<User> users) |
Modifier and Type | Method and Description |
---|---|
protected User |
UserDao.postLoadBy(User user) |
void |
UserDao.save(User item,
CodeSnippet doAfter) |
void |
UserDao.update(User item) |
void |
UserDao.update(User item,
CodeSnippet doAfter) |
Modifier and Type | Method and Description |
---|---|
protected List<User> |
UserDao.postLoadAllBy(List<User> users) |
Constructor and Description |
---|
NewAccountMail(User user,
String password) |
NewPasswordMail(User user,
String password) |
Copyright © 2013. All Rights Reserved.