com.liferay.portlet.blogs.util
Class BlogsUtil
java.lang.Object
com.liferay.portlet.blogs.util.BlogsUtil
public class BlogsUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlogsUtil
public BlogsUtil()
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)