com.liferay.mail.service
Class MailServiceFactory

java.lang.Object
  extended by com.liferay.mail.service.MailServiceFactory

public class MailServiceFactory
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
MailServiceFactory()
           
 
Method Summary
static MailService getImpl()
           
static MailService getService()
           
static MailService getTxImpl()
           
 void setService(MailService service)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailServiceFactory

public MailServiceFactory()
Method Detail

getService

public static MailService getService()

getImpl

public static MailService getImpl()

getTxImpl

public static MailService getTxImpl()

setService

public void setService(MailService service)