|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.campaign.action.ActionDef
com.bea.campaign.rules.MailActionDef
public class MailActionDef
An action definition specific to the MailAction.
MailAction,
Serialized Form| Constructor Summary | |
|---|---|
MailActionDef(String subject,
String jspUri)
Constuctor. |
|
MailActionDef(String subject,
String jspUri,
String from,
String to)
Constuctor. |
|
| Method Summary |
|---|
| Methods inherited from class com.bea.campaign.action.ActionDef |
|---|
createAction, getActionParams, getActionService, getActionType, setActionParams, setActionType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MailActionDef(String subject,
String jspUri,
String from,
String to)
subject - the mail subject.jspUri - the URI of the content of the email.from - the from email address.to - the to email address.
public MailActionDef(String subject,
String jspUri)
subject - the mail subject.jspUri - the URI of the content of the email.
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.4) E14255-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||