◆ afterSave()
void org.turro.zul.convocation.ConvocationComposer.afterSave |
( |
| ) |
|
◆ doFinally()
void org.turro.zul.convocation.ConvocationComposer.doFinally |
( |
| ) |
throws Exception |
◆ doOnDelete()
void org.turro.zul.convocation.ConvocationComposer.doOnDelete |
( |
| ) |
|
|
protected |
◆ getAttributeName()
String org.turro.zul.convocation.ConvocationComposer.getAttributeName |
( |
| ) |
|
|
protected |
◆ getEntityInstance()
Convocation org.turro.zul.convocation.ConvocationComposer.getEntityInstance |
( |
String |
id | ) |
|
|
protected |
◆ getWrapperInstance()
DaoEntity org.turro.zul.convocation.ConvocationComposer.getWrapperInstance |
( |
Component |
comp | ) |
|
|
protected |
◆ inDeleteRole()
boolean org.turro.zul.convocation.ConvocationComposer.inDeleteRole |
( |
| ) |
|
|
protected |
◆ inSaveRole()
boolean org.turro.zul.convocation.ConvocationComposer.inSaveRole |
( |
| ) |
|
|
protected |
◆ onSaveAndSendMail()
void org.turro.zul.convocation.ConvocationComposer.onSaveAndSendMail |
( |
| ) |
|
Definition at line 62 of file ConvocationComposer.java.
65 new ConvocationSender(
entity, ConvocationSender.getAsAssistants(
entity)).send();
66 Clients.showNotification(I_.get(
"Convocation sent"));
◆ onSendMail()
void org.turro.zul.convocation.ConvocationComposer.onSendMail |
( |
| ) |
|
Definition at line 54 of file ConvocationComposer.java.
56 new ConvocationSender(
entity, ConvocationSender.getAsAssistants(
entity)).send();
57 Clients.showNotification(I_.get(
"Convocation sent"));
◆ onSendToAttendee()
void org.turro.zul.convocation.ConvocationComposer.onSendToAttendee |
( |
Event |
event | ) |
|
Definition at line 44 of file ConvocationComposer.java.
45 if(event.getData() instanceof Attendee) {
47 new ConvocationSender(
entity, ((Attendee) event.getData()).getIContact()).send();
48 Clients.showNotification(I_.get(
"Convocation sent"));
◆ shouldBeSaved()
boolean org.turro.zul.convocation.ConvocationComposer.shouldBeSaved |
( |
| ) |
|
|
protected |
The documentation for this class was generated from the following file: