- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 32 of file AssistantSet.java.
◆ addContact()
void org.turro.assistant.AssistantSet.addContact |
( |
IContact |
contact, |
|
|
Object |
relationEntity |
|
) |
| |
Definition at line 42 of file AssistantSet.java.
43 if(contact !=
null && contact.isWebUser()) {
44 add(
new Assistant(contact.getName(), contact.getConnector(IUser.CONNECTOR_EMAIL), contact, relationEntity));
◆ addContacts()
void org.turro.assistant.AssistantSet.addContacts |
( |
Collection< IContact > |
contacts | ) |
|
Definition at line 36 of file AssistantSet.java.
37 for(IContact c : contacts) {
void addContact(IContact contact, Object relationEntity)
◆ addSubject()
void org.turro.assistant.AssistantSet.addSubject |
( |
String |
value | ) |
|
◆ addUser()
void org.turro.assistant.AssistantSet.addUser |
( |
String |
name, |
|
|
String |
email, |
|
|
Object |
relationEntity |
|
) |
| |
Definition at line 48 of file AssistantSet.java.
49 if(!Strings.isBlank(email)) {
50 add(
new Assistant(Strings.isBlank(name, email), email,
null, relationEntity));
◆ exists()
boolean org.turro.assistant.AssistantSet.exists |
( |
IContact |
contact | ) |
|
Definition at line 67 of file AssistantSet.java.
68 return contains(
new Assistant(contact.getName(), contact.getConnector(IUser.CONNECTOR_EMAIL), contact,
null));
◆ getSubject()
String org.turro.assistant.AssistantSet.getSubject |
( |
| ) |
|
Definition at line 58 of file AssistantSet.java.
59 PhraseBuilder pb =
new PhraseBuilder();
60 for(String s : subject) {
62 pb.addPendingSeparator(
",");
The documentation for this class was generated from the following file: