Interface PortletCategoryManager


public interface PortletCategoryManager
  • Method Summary

    Modifier and Type
    Method
    Description
    com.liferay.portal.kernel.json.JSONArray
    getPortletsJSONArray(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
     
    void
    updateSortedPortletCategoryKeys(com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences, String[] sortedPortletCategoryKeys)
     
  • Method Details

    • getPortletsJSONArray

      com.liferay.portal.kernel.json.JSONArray getPortletsJSONArray(javax.servlet.http.HttpServletRequest httpServletRequest, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws Exception
      Throws:
      Exception
    • updateSortedPortletCategoryKeys

      void updateSortedPortletCategoryKeys(com.liferay.portal.kernel.portlet.PortalPreferences portalPreferences, String[] sortedPortletCategoryKeys)