|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MailAction configuration management bean interface.
This expects to be the child of a CampaignServiceMBean
.
Fields inherited from class weblogic.management.configuration.ConfigurationMBean |
CACHING_STUB_SVUID |
Method Summary | |
java.lang.String |
getDefaultFromAddress()
Get the default from: email address. |
java.lang.String |
getEmailPropertyName()
Get the property name corresponding to a user property containing the user's email address. |
java.lang.String |
getEmailPropertySet()
Get the property set name corresponding to a user property set containing the user's email address property. |
java.lang.String |
getOptInPropertyName()
Get the property name corresponding to a user property containing the boolean controlling if the user opted in for email. |
java.lang.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. |
void |
setDefaultFromAddress(java.lang.String addr)
Set the default from: email address. |
void |
setEmailPropertyName(java.lang.String name)
Set the property name corresponding to a user property containing the user's email address. |
void |
setEmailPropertySet(java.lang.String name)
Set the property set name corresponding to a user property set containing the user's email address property. |
void |
setOptInPropertyName(java.lang.String name)
Set the property name corresponding to a user property containing the boolean controlling if the user opted in for email. |
void |
setOptInPropertySet(java.lang.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 inherited from interface weblogic.management.configuration.ConfigurationMBean |
addLinkMbeanAttribute,
getAttributeStringValue,
getNotes,
getSetFields,
getXml,
getXmlConverter,
isPersistenceEnabled,
setNotes,
setPersistenceEnabled |
Methods inherited from interface weblogic.management.WebLogicMBean |
getMBeanInfo,
getName,
getObjectName,
getParent,
getType,
isCachingDisabled,
isRegistered,
setName,
setParent |
Methods inherited from interface javax.management.DynamicMBean |
getAttribute,
getAttributes,
invoke,
setAttribute,
setAttributes |
Methods inherited from interface javax.management.MBeanRegistration |
postDeregister,
postRegister,
preDeregister,
preRegister |
Methods inherited from interface javax.management.NotificationBroadcaster |
addNotificationListener,
getNotificationInfo,
removeNotificationListener |
Method Detail |
public java.lang.String getDefaultFromAddress()
public void setDefaultFromAddress(java.lang.String addr)
public java.lang.String getEmailPropertyName()
public void setEmailPropertyName(java.lang.String name)
public java.lang.String getEmailPropertySet()
public void setEmailPropertySet(java.lang.String name)
public java.lang.String getOptInPropertyName()
public void setOptInPropertyName(java.lang.String name)
public java.lang.String getOptInPropertySet()
public void setOptInPropertySet(java.lang.String name)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |