◆ SendableControl()
org.turro.sendable.SendableControl.SendableControl |
( |
| ) |
|
Definition at line 108 of file SendableControl.java.
109 Executions.createComponents(
"/WEB-INF/_zul/bs/comps/sendable/sendableControl.zul",
this,
null);
110 Selectors.wireComponents(
this,
this,
false);
111 Selectors.wireEventListeners(
this,
this);
◆ afterCompose()
void org.turro.sendable.SendableControl.afterCompose |
( |
| ) |
|
◆ onDelete()
void org.turro.sendable.SendableControl.onDelete |
( |
| ) |
|
Definition at line 85 of file SendableControl.java.
86 Sendables.delete(entityPath);
87 Sendables.cleanOrphans();
◆ onSave()
void org.turro.sendable.SendableControl.onSave |
( |
| ) |
|
Definition at line 77 of file SendableControl.java.
79 new ElephantPU().saveObject(sendable);
80 Sendables.cleanOrphans();
◆ onSchedule()
void org.turro.sendable.SendableControl.onSchedule |
( |
| ) |
|
◆ onSendTest()
void org.turro.sendable.SendableControl.onSendTest |
( |
| ) |
|
Definition at line 91 of file SendableControl.java.
92 ContactList contacts =
new ContactList();
93 contacts.add(Authentication.getIContact());
94 MailRecipients.selectRecipients(contacts,
new Command() {
96 public Object execute(Context context) {
97 MailRecipients mr = (MailRecipients) context.get(
"component");
98 Collection<IContact> emails = mr.getRecipients();
100 IElephantSendable eSend = Entities.getController(entityPath).getSendable();
101 eSend.send(Application.getApplication().getConstructor(), emails);
◆ onSent()
void org.turro.sendable.SendableControl.onSent |
( |
| ) |
|
◆ setEntity()
void org.turro.sendable.SendableControl.setEntity |
( |
Object |
entity | ) |
|
Definition at line 123 of file SendableControl.java.
124 this.entity = entity;
125 this.entityPath = Entities.getController(entity).getPath();
◆ setEntityPath()
void org.turro.sendable.SendableControl.setEntityPath |
( |
String |
entityPath | ) |
|
◆ setWithAssistants()
void org.turro.sendable.SendableControl.setWithAssistants |
( |
boolean |
withAssistants | ) |
|
The documentation for this class was generated from the following file: