Liferay 6.0.5

com.liferay.portlet.blogs.util
Class BlogsUtil

java.lang.Object
  extended by com.liferay.portlet.blogs.util.BlogsUtil

public class BlogsUtil
extends Object


Field Summary
static String POP_PORTLET_PREFIX
           
 
Constructor Summary
BlogsUtil()
           
 
Method Summary
static String getEmailEntryAddedBody(PortletPreferences preferences)
           
static boolean getEmailEntryAddedEnabled(PortletPreferences preferences)
           
static String getEmailEntryAddedSubject(PortletPreferences preferences)
           
static String getEmailEntryUpdatedBody(PortletPreferences preferences)
           
static boolean getEmailEntryUpdatedEnabled(PortletPreferences preferences)
           
static String getEmailEntryUpdatedSubject(PortletPreferences preferences)
           
static String getEmailFromAddress(PortletPreferences preferences)
           
static String getEmailFromName(PortletPreferences preferences)
           
static String getMailId(String mx, long entryId)
           
static String getUrlTitle(long entryId, String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

POP_PORTLET_PREFIX

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

BlogsUtil

public BlogsUtil()
Method Detail

getEmailEntryAddedBody

public static String getEmailEntryAddedBody(PortletPreferences preferences)

getEmailEntryAddedEnabled

public static boolean getEmailEntryAddedEnabled(PortletPreferences preferences)

getEmailEntryAddedSubject

public static String getEmailEntryAddedSubject(PortletPreferences preferences)

getEmailEntryUpdatedBody

public static String getEmailEntryUpdatedBody(PortletPreferences preferences)

getEmailEntryUpdatedEnabled

public static boolean getEmailEntryUpdatedEnabled(PortletPreferences preferences)

getEmailEntryUpdatedSubject

public static String getEmailEntryUpdatedSubject(PortletPreferences preferences)

getEmailFromAddress

public static String getEmailFromAddress(PortletPreferences preferences)

getEmailFromName

public static String getEmailFromName(PortletPreferences preferences)

getMailId

public static String getMailId(String mx,
                               long entryId)

getUrlTitle

public static String getUrlTitle(long entryId,
                                 String title)

Liferay 6.0.5