MailActionMBean Interface
- public interface MailActionMBean
extends ServiceConfigurationMBean
MailAction configuration management bean interface.
This expects to be the child of a CampaignServiceMBean.
-
All Superinterfaces
-
ConfigurationMBean, DynamicMBean, MBeanRegistration, NotificationBroadcaster, ServiceConfigurationMBean, WebLogicMBean
public String |
-
getDefaultFromAddress()
- Get the default from: email address.
|
public String |
-
getEmailPropertyName()
- Get the property name corresponding to a user property containing the
user's email address.
|
public String |
-
getEmailPropertySet()
- Get the property set name corresponding to a user property set
containing the user's email address property.
|
public String |
-
getOptInPropertyName()
- Get the property name corresponding to a user property containing the
boolean controlling if the user opted in for email.
|
public String |
-
getOptInPropertySet()
- Get the property set name corresponding to a user property set
containing the boolean property controlling if the user opted in
for email.
|
public void |
-
setDefaultFromAddress(String addr)
- Set the default from: email address.
|
public void |
-
setEmailPropertyName(String name)
- Set the property name corresponding to a user property containing the
user's email address.
|
public void |
-
setEmailPropertySet(String name)
- Set the property set name corresponding to a user property set
containing the user's email address property.
|
public void |
-
setOptInPropertyName(String name)
- Set the property name corresponding to a user property containing the
boolean controlling if the user opted in for email.
|
public void |
-
setOptInPropertySet(String name)
- Set the property set name corresponding to a user property set
containing the boolean property controlling if the user opted in
for email.
|
Methods from interface weblogic.management.configuration.ConfigurationMBean |
freezeCurrentValue, getAttributeStringValue, getComments, getNotes, getSetFields, getXml, getXmlConverter, isDefaultedMBean, isPersistenceEnabled, preDeregister, registerConfigMBean, restoreDefaultValue, setComments, setDefaultedMBean, setNotes, setPersistenceEnabled, touch, unRegisterConfigMBean |
getDefaultFromAddress() Method
public String getDefaultFromAddress()
Get the default from: email address.
getEmailPropertyName() Method
public String getEmailPropertyName()
Get the property name corresponding to a user property containing the
user's email address.
getEmailPropertySet() Method
public String getEmailPropertySet()
Get the property set name corresponding to a user property set
containing the user's email address property.
getOptInPropertyName() Method
public String getOptInPropertyName()
Get the property name corresponding to a user property containing the
boolean controlling if the user opted in for email.
getOptInPropertySet() Method
public String getOptInPropertySet()
Get the property set name corresponding to a user property set
containing the boolean property controlling if the user opted in
for email.
setDefaultFromAddress(String) Method
public void setDefaultFromAddress(String addr)
Set the default from: email address.
setEmailPropertyName(String) Method
public void setEmailPropertyName(String name)
Set the property name corresponding to a user property containing the
user's email address.
setEmailPropertySet(String) Method
public void setEmailPropertySet(String name)
Set the property set name corresponding to a user property set
containing the user's email address property.
setOptInPropertyName(String) Method
public void setOptInPropertyName(String name)
Set the property name corresponding to a user property containing the
boolean controlling if the user opted in for email.
setOptInPropertySet(String) Method
public void setOptInPropertySet(String name)
Set the property set name corresponding to a user property set
containing the boolean property controlling if the user opted in
for email.