org.exoplatform.ks.common
Class Common

java.lang.Object
  extended by org.exoplatform.ks.common.Common

public class Common
extends java.lang.Object

Created by The eXo Platform SARL Author : Truong Nguyen truong.nguyen@exoplatform.com Oct 22, 2008, 12:02:18 PM


Field Summary
 java.util.Map<java.lang.String,NotifyInfo> messagesInfoMap_
           
 
Constructor Summary
Common()
           
 
Method Summary
 NotifyInfo getMessageInfo(java.lang.String name)
           
 void sendEmailNotification(java.util.List<java.lang.String> addresses, org.exoplatform.services.mail.Message message, java.lang.String gruopName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

messagesInfoMap_

public java.util.Map<java.lang.String,NotifyInfo> messagesInfoMap_
Constructor Detail

Common

public Common()
Method Detail

sendEmailNotification

public void sendEmailNotification(java.util.List<java.lang.String> addresses,
                                  org.exoplatform.services.mail.Message message,
                                  java.lang.String gruopName)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getMessageInfo

public NotifyInfo getMessageInfo(java.lang.String name)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.