|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Digest | |
com.arsdigita.notification | Notification provides the application-level capabilities needed for outbound email. |
Uses of Digest in com.arsdigita.notification |
Methods in com.arsdigita.notification that return Digest | |
Digest |
Notification.getDigest()
Gets the digest associated with this notification. |
Methods in com.arsdigita.notification with parameters of type Digest | |
void |
Notification.setDigest(Digest digest)
Sets the digest parameter for a notification. |
Constructors in com.arsdigita.notification with parameters of type Digest | |
Notification(Digest digest,
Party to,
Party from,
String subject,
String body)
Creates a notification by supplying the digest, sender, receiver, subject, and body of the message. |
|
Notification(Digest digest,
Party to,
Message msg)
Creates a notification by supplying the digest, the receiver, and an existing message to send. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |