

Public Member Functions | |
| PublicationNotification (IConstructor constructor, String path, List< Publication > pubs, PublicationCategory category) | |
| String | create (Publication publication) throws Exception |
| String | create (Publication publication, IContact contact) throws Exception |
| String | create (String redir, IContact contact) throws Exception |
| String | createRef (Publication publication) throws Exception |
| String | createRef (String redir) throws Exception |
| Repository | repository (Publication pub) |
| void | addToQueue () |
| void | sendMail () |
Public Member Functions inherited from org.turro.mail.queue.QueuedSender | |
| QueuedSender () | |
| void | send () |
| void | pause () |
| void | run () |
Protected Member Functions | |
| void | doSend () |
Additional Inherited Members | |
Static Public Member Functions inherited from org.turro.mail.queue.QueuedSender | |
| static AtomicCounter | getCounter () |
Definition at line 62 of file PublicationNotification.java.
| org.turro.publication.util.PublicationNotification.PublicationNotification | ( | IConstructor | constructor, |
| String | path, | ||
| List< Publication > | pubs, | ||
| PublicationCategory | category | ||
| ) |
Definition at line 69 of file PublicationNotification.java.
| void org.turro.publication.util.PublicationNotification.addToQueue | ( | ) |
Definition at line 125 of file PublicationNotification.java.


| String org.turro.publication.util.PublicationNotification.create | ( | Publication | publication | ) | throws Exception |
Definition at line 86 of file PublicationNotification.java.

| String org.turro.publication.util.PublicationNotification.create | ( | Publication | publication, |
| IContact | contact | ||
| ) | throws Exception |
Definition at line 93 of file PublicationNotification.java.

| String org.turro.publication.util.PublicationNotification.create | ( | String | redir, |
| IContact | contact | ||
| ) | throws Exception |
Definition at line 98 of file PublicationNotification.java.
| String org.turro.publication.util.PublicationNotification.createRef | ( | Publication | publication | ) | throws Exception |
Definition at line 105 of file PublicationNotification.java.

| String org.turro.publication.util.PublicationNotification.createRef | ( | String | redir | ) | throws Exception |
Definition at line 117 of file PublicationNotification.java.
|
protected |
Reimplemented from org.turro.mail.queue.QueuedSender.
Definition at line 78 of file PublicationNotification.java.

| Repository org.turro.publication.util.PublicationNotification.repository | ( | Publication | pub | ) |
Definition at line 121 of file PublicationNotification.java.

| void org.turro.publication.util.PublicationNotification.sendMail | ( | ) |
Definition at line 149 of file PublicationNotification.java.

