Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webapp.email
Interface EmailSenderActions

All Known Implementing Classes:
EmailSenderActionsBean

public interface EmailSenderActions

Provides email related operations.

Author:
Narcis Paslaru

Method Summary
 String getMailContent()
           
 String getMailSubject()
           
 void send()
           
 void setMailContent(String mailContent)
           
 void setMailSubject(String mailSubject)
           
 

Method Detail

send

void send()

getMailSubject

String getMailSubject()

setMailSubject

void setMailSubject(String mailSubject)

getMailContent

String getMailContent()

setMailContent

void setMailContent(String mailContent)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.