Liferay 6.1.2-ce-ga3

com.liferay.portlet.blogs.util
Class BlogsUtil

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

public class BlogsUtil
extends Object


Constructor Summary
BlogsUtil()
           
 
Method Summary
static Map<Locale,String> getEmailEntryAddedBodyMap(PortletPreferences preferences)
           
static boolean getEmailEntryAddedEnabled(PortletPreferences preferences)
           
static Map<Locale,String> getEmailEntryAddedSubjectMap(PortletPreferences preferences)
           
static Map<Locale,String> getEmailEntryUpdatedBodyMap(PortletPreferences preferences)
           
static boolean getEmailEntryUpdatedEnabled(PortletPreferences preferences)
           
static Map<Locale,String> getEmailEntryUpdatedSubjectMap(PortletPreferences preferences)
           
static String getEmailFromAddress(PortletPreferences preferences, long companyId)
           
static String getEmailFromName(PortletPreferences preferences, long companyId)
           
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
 

Constructor Detail

BlogsUtil

public BlogsUtil()
Method Detail

getEmailEntryAddedBodyMap

public static Map<Locale,String> getEmailEntryAddedBodyMap(PortletPreferences preferences)

getEmailEntryAddedEnabled

public static boolean getEmailEntryAddedEnabled(PortletPreferences preferences)

getEmailEntryAddedSubjectMap

public static Map<Locale,String> getEmailEntryAddedSubjectMap(PortletPreferences preferences)

getEmailEntryUpdatedBodyMap

public static Map<Locale,String> getEmailEntryUpdatedBodyMap(PortletPreferences preferences)

getEmailEntryUpdatedEnabled

public static boolean getEmailEntryUpdatedEnabled(PortletPreferences preferences)

getEmailEntryUpdatedSubjectMap

public static Map<Locale,String> getEmailEntryUpdatedSubjectMap(PortletPreferences preferences)

getEmailFromAddress

public static String getEmailFromAddress(PortletPreferences preferences,
                                         long companyId)
                                  throws SystemException
Throws:
SystemException

getEmailFromName

public static String getEmailFromName(PortletPreferences preferences,
                                      long companyId)
                               throws SystemException
Throws:
SystemException

getUrlTitle

public static String getUrlTitle(long entryId,
                                 String title)

Liferay 6.1.2-ce-ga3