Liferay 6.2-ce-ga5

com.liferay.portlet.invitation.util
Class InvitationUtil

java.lang.Object
  extended by com.liferay.portlet.invitation.util.InvitationUtil

public class InvitationUtil
extends Object


Field Summary
static String MESSAGE_POP_PORTLET_PREFIX
           
 
Constructor Summary
InvitationUtil()
           
 
Method Summary
static String getEmailMessageBody(PortletPreferences preferences)
           
static int getEmailMessageMaxRecipients()
           
static String getEmailMessageSubject(PortletPreferences preferences)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE_POP_PORTLET_PREFIX

public static final String MESSAGE_POP_PORTLET_PREFIX
See Also:
Constant Field Values
Constructor Detail

InvitationUtil

public InvitationUtil()
Method Detail

getEmailMessageBody

public static String getEmailMessageBody(PortletPreferences preferences)

getEmailMessageMaxRecipients

public static int getEmailMessageMaxRecipients()

getEmailMessageSubject

public static String getEmailMessageSubject(PortletPreferences preferences)

Liferay 6.2-ce-ga5