public class BlogsUtil
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DISPLAY_STYLE_ABSTRACT |
static java.lang.String |
DISPLAY_STYLE_FULL_CONTENT |
static java.lang.String |
DISPLAY_STYLE_TITLE |
| Constructor and Description |
|---|
BlogsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.util.Locale,java.lang.String> |
getEmailEntryAddedBodyMap(javax.portlet.PortletPreferences preferences) |
static boolean |
getEmailEntryAddedEnabled(javax.portlet.PortletPreferences preferences) |
static java.util.Map<java.util.Locale,java.lang.String> |
getEmailEntryAddedSubjectMap(javax.portlet.PortletPreferences preferences) |
static java.util.Map<java.util.Locale,java.lang.String> |
getEmailEntryUpdatedBodyMap(javax.portlet.PortletPreferences preferences) |
static boolean |
getEmailEntryUpdatedEnabled(javax.portlet.PortletPreferences preferences) |
static java.util.Map<java.util.Locale,java.lang.String> |
getEmailEntryUpdatedSubjectMap(javax.portlet.PortletPreferences preferences) |
static java.lang.String |
getEmailFromAddress(javax.portlet.PortletPreferences preferences,
long companyId) |
static java.lang.String |
getEmailFromName(javax.portlet.PortletPreferences preferences,
long companyId) |
static java.util.List<java.lang.Object> |
getEntries(com.liferay.portal.kernel.search.Hits hits) |
static java.lang.String |
getUrlTitle(long entryId,
java.lang.String title) |
public static final java.lang.String DISPLAY_STYLE_ABSTRACT
public static final java.lang.String DISPLAY_STYLE_FULL_CONTENT
public static final java.lang.String DISPLAY_STYLE_TITLE
public static java.util.Map<java.util.Locale,java.lang.String> getEmailEntryAddedBodyMap(javax.portlet.PortletPreferences preferences)
public static boolean getEmailEntryAddedEnabled(javax.portlet.PortletPreferences preferences)
public static java.util.Map<java.util.Locale,java.lang.String> getEmailEntryAddedSubjectMap(javax.portlet.PortletPreferences preferences)
public static java.util.Map<java.util.Locale,java.lang.String> getEmailEntryUpdatedBodyMap(javax.portlet.PortletPreferences preferences)
public static boolean getEmailEntryUpdatedEnabled(javax.portlet.PortletPreferences preferences)
public static java.util.Map<java.util.Locale,java.lang.String> getEmailEntryUpdatedSubjectMap(javax.portlet.PortletPreferences preferences)
public static java.lang.String getEmailFromAddress(javax.portlet.PortletPreferences preferences,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static java.lang.String getEmailFromName(javax.portlet.PortletPreferences preferences,
long companyId)
throws com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.SystemExceptionpublic static java.util.List<java.lang.Object> getEntries(com.liferay.portal.kernel.search.Hits hits)
public static java.lang.String getUrlTitle(long entryId,
java.lang.String title)