org.exoplatform.forum.common
Class Common

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

public class Common
extends Object

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


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

Field Detail

messagesInfoMap_

public static Map<String,NotifyInfo> messagesInfoMap_
Constructor Detail

Common

public Common()
Method Detail

sendEmailNotification

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

getMessageInfo

public NotifyInfo getMessageInfo(String name)
                          throws Exception
Throws:
Exception


Copyright © 2013 eXo Platform SAS. All Rights Reserved.