#include <WsNewsLetter.h>
Definition at line 26 of file WsNewsLetter.h.
descripte the result of the Ldap query
Enumerator |
---|
ldapError |
|
emailNotAvailable |
|
emailAvailable |
|
emailMultiple |
|
Definition at line 29 of file WsNewsLetter.h.
WsNewsLetter::WsNewsLetter |
( |
Wt::WContainerWidget * |
parent = 0 | ) |
|
WsNewsLetter::~WsNewsLetter |
( |
| ) |
|
WsNewsLetter::WsNewsLetter |
( |
WContainerWidget * |
parent | ) |
|
WsNewsLetter::~WsNewsLetter |
( |
| ) |
|
std::string WsNewsLetter::checkPath |
( |
const std::string & |
currentPath | ) |
|
void WsNewsLetter::createUser |
( |
| ) |
|
|
private |
void WsNewsLetter::doLineEditChanged |
( |
| ) |
|
|
slot |
void WsNewsLetter::doSubscribe |
( |
| ) |
|
|
slot |
void WsNewsLetter::emailNotInLdap |
( |
const std::string & |
email | ) |
|
void WsNewsLetter::initDB |
( |
| ) |
|
void WsNewsLetter::load |
( |
| ) |
|
void WsNewsLetter::multipleEmail |
( |
const std::string & |
email | ) |
|
const boost::any & WsOptions::option |
( |
const std::string & |
attribute | ) |
const |
|
inherited |
const std::vector< WsOption > & WsOptions::options |
( |
| ) |
const |
|
inherited |
void WsOptions::outOptions |
( |
const std::string |
message | ) |
|
|
inherited |
void WsNewsLetter::registerValidEmail |
( |
const std::string & |
email | ) |
|
void WsNewsLetter::sendConfirmMail |
( |
const std::string & |
email, |
|
|
const std::string & |
userToken |
|
) |
| const |
|
private |
void WsNewsLetter::sendEmail |
( |
const std::string & |
email, |
|
|
const std::string & |
sSubject, |
|
|
const std::string & |
sBody, |
|
|
const std::string & |
sBodyPlain |
|
) |
| |
void WsNewsLetter::sendMail |
( |
const Mail::Message & |
message | ) |
const |
|
private |
void WsOptions::setOption |
( |
const std::string & |
attribute, |
|
|
boost::any |
value |
|
) |
| |
|
inherited |
Set an options if previously set, update the value.
Definition at line 47 of file WsOption.cpp.
void WsOptions::setOptions |
( |
const std::vector< WsOption > & |
vOptions | ) |
|
|
inherited |
WPushButton* WsNewsLetter::button_ |
|
private |
WLineEdit* WsNewsLetter::emailLE_ |
|
private |
WText* WsNewsLetter::info_ |
|
private |
Wt::WPushButton* WsNewsLetter::m_pButSubscribe |
|
private |
Wt::WLineEdit* WsNewsLetter::m_pLineEdit |
|
private |
dbo::Session WsNewsLetter::session_ |
|
private |
dbo::backend::Sqlite3 * WsNewsLetter::sqlite3_ |
|
private |
The documentation for this class was generated from the following files:
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/WsModules/WsModNewsLetter/src/WsNewsLetter.h
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/WsModules/WsModNewsLetter/src/WsNewsLetterEm.h
- /Users/benoitdaccache/Documents/Dropbox/Programming/Ws/wittyshare/src/WsModules/WsModNewsLetter/src/WsNewsLetter.cpp