Package | Description |
---|---|
cz.cuni.mff.odcleanstore.webfrontend.dao |
The DAO layer.
|
cz.cuni.mff.odcleanstore.webfrontend.dao.users |
User management related DAO classes.
|
cz.cuni.mff.odcleanstore.webfrontend.pages.useraccounts |
Page components for the User Accounts management section related pages.
|
cz.cuni.mff.odcleanstore.webfrontend.util |
Utility classes to be used in the Web Frontend component.
|
Modifier and Type | Method and Description |
---|---|
protected void |
Dao.executeInTransaction(CodeSnippet code)
Executes the given code in a Spring transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDao.save(User item,
CodeSnippet doAfter) |
void |
UserDao.update(User item,
CodeSnippet doAfter) |
Modifier and Type | Class and Description |
---|---|
class |
SendConfirmationEmailSnippet
A code-snippet to send confirmation emails.
|
Modifier and Type | Class and Description |
---|---|
class |
EmptyCodeSnippet
An empty code snippet (e.g.
|
Copyright © 2013. All Rights Reserved.