

Public Member Functions | |
| PublishServiceNotification (ContactService service) | |
| void | sendNotification () |
Public Member Functions inherited from org.turro.contacts.service.AbstractServiceNotification | |
| AbstractServiceNotification (ContactService service) | |
| void | send (String template, String reason) |
| String | create (IConstructor constructor, ContactService service, IContact contact) throws Exception |
| String | create (IConstructor constructor, String redir, String email) throws Exception |
| String | createRef (IConstructor constructor, ContactService service, IContact contact) throws Exception |
| String | createRef (IConstructor constructor, String redir) throws Exception |
Protected Member Functions | |
| AssistantSet | getAssistants () |
| void | initMarker (ElephantMarker marker) |
Protected Member Functions inherited from org.turro.contacts.service.AbstractServiceNotification | |
| String | getSubject (String reason) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.contacts.service.AbstractServiceNotification | |
| ContactService | service |
| final IConstructor | constructor |
| final IContact | loggedContact |
Definition at line 34 of file PublishServiceNotification.java.
| org.turro.contacts.service.PublishServiceNotification.PublishServiceNotification | ( | ContactService | service | ) |
Definition at line 36 of file PublishServiceNotification.java.
|
protected |
Reimplemented from org.turro.contacts.service.AbstractServiceNotification.
Definition at line 49 of file PublishServiceNotification.java.

|
protected |
Reimplemented from org.turro.contacts.service.AbstractServiceNotification.
Definition at line 59 of file PublishServiceNotification.java.
| void org.turro.contacts.service.PublishServiceNotification.sendNotification | ( | ) |
Reimplemented from org.turro.contacts.service.AbstractServiceNotification.
Definition at line 41 of file PublishServiceNotification.java.

