com.konakart.bl
Class EmailIntegrationMgr

java.lang.Object
  extended by com.konakart.bl.EmailIntegrationMgr
All Implemented Interfaces:
EmailIntegrationMgrInterface

public class EmailIntegrationMgr
extends java.lang.Object
implements EmailIntegrationMgrInterface

Used to provide an integration point when an eMail is sent.


Field Summary
protected static org.apache.commons.logging.Log log
          the log
 
Constructor Summary
EmailIntegrationMgr()
          Constructor
 
Method Summary
 java.lang.String getToAddress(java.lang.String toAddress)
          Called just before an eMail is sent.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
the log

Constructor Detail

EmailIntegrationMgr

public EmailIntegrationMgr()
                    throws java.lang.Exception
Constructor

Throws:
java.lang.Exception
Method Detail

getToAddress

public java.lang.String getToAddress(java.lang.String toAddress)
Called just before an eMail is sent. The toAddress parameter contains the eMail address that will be used as the toAddress for the mail if this method returns null. If the method returns a non null string, then the return value is assumed to be a valid eMail address that will be used as the new toAddress.

Specified by:
getToAddress in interface EmailIntegrationMgrInterface
Parameters:
toAddress -
Returns:
Returns an eMail address or null


Copyright © 2011 DS Data Systems UK Ltd.