Liferay 6.2-ce-ga5

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 DISPLAY_STYLE_ABSTRACT
           
static String DISPLAY_STYLE_FULL_CONTENT
           
static String DISPLAY_STYLE_TITLE
           
 
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 List<Object> getEntries(Hits hits)
           
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

DISPLAY_STYLE_ABSTRACT

public static final String DISPLAY_STYLE_ABSTRACT
See Also:
Constant Field Values

DISPLAY_STYLE_FULL_CONTENT

public static final String DISPLAY_STYLE_FULL_CONTENT
See Also:
Constant Field Values

DISPLAY_STYLE_TITLE

public static final String DISPLAY_STYLE_TITLE
See Also:
Constant Field Values
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

getEntries

public static List<Object> getEntries(Hits hits)

getUrlTitle

public static String getUrlTitle(long entryId,
                                 String title)

Liferay 6.2-ce-ga5