◆ ServiceSender()
Definition at line 62 of file ServiceSender.java.
64 this.assistants = assistants;
65 this.useQueue = useQueue;
66 this.category = ElephantProperties.getContextProperty(PROP_CTX, KEY_CATEGORY);
67 this.mailPool = ElephantProperties.getContextProperty(PROP_CTX, KEY_POOL);
◆ createRef() [1/2]
Definition at line 120 of file ServiceSender.java.
121 return createRef(constructor, service.getTimesSent() >=1 ?
122 Entities.getController(service).getEntityUrl() :
123 Entities.getController(service).getMemberUrl());
◆ createRef() [2/2]
String org.turro.contacts.service.ServiceSender.createRef |
( |
IConstructor |
constructor, |
|
|
String |
redir |
|
) |
| throws Exception |
◆ getAsAssistants()
Definition at line 130 of file ServiceSender.java.
131 AssistantSet assistants =
new AssistantSet();
132 assistants.addContact(service.getResponsible().getIContact(), service);
133 assistants.addContacts(Contacts.getBySyndication(
"contacts_admin"));
134 AssistantQueueUtils.addFromCategory(ElephantProperties.getContextProperty(PROP_CTX, KEY_CATEGORY), assistants);
◆ send() [1/2]
void org.turro.contacts.service.ServiceSender.send |
( |
| ) |
|
◆ send() [2/2]
void org.turro.contacts.service.ServiceSender.send |
( |
IContact |
contact | ) |
|
The documentation for this class was generated from the following file: