|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.commerce.campaign.action.ActionDef | +--com.bea.commerce.campaign.rules.MailActionDef
An action definition specific to the MailAction.
MailAction
, Serialized FormFields inherited from interface com.bea.commerce.campaign.CampaignConstants |
ACTION_SERVICE_HOME, AD_BUCKET_SERVICE_HOME, AD_CONFLICT_RESOLVER_HOME, AD_SERVICE_HOME, CAMPAIGN_REPOSITORY_HOME, CAMPAIGN_SERVICE_HOME, PLACEHOLDER_SERVICE_HOME, SCENARIO_REPOSITORY_HOME, SCENARIO_SERVICE_HOME |
Constructor Summary | |
MailActionDef(java.lang.String subject,
java.lang.String jspUri)
Constuctor. |
|
MailActionDef(java.lang.String subject,
java.lang.String jspUri,
java.lang.String from,
java.lang.String to)
Constuctor. |
Methods inherited from class com.bea.commerce.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(java.lang.String subject, java.lang.String jspUri, java.lang.String from, java.lang.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(java.lang.String subject, java.lang.String jspUri)
subject
- the mail subject.jspUri
- the URI of the content of the email.
|
© 2001 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |