public class BookmarksUtil
extends java.lang.Object
| Constructor and Description |
|---|
BookmarksUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addPortletBreadcrumbEntries(com.liferay.portlet.bookmarks.model.BookmarksEntry entry,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse) |
static void |
addPortletBreadcrumbEntries(com.liferay.portlet.bookmarks.model.BookmarksFolder folder,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse) |
static void |
addPortletBreadcrumbEntries(long folderId,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse) |
static java.lang.String |
getAbsolutePath(javax.portlet.PortletRequest portletRequest,
long folderId) |
static java.lang.String |
getControlPanelLink(javax.portlet.PortletRequest portletRequest,
long folderId) |
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 com.liferay.portal.kernel.util.OrderByComparator |
getEntryOrderByComparator(java.lang.String orderByCol,
java.lang.String orderByType) |
public static void addPortletBreadcrumbEntries(com.liferay.portlet.bookmarks.model.BookmarksEntry entry,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
java.lang.Exceptionpublic static void addPortletBreadcrumbEntries(com.liferay.portlet.bookmarks.model.BookmarksFolder folder,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
java.lang.Exceptionpublic static void addPortletBreadcrumbEntries(long folderId,
javax.servlet.http.HttpServletRequest request,
javax.portlet.RenderResponse renderResponse)
throws java.lang.Exception
java.lang.Exceptionpublic static java.lang.String getAbsolutePath(javax.portlet.PortletRequest portletRequest,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic static java.lang.String getControlPanelLink(javax.portlet.PortletRequest portletRequest,
long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
com.liferay.portal.kernel.exception.PortalExceptioncom.liferay.portal.kernel.exception.SystemExceptionpublic 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 com.liferay.portal.kernel.util.OrderByComparator getEntryOrderByComparator(java.lang.String orderByCol,
java.lang.String orderByType)