BrightSide Workbench Full Report + Source Code
org.turro.auth.ReminderControl Class Reference
Inheritance diagram for org.turro.auth.ReminderControl:
Collaboration diagram for org.turro.auth.ReminderControl:

Public Member Functions

void onRemind (Event event) throws IOException
 
- Public Member Functions inherited from org.turro.elephant.TemplateControl
void setRootTmpl (String rootTmpl)
 
void setTmpl (String tmpl)
 
void afterCompose ()
 

Additional Inherited Members

- Protected Member Functions inherited from org.turro.elephant.TemplateControl
void doFinally ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 34 of file ReminderControl.java.

Member Function Documentation

◆ onRemind()

void org.turro.auth.ReminderControl.onRemind ( Event  event) throws IOException

Definition at line 40 of file ReminderControl.java.

40  {
41  Clients.clearWrongValue(user);
42  if(org.turro.elephant.zkoss.ZkossElephant.doSendReminder(user.getText())) {
43  Clients.showNotification(I_.get("A reminder has been sent"));
44  } else {
45  Clients.wrongValue(user, I_.get("Missing") + ": " + I_.get("User/Email"));
46  }
47  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: