com.liferay.portal.util
Class PortalImpl

java.lang.Object
  extended by com.liferay.portal.util.PortalImpl
All Implemented Interfaces:
com.liferay.portal.util.Portal

public class PortalImpl
extends java.lang.Object
implements com.liferay.portal.util.Portal

Author:
Brian Wing Shun Chan, Brian Myunghun Kim, Jorge Ferrer, Raymond Augé, Eduardo Lundgren, Wesley Gong, Hugo Huijser, Juan Fernández

Field Summary
 
Fields inherited from interface com.liferay.portal.util.Portal
FRIENDLY_URL_SEPARATOR, PATH_IMAGE, PATH_MAIN, PATH_PORTAL_LAYOUT, PORTAL_REALM, PORTLET_XML_FILE_NAME_CUSTOM, PORTLET_XML_FILE_NAME_STANDARD, TEMP_OBFUSCATION_VALUE
 
Constructor Summary
PortalImpl()
           
 
Method Summary
protected  void addDefaultResource(long companyId, com.liferay.portal.model.Layout layout, com.liferay.portal.model.Portlet portlet, boolean portletActions)
           
protected  void addDefaultResource(com.liferay.portal.theme.ThemeDisplay themeDisplay, com.liferay.portal.model.Layout layout, com.liferay.portal.model.Portlet portlet, boolean portletActions)
           
 void addPageDescription(java.lang.String description, javax.servlet.http.HttpServletRequest request)
           
 void addPageKeywords(java.lang.String keywords, javax.servlet.http.HttpServletRequest request)
           
 void addPageSubtitle(java.lang.String subtitle, javax.servlet.http.HttpServletRequest request)
           
 void addPageTitle(java.lang.String title, javax.servlet.http.HttpServletRequest request)
           
 void addPortalPortEventListener(com.liferay.portal.util.PortalPortEventListener portalPortEventListener)
           
 void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request, java.lang.String title, java.lang.String url)
           
 void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request, java.lang.String title, java.lang.String url, java.util.Map<java.lang.String,java.lang.Object> data)
           
 void addPortletDefaultResource(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet)
           
 void addPortletDefaultResource(long companyId, com.liferay.portal.model.Layout layout, com.liferay.portal.model.Portlet portlet)
           
 java.lang.String addPreservedParameters(com.liferay.portal.theme.ThemeDisplay themeDisplay, com.liferay.portal.model.Layout layout, java.lang.String url, boolean doAsUser)
           
 java.lang.String addPreservedParameters(com.liferay.portal.theme.ThemeDisplay themeDisplay, java.lang.String url)
           
protected  java.lang.String buildI18NPath(java.util.Locale locale)
           
 void clearRequestParameters(javax.portlet.RenderRequest renderRequest)
           
 void copyRequestParameters(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
protected  long doGetPlidFromPortletId(long groupId, boolean privateLayout, java.lang.String portletId)
           
 java.lang.String escapeRedirect(java.lang.String url)
           
protected  java.util.List<com.liferay.portal.model.Portlet> filterControlPanelPortlets(java.util.Set<com.liferay.portal.model.Portlet> portlets, java.lang.String category, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String generateRandomKey(javax.servlet.http.HttpServletRequest request, java.lang.String input)
           
 java.lang.String getActualURL(long groupId, boolean privateLayout, java.lang.String mainPath, java.lang.String friendlyURL, java.util.Map<java.lang.String,java.lang.String[]> params, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 java.lang.String getAlternateURL(javax.servlet.http.HttpServletRequest request, java.lang.String canonicalURL, java.util.Locale locale)
           
 java.util.Set<java.lang.String> getAuthTokenIgnoreActions()
           
 java.util.Set<java.lang.String> getAuthTokenIgnorePortlets()
           
 com.liferay.portal.model.BaseModel<?> getBaseModel(com.liferay.portal.model.Resource resource)
           
 com.liferay.portal.model.BaseModel<?> getBaseModel(com.liferay.portal.model.ResourcePermission resourcePermission)
           
 com.liferay.portal.model.BaseModel<?> getBaseModel(java.lang.String modelName, java.lang.String primKey)
           
 long getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
           
 long getBasicAuthUserId(javax.servlet.http.HttpServletRequest request, long companyId)
           
 java.lang.String getCanonicalURL(java.lang.String completeURL, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getCDNHost()
          Deprecated. getCDNHost(boolean)
 java.lang.String getCDNHost(boolean secure)
           
 java.lang.String getCDNHost(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getCDNHostHttp(long companyId)
           
 java.lang.String getCDNHostHttps(long companyId)
           
 java.lang.String getClassName(long classNameId)
           
 long getClassNameId(java.lang.Class<?> clazz)
           
 long getClassNameId(java.lang.String value)
           
 java.lang.String getClassNamePortletId(java.lang.String className)
           
 com.liferay.portal.model.Company getCompany(javax.servlet.http.HttpServletRequest request)
           
 com.liferay.portal.model.Company getCompany(javax.portlet.PortletRequest portletRequest)
           
 long getCompanyId(javax.servlet.http.HttpServletRequest request)
           
 long getCompanyId(javax.portlet.PortletRequest portletRequest)
           
 long[] getCompanyIds()
           
 java.lang.String getComputerAddress()
           
 java.lang.String getComputerName()
           
 java.lang.String getControlPanelCategory(java.lang.String portletId, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getControlPanelFullURL(long scopeGroupId, java.lang.String ppid, java.util.Map<java.lang.String,java.lang.String[]> params)
           
 java.util.Set<com.liferay.portal.model.Portlet> getControlPanelPortlets(long companyId, java.lang.String category)
           
 java.util.List<com.liferay.portal.model.Portlet> getControlPanelPortlets(java.lang.String category, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getCreateAccountURL(javax.servlet.http.HttpServletRequest request, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getCurrentCompleteURL(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getCurrentURL(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getCurrentURL(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getCustomSQLFunctionIsNotNull()
           
 java.lang.String getCustomSQLFunctionIsNull()
           
 java.util.Date getDate(int month, int day, int year)
           
 java.util.Date getDate(int month, int day, int year, int hour, int min, com.liferay.portal.kernel.exception.PortalException pe)
           
 java.util.Date getDate(int month, int day, int year, int hour, int min, java.util.TimeZone timeZone, com.liferay.portal.kernel.exception.PortalException pe)
           
 java.util.Date getDate(int month, int day, int year, com.liferay.portal.kernel.exception.PortalException pe)
           
 java.util.Date getDate(int month, int day, int year, java.util.TimeZone timeZone, com.liferay.portal.kernel.exception.PortalException pe)
           
 long getDefaultCompanyId()
           
protected  long getDefaultScopeGroupId(long companyId)
           
 long getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
           
protected  long getDoAsUserId(javax.servlet.http.HttpServletRequest request, java.lang.String doAsUserIdString, boolean alwaysAllowDoAsUser)
           
 java.lang.String getEmailFromAddress(javax.portlet.PortletPreferences preferences, long companyId, java.lang.String defaultValue)
           
 java.lang.String getEmailFromName(javax.portlet.PortletPreferences preferences, long companyId, java.lang.String defaultValue)
           
 java.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(com.liferay.portlet.expando.model.ExpandoBridge expandoBridge, javax.portlet.PortletRequest portletRequest)
           
 java.io.Serializable getExpandoValue(javax.portlet.PortletRequest portletRequest, java.lang.String name, int type, java.lang.String displayType)
           
 java.lang.String getFacebookURL(com.liferay.portal.model.Portlet portlet, java.lang.String facebookCanvasPageURL, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getFirstPageLayoutTypes(javax.servlet.jsp.PageContext pageContext)
           
 java.lang.String getGlobalLibDir()
           
 java.lang.String getGoogleGadgetURL(com.liferay.portal.model.Portlet portlet, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getGroupFriendlyURL(com.liferay.portal.model.Group group, boolean privateLayoutSet, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
protected  java.lang.String getGroupFriendlyURL(com.liferay.portal.model.Group group, boolean privateLayoutSet, com.liferay.portal.theme.ThemeDisplay themeDisplay, boolean canonicalURL)
           
 java.lang.String[] getGroupPermissions(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String[] getGroupPermissions(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String[] getGuestPermissions(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String[] getGuestPermissions(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getHomeURL(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getHost(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getHost(javax.portlet.PortletRequest portletRequest)
           
 javax.servlet.http.HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
           
 javax.servlet.http.HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
           
 java.lang.String getJournalArticleActualURL(long groupId, java.lang.String mainPath, java.lang.String friendlyURL, java.util.Map<java.lang.String,java.lang.String[]> params, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 java.lang.String getJsSafePortletId(java.lang.String portletId)
           
 java.lang.String getLayoutActualURL(com.liferay.portal.model.Layout layout)
           
 java.lang.String getLayoutActualURL(com.liferay.portal.model.Layout layout, java.lang.String mainPath)
           
 java.lang.String getLayoutActualURL(long groupId, boolean privateLayout, java.lang.String mainPath, java.lang.String friendlyURL)
           
 java.lang.String getLayoutActualURL(long groupId, boolean privateLayout, java.lang.String mainPath, java.lang.String friendlyURL, java.util.Map<java.lang.String,java.lang.String[]> params, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 java.lang.String getLayoutEditPage(com.liferay.portal.model.Layout layout)
           
 java.lang.String getLayoutEditPage(java.lang.String type)
           
 java.lang.String getLayoutFriendlyURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutFriendlyURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay, java.util.Locale locale)
           
 java.lang.String getLayoutFullURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutFullURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay, boolean doAsUser)
           
 java.lang.String getLayoutFullURL(long groupId, java.lang.String portletId)
           
 java.lang.String getLayoutFullURL(long groupId, java.lang.String portletId, boolean secure)
           
 java.lang.String getLayoutFullURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutSetFriendlyURL(com.liferay.portal.model.LayoutSet layoutSet, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutTarget(com.liferay.portal.model.Layout layout)
           
 java.lang.String getLayoutURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay, boolean doAsUser)
           
 java.lang.String getLayoutURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getLayoutViewPage(com.liferay.portal.model.Layout layout)
           
 java.lang.String getLayoutViewPage(java.lang.String type)
           
 com.liferay.portal.kernel.portlet.LiferayPortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 com.liferay.portal.kernel.portlet.LiferayPortletResponse getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse)
           
 java.util.Locale getLocale(javax.servlet.http.HttpServletRequest request)
           
 java.util.Locale getLocale(javax.portlet.RenderRequest renderRequest)
           
 java.lang.String getMailId(java.lang.String mx, java.lang.String popPortletPrefix, java.lang.Object... ids)
           
 java.lang.String getNetvibesURL(com.liferay.portal.model.Portlet portlet, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getNewPortletTitle(java.lang.String portletTitle, java.lang.String oldScopeName, java.lang.String newScopeName)
           
 javax.servlet.http.HttpServletRequest getOriginalServletRequest(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getOuterPortletId(javax.servlet.http.HttpServletRequest request)
           
 long getParentGroupId(long groupId)
           
 java.lang.String getPathContext()
           
 java.lang.String getPathFriendlyURLPrivateGroup()
           
 java.lang.String getPathFriendlyURLPrivateUser()
           
 java.lang.String getPathFriendlyURLPublic()
           
 java.lang.String getPathImage()
           
 java.lang.String getPathMain()
           
 java.lang.String getPathProxy()
           
 long getPlidFromFriendlyURL(long companyId, java.lang.String friendlyURL)
           
 long getPlidFromPortletId(long groupId, boolean privateLayout, java.lang.String portletId)
           
 long getPlidFromPortletId(long groupId, java.lang.String portletId)
           
 java.lang.String getPortalLibDir()
           
 int getPortalPort()
          Deprecated. getPortalPort(boolean)
 int getPortalPort(boolean secure)
           
 java.util.Properties getPortalProperties()
           
 java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request, boolean secure)
           
 java.lang.String getPortalURL(com.liferay.portal.model.Layout layout, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest, boolean secure)
           
 java.lang.String getPortalURL(java.lang.String serverName, int serverPort, boolean secure)
           
 java.lang.String getPortalURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getPortalWebDir()
           
 java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelist()
           
 java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelistActions()
           
 java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getPortletBreadcrumbList(javax.servlet.http.HttpServletRequest request)
          Deprecated. getPortletBreadcrumbs(HttpServletRequest)
 java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getPortletBreadcrumbs(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getPortletDescription(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
           
 java.lang.String getPortletDescription(com.liferay.portal.model.Portlet portlet, com.liferay.portal.model.User user)
           
 java.lang.String getPortletDescription(java.lang.String portletId, java.util.Locale locale)
           
 java.lang.String getPortletDescription(java.lang.String portletId, java.lang.String languageId)
           
 java.lang.String getPortletDescription(java.lang.String portletId, com.liferay.portal.model.User user)
           
 java.lang.Object[] getPortletFriendlyURLMapper(long groupId, boolean privateLayout, java.lang.String url, java.util.Map<java.lang.String,java.lang.String[]> params, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 java.lang.String getPortletId(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getPortletId(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet, java.util.Locale locale)
           
 java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
           
 java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet, java.lang.String languageId)
           
 java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet, com.liferay.portal.model.User user)
           
 java.lang.String getPortletLongTitle(java.lang.String portletId, java.util.Locale locale)
           
 java.lang.String getPortletLongTitle(java.lang.String portletId, java.lang.String languageId)
           
 java.lang.String getPortletLongTitle(java.lang.String portletId, com.liferay.portal.model.User user)
           
 java.lang.String getPortletNamespace(java.lang.String portletId)
           
protected  java.lang.String getPortletParam(javax.servlet.http.HttpServletRequest request, java.lang.String name)
           
 java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet, java.util.Locale locale)
           
 java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
           
 java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet, java.lang.String languageId)
           
 java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet, com.liferay.portal.model.User user)
           
 java.lang.String getPortletTitle(javax.portlet.RenderResponse renderResponse)
           
 java.lang.String getPortletTitle(java.lang.String portletId, java.util.Locale locale)
           
 java.lang.String getPortletTitle(java.lang.String portletId, java.lang.String languageId)
           
 java.lang.String getPortletTitle(java.lang.String portletId, com.liferay.portal.model.User user)
           
 java.lang.String getPortletXmlFileName()
           
 javax.portlet.PortletPreferences getPreferences(javax.servlet.http.HttpServletRequest request)
           
 javax.portlet.PreferencesValidator getPreferencesValidator(com.liferay.portal.model.Portlet portlet)
           
 java.lang.String getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
           
 long getScopeGroupId(javax.servlet.http.HttpServletRequest request)
           
 long getScopeGroupId(javax.servlet.http.HttpServletRequest request, java.lang.String portletId)
           
 long getScopeGroupId(javax.servlet.http.HttpServletRequest request, java.lang.String portletId, boolean checkStagingGroup)
           
 long getScopeGroupId(com.liferay.portal.model.Layout layout)
           
 long getScopeGroupId(com.liferay.portal.model.Layout layout, java.lang.String portletId)
           
 long getScopeGroupId(long plid)
           
 long getScopeGroupId(javax.portlet.PortletRequest portletRequest)
           
 com.liferay.portal.model.User getSelectedUser(javax.servlet.http.HttpServletRequest request)
           
 com.liferay.portal.model.User getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission)
           
 com.liferay.portal.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest)
           
 com.liferay.portal.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest, boolean checkPermission)
           
 javax.servlet.ServletContext getServletContext(com.liferay.portal.model.Portlet portlet, javax.servlet.ServletContext servletContext)
           
protected  java.lang.String getServletURL(com.liferay.portal.model.Portlet portlet, java.lang.String servletPath, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getSiteLoginURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request, java.lang.String uri)
           
 java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request, java.lang.String uri, long timestamp)
           
 java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request, java.lang.String uri, java.lang.String queryString)
           
 java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request, java.lang.String uri, java.lang.String queryString, long timestamp)
           
 java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String[] getSystemGroups()
           
 java.lang.String[] getSystemOrganizationRoles()
           
 java.lang.String[] getSystemRoles()
           
 java.lang.String[] getSystemSiteRoles()
           
 com.liferay.portal.kernel.upload.UploadPortletRequest getUploadPortletRequest(javax.portlet.PortletRequest portletRequest)
           
 com.liferay.portal.kernel.upload.UploadServletRequest getUploadServletRequest(javax.servlet.http.HttpServletRequest request)
           
 java.util.Date getUptime()
           
 java.lang.String getURLWithSessionId(java.lang.String url, java.lang.String sessionId)
           
 com.liferay.portal.model.User getUser(javax.servlet.http.HttpServletRequest request)
           
 com.liferay.portal.model.User getUser(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getUserEmailAddress(long userId)
           
 long getUserId(javax.servlet.http.HttpServletRequest request)
           
 long getUserId(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getUserName(long userId, java.lang.String defaultUserName)
           
 java.lang.String getUserName(long userId, java.lang.String defaultUserName, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getUserName(long userId, java.lang.String defaultUserName, java.lang.String userAttribute)
           
 java.lang.String getUserName(long userId, java.lang.String defaultUserName, java.lang.String userAttribute, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getUserPassword(javax.servlet.http.HttpServletRequest request)
           
 java.lang.String getUserPassword(javax.servlet.http.HttpSession session)
           
 java.lang.String getUserPassword(javax.portlet.PortletRequest portletRequest)
           
 java.lang.String getUserValue(long userId, java.lang.String param, java.lang.String defaultValue)
           
 long getValidUserId(long companyId, long userId)
           
 java.lang.String getVirtualLayoutActualURL(long groupId, boolean privateLayout, java.lang.String mainPath, java.lang.String friendlyURL, java.util.Map<java.lang.String,java.lang.String[]> params, java.util.Map<java.lang.String,java.lang.Object> requestContext)
           
 java.lang.String getWidgetURL(com.liferay.portal.model.Portlet portlet, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 void initCustomSQL()
           
 boolean isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request, com.liferay.portal.model.Portlet portlet)
           
protected  boolean isAlwaysAllowDoAsUser(javax.servlet.http.HttpServletRequest request)
           
 boolean isCommunityAdmin(com.liferay.portal.model.User user, long groupId)
          Deprecated. As of 6.1, renamed to isGroupAdmin(User, long)
 boolean isCommunityOwner(com.liferay.portal.model.User user, long groupId)
          Deprecated. As of 6.1, renamed to isGroupOwner(User, long)
 boolean isCompanyAdmin(com.liferay.portal.model.User user)
           
 boolean isCompanyControlPanelPortlet(java.lang.String portletId, java.lang.String category, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 boolean isCompanyControlPanelPortlet(java.lang.String portletId, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 boolean isCompanyControlPanelVisible(com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 boolean isControlPanelPortlet(java.lang.String portletId, java.lang.String category, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 boolean isControlPanelPortlet(java.lang.String portletId, com.liferay.portal.theme.ThemeDisplay themeDisplay)
           
 boolean isGroupAdmin(com.liferay.portal.model.User user, long groupId)
           
 boolean isGroupOwner(com.liferay.portal.model.User user, long groupId)
           
 boolean isLayoutDescendant(com.liferay.portal.model.Layout layout, long layoutId)
           
 boolean isLayoutFirstPageable(com.liferay.portal.model.Layout layout)
           
 boolean isLayoutFirstPageable(java.lang.String type)
           
 boolean isLayoutFriendliable(com.liferay.portal.model.Layout layout)
           
 boolean isLayoutFriendliable(java.lang.String type)
           
 boolean isLayoutParentable(com.liferay.portal.model.Layout layout)
           
 boolean isLayoutParentable(java.lang.String type)
           
 boolean isLayoutSitemapable(com.liferay.portal.model.Layout layout)
           
 boolean isMethodGet(javax.portlet.PortletRequest portletRequest)
           
 boolean isMethodPost(javax.portlet.PortletRequest portletRequest)
           
 boolean isMultipartRequest(javax.servlet.http.HttpServletRequest request)
           
 boolean isOmniadmin(long userId)
           
 boolean isReservedParameter(java.lang.String name)
           
 boolean isSecure(javax.servlet.http.HttpServletRequest request)
           
 boolean isSystemGroup(java.lang.String groupName)
           
 boolean isSystemRole(java.lang.String roleName)
           
 boolean isUpdateAvailable()
           
 boolean isValidResourceId(java.lang.String resourceId)
           
protected  void notifyPortalPortEventListeners(int portalPort)
           
 void removePortalPortEventListener(com.liferay.portal.util.PortalPortEventListener portalPortEventListener)
           
protected  java.lang.String removeRedirectParameter(java.lang.String url)
           
 java.lang.String renderPage(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path)
           
 java.lang.String renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.Portlet portlet, java.lang.String queryString, boolean writeOutput)
           
 java.lang.String renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.Portlet portlet, java.lang.String queryString, java.lang.String columnId, java.lang.Integer columnPos, java.lang.Integer columnCount, boolean writeOutput)
           
 java.lang.String renderPortlet(javax.servlet.ServletContext servletContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, com.liferay.portal.model.Portlet portlet, java.lang.String queryString, java.lang.String columnId, java.lang.Integer columnPos, java.lang.Integer columnCount, java.lang.String path, boolean writeOutput)
           
 void resetCDNHosts()
           
 java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelist()
           
 java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelistActions()
           
 void sendError(java.lang.Exception e, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 void sendError(java.lang.Exception e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void sendError(int status, java.lang.Exception e, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 void sendError(int status, java.lang.Exception e, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void setPageDescription(java.lang.String description, javax.servlet.http.HttpServletRequest request)
           
 void setPageKeywords(java.lang.String keywords, javax.servlet.http.HttpServletRequest request)
           
 void setPageSubtitle(java.lang.String subtitle, javax.servlet.http.HttpServletRequest request)
           
 void setPageTitle(java.lang.String title, javax.servlet.http.HttpServletRequest request)
           
 void setPortalPort(javax.servlet.http.HttpServletRequest request)
           
 void storePreferences(javax.portlet.PortletPreferences portletPreferences)
           
 java.lang.String[] stripURLAnchor(java.lang.String url, java.lang.String separator)
           
 java.lang.String transformCustomSQL(java.lang.String sql)
           
 javax.portlet.PortletMode updatePortletMode(java.lang.String portletId, com.liferay.portal.model.User user, com.liferay.portal.model.Layout layout, javax.portlet.PortletMode portletMode, javax.servlet.http.HttpServletRequest request)
           
 java.lang.String updateRedirect(java.lang.String redirect, java.lang.String oldPath, java.lang.String newPath)
           
 javax.portlet.WindowState updateWindowState(java.lang.String portletId, com.liferay.portal.model.User user, com.liferay.portal.model.Layout layout, javax.portlet.WindowState windowState, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalImpl

public PortalImpl()
Method Detail

addPageDescription

public void addPageDescription(java.lang.String description,
                               javax.servlet.http.HttpServletRequest request)
Specified by:
addPageDescription in interface com.liferay.portal.util.Portal

addPageKeywords

public void addPageKeywords(java.lang.String keywords,
                            javax.servlet.http.HttpServletRequest request)
Specified by:
addPageKeywords in interface com.liferay.portal.util.Portal

addPageSubtitle

public void addPageSubtitle(java.lang.String subtitle,
                            javax.servlet.http.HttpServletRequest request)
Specified by:
addPageSubtitle in interface com.liferay.portal.util.Portal

addPageTitle

public void addPageTitle(java.lang.String title,
                         javax.servlet.http.HttpServletRequest request)
Specified by:
addPageTitle in interface com.liferay.portal.util.Portal

addPortalPortEventListener

public void addPortalPortEventListener(com.liferay.portal.util.PortalPortEventListener portalPortEventListener)
Specified by:
addPortalPortEventListener in interface com.liferay.portal.util.Portal

addPortletBreadcrumbEntry

public void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
                                      java.lang.String title,
                                      java.lang.String url)
Specified by:
addPortletBreadcrumbEntry in interface com.liferay.portal.util.Portal

addPortletBreadcrumbEntry

public void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
                                      java.lang.String title,
                                      java.lang.String url,
                                      java.util.Map<java.lang.String,java.lang.Object> data)
Specified by:
addPortletBreadcrumbEntry in interface com.liferay.portal.util.Portal

addPortletDefaultResource

public void addPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
                                      com.liferay.portal.model.Portlet portlet)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
addPortletDefaultResource in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPortletDefaultResource

public void addPortletDefaultResource(long companyId,
                                      com.liferay.portal.model.Layout layout,
                                      com.liferay.portal.model.Portlet portlet)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Specified by:
addPortletDefaultResource in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addPreservedParameters

public java.lang.String addPreservedParameters(com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                               com.liferay.portal.model.Layout layout,
                                               java.lang.String url,
                                               boolean doAsUser)
Specified by:
addPreservedParameters in interface com.liferay.portal.util.Portal

addPreservedParameters

public java.lang.String addPreservedParameters(com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                               java.lang.String url)
Specified by:
addPreservedParameters in interface com.liferay.portal.util.Portal

clearRequestParameters

public void clearRequestParameters(javax.portlet.RenderRequest renderRequest)
Specified by:
clearRequestParameters in interface com.liferay.portal.util.Portal

copyRequestParameters

public void copyRequestParameters(javax.portlet.ActionRequest actionRequest,
                                  javax.portlet.ActionResponse actionResponse)
Specified by:
copyRequestParameters in interface com.liferay.portal.util.Portal

escapeRedirect

public java.lang.String escapeRedirect(java.lang.String url)
Specified by:
escapeRedirect in interface com.liferay.portal.util.Portal

generateRandomKey

public java.lang.String generateRandomKey(javax.servlet.http.HttpServletRequest request,
                                          java.lang.String input)
Specified by:
generateRandomKey in interface com.liferay.portal.util.Portal

getActualURL

public java.lang.String getActualURL(long groupId,
                                     boolean privateLayout,
                                     java.lang.String mainPath,
                                     java.lang.String friendlyURL,
                                     java.util.Map<java.lang.String,java.lang.String[]> params,
                                     java.util.Map<java.lang.String,java.lang.Object> requestContext)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getActualURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getAlternateURL

public java.lang.String getAlternateURL(javax.servlet.http.HttpServletRequest request,
                                        java.lang.String canonicalURL,
                                        java.util.Locale locale)
Specified by:
getAlternateURL in interface com.liferay.portal.util.Portal

getAuthTokenIgnoreActions

public java.util.Set<java.lang.String> getAuthTokenIgnoreActions()
Specified by:
getAuthTokenIgnoreActions in interface com.liferay.portal.util.Portal

getAuthTokenIgnorePortlets

public java.util.Set<java.lang.String> getAuthTokenIgnorePortlets()
Specified by:
getAuthTokenIgnorePortlets in interface com.liferay.portal.util.Portal

getBaseModel

public com.liferay.portal.model.BaseModel<?> getBaseModel(com.liferay.portal.model.Resource resource)
                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getBaseModel in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBaseModel

public com.liferay.portal.model.BaseModel<?> getBaseModel(com.liferay.portal.model.ResourcePermission resourcePermission)
                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getBaseModel in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBaseModel

public com.liferay.portal.model.BaseModel<?> getBaseModel(java.lang.String modelName,
                                                          java.lang.String primKey)
                                                   throws com.liferay.portal.kernel.exception.PortalException,
                                                          com.liferay.portal.kernel.exception.SystemException
Specified by:
getBaseModel in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBasicAuthUserId

public long getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getBasicAuthUserId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getBasicAuthUserId

public long getBasicAuthUserId(javax.servlet.http.HttpServletRequest request,
                               long companyId)
                        throws com.liferay.portal.kernel.exception.PortalException,
                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getBasicAuthUserId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCanonicalURL

public java.lang.String getCanonicalURL(java.lang.String completeURL,
                                        com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                 throws com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getCanonicalURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCDNHost

public java.lang.String getCDNHost()
Deprecated. getCDNHost(boolean)

Specified by:
getCDNHost in interface com.liferay.portal.util.Portal

getCDNHost

public java.lang.String getCDNHost(boolean secure)
Specified by:
getCDNHost in interface com.liferay.portal.util.Portal

getCDNHost

public java.lang.String getCDNHost(javax.servlet.http.HttpServletRequest request)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getCDNHost in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCDNHostHttp

public java.lang.String getCDNHostHttp(long companyId)
Specified by:
getCDNHostHttp in interface com.liferay.portal.util.Portal

getCDNHostHttps

public java.lang.String getCDNHostHttps(long companyId)
Specified by:
getCDNHostHttps in interface com.liferay.portal.util.Portal

getClassName

public java.lang.String getClassName(long classNameId)
Specified by:
getClassName in interface com.liferay.portal.util.Portal

getClassNameId

public long getClassNameId(java.lang.Class<?> clazz)
Specified by:
getClassNameId in interface com.liferay.portal.util.Portal

getClassNameId

public long getClassNameId(java.lang.String value)
Specified by:
getClassNameId in interface com.liferay.portal.util.Portal

getClassNamePortletId

public java.lang.String getClassNamePortletId(java.lang.String className)
Specified by:
getClassNamePortletId in interface com.liferay.portal.util.Portal

getCompany

public com.liferay.portal.model.Company getCompany(javax.servlet.http.HttpServletRequest request)
                                            throws com.liferay.portal.kernel.exception.PortalException,
                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getCompany in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompany

public com.liferay.portal.model.Company getCompany(javax.portlet.PortletRequest portletRequest)
                                            throws com.liferay.portal.kernel.exception.PortalException,
                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getCompany in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getCompanyId

public long getCompanyId(javax.servlet.http.HttpServletRequest request)
Specified by:
getCompanyId in interface com.liferay.portal.util.Portal

getCompanyId

public long getCompanyId(javax.portlet.PortletRequest portletRequest)
Specified by:
getCompanyId in interface com.liferay.portal.util.Portal

getCompanyIds

public long[] getCompanyIds()
Specified by:
getCompanyIds in interface com.liferay.portal.util.Portal

getComputerAddress

public java.lang.String getComputerAddress()
Specified by:
getComputerAddress in interface com.liferay.portal.util.Portal

getComputerName

public java.lang.String getComputerName()
Specified by:
getComputerName in interface com.liferay.portal.util.Portal

getControlPanelCategory

public java.lang.String getControlPanelCategory(java.lang.String portletId,
                                                com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getControlPanelCategory in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getControlPanelFullURL

public java.lang.String getControlPanelFullURL(long scopeGroupId,
                                               java.lang.String ppid,
                                               java.util.Map<java.lang.String,java.lang.String[]> params)
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Specified by:
getControlPanelFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getControlPanelPortlets

public java.util.Set<com.liferay.portal.model.Portlet> getControlPanelPortlets(long companyId,
                                                                               java.lang.String category)
                                                                        throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getControlPanelPortlets in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getControlPanelPortlets

public java.util.List<com.liferay.portal.model.Portlet> getControlPanelPortlets(java.lang.String category,
                                                                                com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                                                         throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getControlPanelPortlets in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getCreateAccountURL

public java.lang.String getCreateAccountURL(javax.servlet.http.HttpServletRequest request,
                                            com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                     throws java.lang.Exception
Specified by:
getCreateAccountURL in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

getCurrentCompleteURL

public java.lang.String getCurrentCompleteURL(javax.servlet.http.HttpServletRequest request)
Specified by:
getCurrentCompleteURL in interface com.liferay.portal.util.Portal

getCurrentURL

public java.lang.String getCurrentURL(javax.servlet.http.HttpServletRequest request)
Specified by:
getCurrentURL in interface com.liferay.portal.util.Portal

getCurrentURL

public java.lang.String getCurrentURL(javax.portlet.PortletRequest portletRequest)
Specified by:
getCurrentURL in interface com.liferay.portal.util.Portal

getCustomSQLFunctionIsNotNull

public java.lang.String getCustomSQLFunctionIsNotNull()
Specified by:
getCustomSQLFunctionIsNotNull in interface com.liferay.portal.util.Portal

getCustomSQLFunctionIsNull

public java.lang.String getCustomSQLFunctionIsNull()
Specified by:
getCustomSQLFunctionIsNull in interface com.liferay.portal.util.Portal

getDate

public java.util.Date getDate(int month,
                              int day,
                              int year)
Specified by:
getDate in interface com.liferay.portal.util.Portal

getDate

public java.util.Date getDate(int month,
                              int day,
                              int year,
                              int hour,
                              int min,
                              com.liferay.portal.kernel.exception.PortalException pe)
                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getDate in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException

getDate

public java.util.Date getDate(int month,
                              int day,
                              int year,
                              int hour,
                              int min,
                              java.util.TimeZone timeZone,
                              com.liferay.portal.kernel.exception.PortalException pe)
                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getDate in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException

getDate

public java.util.Date getDate(int month,
                              int day,
                              int year,
                              com.liferay.portal.kernel.exception.PortalException pe)
                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getDate in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException

getDate

public java.util.Date getDate(int month,
                              int day,
                              int year,
                              java.util.TimeZone timeZone,
                              com.liferay.portal.kernel.exception.PortalException pe)
                       throws com.liferay.portal.kernel.exception.PortalException
Specified by:
getDate in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException

getDefaultCompanyId

public long getDefaultCompanyId()
Specified by:
getDefaultCompanyId in interface com.liferay.portal.util.Portal

getDigestAuthUserId

public long getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
                         throws com.liferay.portal.kernel.exception.PortalException,
                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getDigestAuthUserId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getEmailFromAddress

public java.lang.String getEmailFromAddress(javax.portlet.PortletPreferences preferences,
                                            long companyId,
                                            java.lang.String defaultValue)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEmailFromAddress in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getEmailFromName

public java.lang.String getEmailFromName(javax.portlet.PortletPreferences preferences,
                                         long companyId,
                                         java.lang.String defaultValue)
                                  throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getEmailFromName in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getExpandoBridgeAttributes

public java.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(com.liferay.portlet.expando.model.ExpandoBridge expandoBridge,
                                                                                       javax.portlet.PortletRequest portletRequest)
                                                                                throws com.liferay.portal.kernel.exception.PortalException,
                                                                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoBridgeAttributes in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getExpandoValue

public java.io.Serializable getExpandoValue(javax.portlet.PortletRequest portletRequest,
                                            java.lang.String name,
                                            int type,
                                            java.lang.String displayType)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getExpandoValue in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getFacebookURL

public java.lang.String getFacebookURL(com.liferay.portal.model.Portlet portlet,
                                       java.lang.String facebookCanvasPageURL,
                                       com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getFacebookURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getFirstPageLayoutTypes

public java.lang.String getFirstPageLayoutTypes(javax.servlet.jsp.PageContext pageContext)
Specified by:
getFirstPageLayoutTypes in interface com.liferay.portal.util.Portal

getGlobalLibDir

public java.lang.String getGlobalLibDir()
Specified by:
getGlobalLibDir in interface com.liferay.portal.util.Portal

getGoogleGadgetURL

public java.lang.String getGoogleGadgetURL(com.liferay.portal.model.Portlet portlet,
                                           com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getGoogleGadgetURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupFriendlyURL

public java.lang.String getGroupFriendlyURL(com.liferay.portal.model.Group group,
                                            boolean privateLayoutSet,
                                            com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getGroupFriendlyURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getGroupPermissions

public java.lang.String[] getGroupPermissions(javax.servlet.http.HttpServletRequest request)
Specified by:
getGroupPermissions in interface com.liferay.portal.util.Portal

getGroupPermissions

public java.lang.String[] getGroupPermissions(javax.portlet.PortletRequest portletRequest)
Specified by:
getGroupPermissions in interface com.liferay.portal.util.Portal

getGuestPermissions

public java.lang.String[] getGuestPermissions(javax.servlet.http.HttpServletRequest request)
Specified by:
getGuestPermissions in interface com.liferay.portal.util.Portal

getGuestPermissions

public java.lang.String[] getGuestPermissions(javax.portlet.PortletRequest portletRequest)
Specified by:
getGuestPermissions in interface com.liferay.portal.util.Portal

getHomeURL

public java.lang.String getHomeURL(javax.servlet.http.HttpServletRequest request)
                            throws com.liferay.portal.kernel.exception.PortalException,
                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getHomeURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getHost

public java.lang.String getHost(javax.servlet.http.HttpServletRequest request)
Specified by:
getHost in interface com.liferay.portal.util.Portal

getHost

public java.lang.String getHost(javax.portlet.PortletRequest portletRequest)
Specified by:
getHost in interface com.liferay.portal.util.Portal

getHttpServletRequest

public javax.servlet.http.HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
Specified by:
getHttpServletRequest in interface com.liferay.portal.util.Portal

getHttpServletResponse

public javax.servlet.http.HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
Specified by:
getHttpServletResponse in interface com.liferay.portal.util.Portal

getJournalArticleActualURL

public java.lang.String getJournalArticleActualURL(long groupId,
                                                   java.lang.String mainPath,
                                                   java.lang.String friendlyURL,
                                                   java.util.Map<java.lang.String,java.lang.String[]> params,
                                                   java.util.Map<java.lang.String,java.lang.Object> requestContext)
                                            throws com.liferay.portal.kernel.exception.PortalException,
                                                   com.liferay.portal.kernel.exception.SystemException
Specified by:
getJournalArticleActualURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getJsSafePortletId

public java.lang.String getJsSafePortletId(java.lang.String portletId)
Specified by:
getJsSafePortletId in interface com.liferay.portal.util.Portal

getLayoutActualURL

public java.lang.String getLayoutActualURL(com.liferay.portal.model.Layout layout)
Specified by:
getLayoutActualURL in interface com.liferay.portal.util.Portal

getLayoutActualURL

public java.lang.String getLayoutActualURL(com.liferay.portal.model.Layout layout,
                                           java.lang.String mainPath)
Specified by:
getLayoutActualURL in interface com.liferay.portal.util.Portal

getLayoutActualURL

public java.lang.String getLayoutActualURL(long groupId,
                                           boolean privateLayout,
                                           java.lang.String mainPath,
                                           java.lang.String friendlyURL)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutActualURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutActualURL

public java.lang.String getLayoutActualURL(long groupId,
                                           boolean privateLayout,
                                           java.lang.String mainPath,
                                           java.lang.String friendlyURL,
                                           java.util.Map<java.lang.String,java.lang.String[]> params,
                                           java.util.Map<java.lang.String,java.lang.Object> requestContext)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutActualURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutEditPage

public java.lang.String getLayoutEditPage(com.liferay.portal.model.Layout layout)
Specified by:
getLayoutEditPage in interface com.liferay.portal.util.Portal

getLayoutEditPage

public java.lang.String getLayoutEditPage(java.lang.String type)
Specified by:
getLayoutEditPage in interface com.liferay.portal.util.Portal

getLayoutFriendlyURL

public java.lang.String getLayoutFriendlyURL(com.liferay.portal.model.Layout layout,
                                             com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFriendlyURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFriendlyURL

public java.lang.String getLayoutFriendlyURL(com.liferay.portal.model.Layout layout,
                                             com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                             java.util.Locale locale)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFriendlyURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFullURL

public java.lang.String getLayoutFullURL(com.liferay.portal.model.Layout layout,
                                         com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFullURL

public java.lang.String getLayoutFullURL(com.liferay.portal.model.Layout layout,
                                         com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                         boolean doAsUser)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFullURL

public java.lang.String getLayoutFullURL(long groupId,
                                         java.lang.String portletId)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFullURL

public java.lang.String getLayoutFullURL(long groupId,
                                         java.lang.String portletId,
                                         boolean secure)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutFullURL

public java.lang.String getLayoutFullURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutFullURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutSetFriendlyURL

public java.lang.String getLayoutSetFriendlyURL(com.liferay.portal.model.LayoutSet layoutSet,
                                                com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutSetFriendlyURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutTarget

public java.lang.String getLayoutTarget(com.liferay.portal.model.Layout layout)
Specified by:
getLayoutTarget in interface com.liferay.portal.util.Portal

getLayoutURL

public java.lang.String getLayoutURL(com.liferay.portal.model.Layout layout,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutURL

public java.lang.String getLayoutURL(com.liferay.portal.model.Layout layout,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                     boolean doAsUser)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutURL

public java.lang.String getLayoutURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getLayoutURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getLayoutViewPage

public java.lang.String getLayoutViewPage(com.liferay.portal.model.Layout layout)
Specified by:
getLayoutViewPage in interface com.liferay.portal.util.Portal

getLayoutViewPage

public java.lang.String getLayoutViewPage(java.lang.String type)
Specified by:
getLayoutViewPage in interface com.liferay.portal.util.Portal

getLiferayPortletRequest

public com.liferay.portal.kernel.portlet.LiferayPortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
Specified by:
getLiferayPortletRequest in interface com.liferay.portal.util.Portal

getLiferayPortletResponse

public com.liferay.portal.kernel.portlet.LiferayPortletResponse getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse)
Specified by:
getLiferayPortletResponse in interface com.liferay.portal.util.Portal

getLocale

public java.util.Locale getLocale(javax.servlet.http.HttpServletRequest request)
Specified by:
getLocale in interface com.liferay.portal.util.Portal

getLocale

public java.util.Locale getLocale(javax.portlet.RenderRequest renderRequest)
Specified by:
getLocale in interface com.liferay.portal.util.Portal

getMailId

public java.lang.String getMailId(java.lang.String mx,
                                  java.lang.String popPortletPrefix,
                                  java.lang.Object... ids)
Specified by:
getMailId in interface com.liferay.portal.util.Portal

getNetvibesURL

public java.lang.String getNetvibesURL(com.liferay.portal.model.Portlet portlet,
                                       com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                throws com.liferay.portal.kernel.exception.PortalException,
                                       com.liferay.portal.kernel.exception.SystemException
Specified by:
getNetvibesURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getNewPortletTitle

public java.lang.String getNewPortletTitle(java.lang.String portletTitle,
                                           java.lang.String oldScopeName,
                                           java.lang.String newScopeName)
Specified by:
getNewPortletTitle in interface com.liferay.portal.util.Portal

getOriginalServletRequest

public javax.servlet.http.HttpServletRequest getOriginalServletRequest(javax.servlet.http.HttpServletRequest request)
Specified by:
getOriginalServletRequest in interface com.liferay.portal.util.Portal

getOuterPortletId

public java.lang.String getOuterPortletId(javax.servlet.http.HttpServletRequest request)
Specified by:
getOuterPortletId in interface com.liferay.portal.util.Portal

getParentGroupId

public long getParentGroupId(long groupId)
                      throws com.liferay.portal.kernel.exception.PortalException,
                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getParentGroupId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPathContext

public java.lang.String getPathContext()
Specified by:
getPathContext in interface com.liferay.portal.util.Portal

getPathFriendlyURLPrivateGroup

public java.lang.String getPathFriendlyURLPrivateGroup()
Specified by:
getPathFriendlyURLPrivateGroup in interface com.liferay.portal.util.Portal

getPathFriendlyURLPrivateUser

public java.lang.String getPathFriendlyURLPrivateUser()
Specified by:
getPathFriendlyURLPrivateUser in interface com.liferay.portal.util.Portal

getPathFriendlyURLPublic

public java.lang.String getPathFriendlyURLPublic()
Specified by:
getPathFriendlyURLPublic in interface com.liferay.portal.util.Portal

getPathImage

public java.lang.String getPathImage()
Specified by:
getPathImage in interface com.liferay.portal.util.Portal

getPathMain

public java.lang.String getPathMain()
Specified by:
getPathMain in interface com.liferay.portal.util.Portal

getPathProxy

public java.lang.String getPathProxy()
Specified by:
getPathProxy in interface com.liferay.portal.util.Portal

getPlidFromFriendlyURL

public long getPlidFromFriendlyURL(long companyId,
                                   java.lang.String friendlyURL)
Specified by:
getPlidFromFriendlyURL in interface com.liferay.portal.util.Portal

getPlidFromPortletId

public long getPlidFromPortletId(long groupId,
                                 boolean privateLayout,
                                 java.lang.String portletId)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getPlidFromPortletId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPlidFromPortletId

public long getPlidFromPortletId(long groupId,
                                 java.lang.String portletId)
                          throws com.liferay.portal.kernel.exception.PortalException,
                                 com.liferay.portal.kernel.exception.SystemException
Specified by:
getPlidFromPortletId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortalLibDir

public java.lang.String getPortalLibDir()
Specified by:
getPortalLibDir in interface com.liferay.portal.util.Portal

getPortalPort

public int getPortalPort()
Deprecated. getPortalPort(boolean)

Specified by:
getPortalPort in interface com.liferay.portal.util.Portal

getPortalPort

public int getPortalPort(boolean secure)
Specified by:
getPortalPort in interface com.liferay.portal.util.Portal

getPortalProperties

public java.util.Properties getPortalProperties()
Specified by:
getPortalProperties in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request)
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request,
                                     boolean secure)
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(com.liferay.portal.model.Layout layout,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortalURL

public java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest)
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest,
                                     boolean secure)
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(java.lang.String serverName,
                                     int serverPort,
                                     boolean secure)
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal

getPortalURL

public java.lang.String getPortalURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortalURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortalWebDir

public java.lang.String getPortalWebDir()
Specified by:
getPortalWebDir in interface com.liferay.portal.util.Portal

getPortletAddDefaultResourceCheckWhitelist

public java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelist()
Specified by:
getPortletAddDefaultResourceCheckWhitelist in interface com.liferay.portal.util.Portal

getPortletAddDefaultResourceCheckWhitelistActions

public java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelistActions()
Specified by:
getPortletAddDefaultResourceCheckWhitelistActions in interface com.liferay.portal.util.Portal

getPortletBreadcrumbList

public java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getPortletBreadcrumbList(javax.servlet.http.HttpServletRequest request)
Deprecated. getPortletBreadcrumbs(HttpServletRequest)

Specified by:
getPortletBreadcrumbList in interface com.liferay.portal.util.Portal

getPortletBreadcrumbs

public java.util.List<com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry> getPortletBreadcrumbs(javax.servlet.http.HttpServletRequest request)
Specified by:
getPortletBreadcrumbs in interface com.liferay.portal.util.Portal

getPortletDescription

public java.lang.String getPortletDescription(com.liferay.portal.model.Portlet portlet,
                                              javax.servlet.ServletContext servletContext,
                                              java.util.Locale locale)
Specified by:
getPortletDescription in interface com.liferay.portal.util.Portal

getPortletDescription

public java.lang.String getPortletDescription(com.liferay.portal.model.Portlet portlet,
                                              com.liferay.portal.model.User user)
Specified by:
getPortletDescription in interface com.liferay.portal.util.Portal

getPortletDescription

public java.lang.String getPortletDescription(java.lang.String portletId,
                                              java.util.Locale locale)
Specified by:
getPortletDescription in interface com.liferay.portal.util.Portal

getPortletDescription

public java.lang.String getPortletDescription(java.lang.String portletId,
                                              java.lang.String languageId)
Specified by:
getPortletDescription in interface com.liferay.portal.util.Portal

getPortletDescription

public java.lang.String getPortletDescription(java.lang.String portletId,
                                              com.liferay.portal.model.User user)
Specified by:
getPortletDescription in interface com.liferay.portal.util.Portal

getPortletFriendlyURLMapper

public java.lang.Object[] getPortletFriendlyURLMapper(long groupId,
                                                      boolean privateLayout,
                                                      java.lang.String url,
                                                      java.util.Map<java.lang.String,java.lang.String[]> params,
                                                      java.util.Map<java.lang.String,java.lang.Object> requestContext)
                                               throws com.liferay.portal.kernel.exception.PortalException,
                                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortletId

public java.lang.String getPortletId(javax.servlet.http.HttpServletRequest request)
Specified by:
getPortletId in interface com.liferay.portal.util.Portal

getPortletId

public java.lang.String getPortletId(javax.portlet.PortletRequest portletRequest)
Specified by:
getPortletId in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet,
                                            java.util.Locale locale)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet,
                                            javax.servlet.ServletContext servletContext,
                                            java.util.Locale locale)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet,
                                            java.lang.String languageId)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(com.liferay.portal.model.Portlet portlet,
                                            com.liferay.portal.model.User user)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(java.lang.String portletId,
                                            java.util.Locale locale)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(java.lang.String portletId,
                                            java.lang.String languageId)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletLongTitle

public java.lang.String getPortletLongTitle(java.lang.String portletId,
                                            com.liferay.portal.model.User user)
Specified by:
getPortletLongTitle in interface com.liferay.portal.util.Portal

getPortletNamespace

public java.lang.String getPortletNamespace(java.lang.String portletId)
Specified by:
getPortletNamespace in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet,
                                        java.util.Locale locale)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet,
                                        javax.servlet.ServletContext servletContext,
                                        java.util.Locale locale)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet,
                                        java.lang.String languageId)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(com.liferay.portal.model.Portlet portlet,
                                        com.liferay.portal.model.User user)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(javax.portlet.RenderResponse renderResponse)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(java.lang.String portletId,
                                        java.util.Locale locale)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(java.lang.String portletId,
                                        java.lang.String languageId)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletTitle

public java.lang.String getPortletTitle(java.lang.String portletId,
                                        com.liferay.portal.model.User user)
Specified by:
getPortletTitle in interface com.liferay.portal.util.Portal

getPortletXmlFileName

public java.lang.String getPortletXmlFileName()
                                       throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getPortletXmlFileName in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getPreferences

public javax.portlet.PortletPreferences getPreferences(javax.servlet.http.HttpServletRequest request)
Specified by:
getPreferences in interface com.liferay.portal.util.Portal

getPreferencesValidator

public javax.portlet.PreferencesValidator getPreferencesValidator(com.liferay.portal.model.Portlet portlet)
Specified by:
getPreferencesValidator in interface com.liferay.portal.util.Portal

getRelativeHomeURL

public java.lang.String getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
                                    throws com.liferay.portal.kernel.exception.PortalException,
                                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getRelativeHomeURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getScopeGroupId

public long getScopeGroupId(javax.servlet.http.HttpServletRequest request)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getScopeGroupId

public long getScopeGroupId(javax.servlet.http.HttpServletRequest request,
                            java.lang.String portletId)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getScopeGroupId

public long getScopeGroupId(javax.servlet.http.HttpServletRequest request,
                            java.lang.String portletId,
                            boolean checkStagingGroup)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getScopeGroupId

public long getScopeGroupId(com.liferay.portal.model.Layout layout)
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal

getScopeGroupId

public long getScopeGroupId(com.liferay.portal.model.Layout layout,
                            java.lang.String portletId)
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal

getScopeGroupId

public long getScopeGroupId(long plid)
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal

getScopeGroupId

public long getScopeGroupId(javax.portlet.PortletRequest portletRequest)
                     throws com.liferay.portal.kernel.exception.PortalException,
                            com.liferay.portal.kernel.exception.SystemException
Specified by:
getScopeGroupId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSelectedUser

public com.liferay.portal.model.User getSelectedUser(javax.servlet.http.HttpServletRequest request)
                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getSelectedUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSelectedUser

public com.liferay.portal.model.User getSelectedUser(javax.servlet.http.HttpServletRequest request,
                                                     boolean checkPermission)
                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getSelectedUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSelectedUser

public com.liferay.portal.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest)
                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getSelectedUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getSelectedUser

public com.liferay.portal.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest,
                                                     boolean checkPermission)
                                              throws com.liferay.portal.kernel.exception.PortalException,
                                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getSelectedUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getServletContext

public javax.servlet.ServletContext getServletContext(com.liferay.portal.model.Portlet portlet,
                                                      javax.servlet.ServletContext servletContext)
Specified by:
getServletContext in interface com.liferay.portal.util.Portal

getSiteLoginURL

public java.lang.String getSiteLoginURL(com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                 throws com.liferay.portal.kernel.exception.PortalException,
                                        com.liferay.portal.kernel.exception.SystemException
Specified by:
getSiteLoginURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getStaticResourceURL

public java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
                                             java.lang.String uri)
Specified by:
getStaticResourceURL in interface com.liferay.portal.util.Portal

getStaticResourceURL

public java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
                                             java.lang.String uri,
                                             long timestamp)
Specified by:
getStaticResourceURL in interface com.liferay.portal.util.Portal

getStaticResourceURL

public java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
                                             java.lang.String uri,
                                             java.lang.String queryString)
Specified by:
getStaticResourceURL in interface com.liferay.portal.util.Portal

getStaticResourceURL

public java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
                                             java.lang.String uri,
                                             java.lang.String queryString,
                                             long timestamp)
Specified by:
getStaticResourceURL in interface com.liferay.portal.util.Portal

getStrutsAction

public java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest request)
Specified by:
getStrutsAction in interface com.liferay.portal.util.Portal

getSystemGroups

public java.lang.String[] getSystemGroups()
Specified by:
getSystemGroups in interface com.liferay.portal.util.Portal

getSystemOrganizationRoles

public java.lang.String[] getSystemOrganizationRoles()
Specified by:
getSystemOrganizationRoles in interface com.liferay.portal.util.Portal

getSystemRoles

public java.lang.String[] getSystemRoles()
Specified by:
getSystemRoles in interface com.liferay.portal.util.Portal

getSystemSiteRoles

public java.lang.String[] getSystemSiteRoles()
Specified by:
getSystemSiteRoles in interface com.liferay.portal.util.Portal

getUploadPortletRequest

public com.liferay.portal.kernel.upload.UploadPortletRequest getUploadPortletRequest(javax.portlet.PortletRequest portletRequest)
Specified by:
getUploadPortletRequest in interface com.liferay.portal.util.Portal

getUploadServletRequest

public com.liferay.portal.kernel.upload.UploadServletRequest getUploadServletRequest(javax.servlet.http.HttpServletRequest request)
Specified by:
getUploadServletRequest in interface com.liferay.portal.util.Portal

getUptime

public java.util.Date getUptime()
Specified by:
getUptime in interface com.liferay.portal.util.Portal

getURLWithSessionId

public java.lang.String getURLWithSessionId(java.lang.String url,
                                            java.lang.String sessionId)
Specified by:
getURLWithSessionId in interface com.liferay.portal.util.Portal

getUser

public com.liferay.portal.model.User getUser(javax.servlet.http.HttpServletRequest request)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getUser

public com.liferay.portal.model.User getUser(javax.portlet.PortletRequest portletRequest)
                                      throws com.liferay.portal.kernel.exception.PortalException,
                                             com.liferay.portal.kernel.exception.SystemException
Specified by:
getUser in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getUserEmailAddress

public java.lang.String getUserEmailAddress(long userId)
                                     throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserEmailAddress in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getUserId

public long getUserId(javax.servlet.http.HttpServletRequest request)
Specified by:
getUserId in interface com.liferay.portal.util.Portal

getUserId

public long getUserId(javax.portlet.PortletRequest portletRequest)
Specified by:
getUserId in interface com.liferay.portal.util.Portal

getUserName

public java.lang.String getUserName(long userId,
                                    java.lang.String defaultUserName)
Specified by:
getUserName in interface com.liferay.portal.util.Portal

getUserName

public java.lang.String getUserName(long userId,
                                    java.lang.String defaultUserName,
                                    javax.servlet.http.HttpServletRequest request)
Specified by:
getUserName in interface com.liferay.portal.util.Portal

getUserName

public java.lang.String getUserName(long userId,
                                    java.lang.String defaultUserName,
                                    java.lang.String userAttribute)
Specified by:
getUserName in interface com.liferay.portal.util.Portal

getUserName

public java.lang.String getUserName(long userId,
                                    java.lang.String defaultUserName,
                                    java.lang.String userAttribute,
                                    javax.servlet.http.HttpServletRequest request)
Specified by:
getUserName in interface com.liferay.portal.util.Portal

getUserPassword

public java.lang.String getUserPassword(javax.servlet.http.HttpServletRequest request)
Specified by:
getUserPassword in interface com.liferay.portal.util.Portal

getUserPassword

public java.lang.String getUserPassword(javax.servlet.http.HttpSession session)
Specified by:
getUserPassword in interface com.liferay.portal.util.Portal

getUserPassword

public java.lang.String getUserPassword(javax.portlet.PortletRequest portletRequest)
Specified by:
getUserPassword in interface com.liferay.portal.util.Portal

getUserValue

public java.lang.String getUserValue(long userId,
                                     java.lang.String param,
                                     java.lang.String defaultValue)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserValue in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

getValidUserId

public long getValidUserId(long companyId,
                           long userId)
                    throws com.liferay.portal.kernel.exception.PortalException,
                           com.liferay.portal.kernel.exception.SystemException
Specified by:
getValidUserId in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getVirtualLayoutActualURL

public java.lang.String getVirtualLayoutActualURL(long groupId,
                                                  boolean privateLayout,
                                                  java.lang.String mainPath,
                                                  java.lang.String friendlyURL,
                                                  java.util.Map<java.lang.String,java.lang.String[]> params,
                                                  java.util.Map<java.lang.String,java.lang.Object> requestContext)
                                           throws com.liferay.portal.kernel.exception.PortalException,
                                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
getVirtualLayoutActualURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getWidgetURL

public java.lang.String getWidgetURL(com.liferay.portal.model.Portlet portlet,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.PortalException,
                                     com.liferay.portal.kernel.exception.SystemException
Specified by:
getWidgetURL in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

initCustomSQL

public void initCustomSQL()
Specified by:
initCustomSQL in interface com.liferay.portal.util.Portal

isAllowAddPortletDefaultResource

public boolean isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
                                                com.liferay.portal.model.Portlet portlet)
                                         throws com.liferay.portal.kernel.exception.PortalException,
                                                com.liferay.portal.kernel.exception.SystemException
Specified by:
isAllowAddPortletDefaultResource in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isCommunityAdmin

public boolean isCommunityAdmin(com.liferay.portal.model.User user,
                                long groupId)
                         throws java.lang.Exception
Deprecated. As of 6.1, renamed to isGroupAdmin(User, long)

Specified by:
isCommunityAdmin in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

isCommunityOwner

public boolean isCommunityOwner(com.liferay.portal.model.User user,
                                long groupId)
                         throws java.lang.Exception
Deprecated. As of 6.1, renamed to isGroupOwner(User, long)

Specified by:
isCommunityOwner in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

isCompanyAdmin

public boolean isCompanyAdmin(com.liferay.portal.model.User user)
                       throws java.lang.Exception
Specified by:
isCompanyAdmin in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

isCompanyControlPanelPortlet

public boolean isCompanyControlPanelPortlet(java.lang.String portletId,
                                            java.lang.String category,
                                            com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
isCompanyControlPanelPortlet in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isCompanyControlPanelPortlet

public boolean isCompanyControlPanelPortlet(java.lang.String portletId,
                                            com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
isCompanyControlPanelPortlet in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isCompanyControlPanelVisible

public boolean isCompanyControlPanelVisible(com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                     throws com.liferay.portal.kernel.exception.PortalException,
                                            com.liferay.portal.kernel.exception.SystemException
Specified by:
isCompanyControlPanelVisible in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isControlPanelPortlet

public boolean isControlPanelPortlet(java.lang.String portletId,
                                     java.lang.String category,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
isControlPanelPortlet in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

isControlPanelPortlet

public boolean isControlPanelPortlet(java.lang.String portletId,
                                     com.liferay.portal.theme.ThemeDisplay themeDisplay)
                              throws com.liferay.portal.kernel.exception.SystemException
Specified by:
isControlPanelPortlet in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

isGroupAdmin

public boolean isGroupAdmin(com.liferay.portal.model.User user,
                            long groupId)
                     throws java.lang.Exception
Specified by:
isGroupAdmin in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

isGroupOwner

public boolean isGroupOwner(com.liferay.portal.model.User user,
                            long groupId)
                     throws java.lang.Exception
Specified by:
isGroupOwner in interface com.liferay.portal.util.Portal
Throws:
java.lang.Exception

isLayoutDescendant

public boolean isLayoutDescendant(com.liferay.portal.model.Layout layout,
                                  long layoutId)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Specified by:
isLayoutDescendant in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isLayoutFirstPageable

public boolean isLayoutFirstPageable(com.liferay.portal.model.Layout layout)
Specified by:
isLayoutFirstPageable in interface com.liferay.portal.util.Portal

isLayoutFirstPageable

public boolean isLayoutFirstPageable(java.lang.String type)
Specified by:
isLayoutFirstPageable in interface com.liferay.portal.util.Portal

isLayoutFriendliable

public boolean isLayoutFriendliable(com.liferay.portal.model.Layout layout)
Specified by:
isLayoutFriendliable in interface com.liferay.portal.util.Portal

isLayoutFriendliable

public boolean isLayoutFriendliable(java.lang.String type)
Specified by:
isLayoutFriendliable in interface com.liferay.portal.util.Portal

isLayoutParentable

public boolean isLayoutParentable(com.liferay.portal.model.Layout layout)
Specified by:
isLayoutParentable in interface com.liferay.portal.util.Portal

isLayoutParentable

public boolean isLayoutParentable(java.lang.String type)
Specified by:
isLayoutParentable in interface com.liferay.portal.util.Portal

isLayoutSitemapable

public boolean isLayoutSitemapable(com.liferay.portal.model.Layout layout)
Specified by:
isLayoutSitemapable in interface com.liferay.portal.util.Portal

isMethodGet

public boolean isMethodGet(javax.portlet.PortletRequest portletRequest)
Specified by:
isMethodGet in interface com.liferay.portal.util.Portal

isMethodPost

public boolean isMethodPost(javax.portlet.PortletRequest portletRequest)
Specified by:
isMethodPost in interface com.liferay.portal.util.Portal

isMultipartRequest

public boolean isMultipartRequest(javax.servlet.http.HttpServletRequest request)
Specified by:
isMultipartRequest in interface com.liferay.portal.util.Portal

isOmniadmin

public boolean isOmniadmin(long userId)
Specified by:
isOmniadmin in interface com.liferay.portal.util.Portal

isReservedParameter

public boolean isReservedParameter(java.lang.String name)
Specified by:
isReservedParameter in interface com.liferay.portal.util.Portal

isSecure

public boolean isSecure(javax.servlet.http.HttpServletRequest request)
Specified by:
isSecure in interface com.liferay.portal.util.Portal

isSystemGroup

public boolean isSystemGroup(java.lang.String groupName)
Specified by:
isSystemGroup in interface com.liferay.portal.util.Portal

isSystemRole

public boolean isSystemRole(java.lang.String roleName)
Specified by:
isSystemRole in interface com.liferay.portal.util.Portal

isUpdateAvailable

public boolean isUpdateAvailable()
                          throws com.liferay.portal.kernel.exception.SystemException
Specified by:
isUpdateAvailable in interface com.liferay.portal.util.Portal
Throws:
com.liferay.portal.kernel.exception.SystemException

isValidResourceId

public boolean isValidResourceId(java.lang.String resourceId)
Specified by:
isValidResourceId in interface com.liferay.portal.util.Portal

removePortalPortEventListener

public void removePortalPortEventListener(com.liferay.portal.util.PortalPortEventListener portalPortEventListener)
Specified by:
removePortalPortEventListener in interface com.liferay.portal.util.Portal

renderPage

public java.lang.String renderPage(javax.servlet.ServletContext servletContext,
                                   javax.servlet.http.HttpServletRequest request,
                                   javax.servlet.http.HttpServletResponse response,
                                   java.lang.String path)
                            throws java.io.IOException,
                                   javax.servlet.ServletException
Specified by:
renderPage in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

renderPortlet

public java.lang.String renderPortlet(javax.servlet.ServletContext servletContext,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response,
                                      com.liferay.portal.model.Portlet portlet,
                                      java.lang.String queryString,
                                      boolean writeOutput)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Specified by:
renderPortlet in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

renderPortlet

public java.lang.String renderPortlet(javax.servlet.ServletContext servletContext,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response,
                                      com.liferay.portal.model.Portlet portlet,
                                      java.lang.String queryString,
                                      java.lang.String columnId,
                                      java.lang.Integer columnPos,
                                      java.lang.Integer columnCount,
                                      boolean writeOutput)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Specified by:
renderPortlet in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

renderPortlet

public java.lang.String renderPortlet(javax.servlet.ServletContext servletContext,
                                      javax.servlet.http.HttpServletRequest request,
                                      javax.servlet.http.HttpServletResponse response,
                                      com.liferay.portal.model.Portlet portlet,
                                      java.lang.String queryString,
                                      java.lang.String columnId,
                                      java.lang.Integer columnPos,
                                      java.lang.Integer columnCount,
                                      java.lang.String path,
                                      boolean writeOutput)
                               throws java.io.IOException,
                                      javax.servlet.ServletException
Specified by:
renderPortlet in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

resetCDNHosts

public void resetCDNHosts()
Specified by:
resetCDNHosts in interface com.liferay.portal.util.Portal

resetPortletAddDefaultResourceCheckWhitelist

public java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelist()
Specified by:
resetPortletAddDefaultResourceCheckWhitelist in interface com.liferay.portal.util.Portal

resetPortletAddDefaultResourceCheckWhitelistActions

public java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelistActions()
Specified by:
resetPortletAddDefaultResourceCheckWhitelistActions in interface com.liferay.portal.util.Portal

sendError

public void sendError(java.lang.Exception e,
                      javax.portlet.ActionRequest actionRequest,
                      javax.portlet.ActionResponse actionResponse)
               throws java.io.IOException
Specified by:
sendError in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException

sendError

public void sendError(java.lang.Exception e,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws java.io.IOException,
                      javax.servlet.ServletException
Specified by:
sendError in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

sendError

public void sendError(int status,
                      java.lang.Exception e,
                      javax.portlet.ActionRequest actionRequest,
                      javax.portlet.ActionResponse actionResponse)
               throws java.io.IOException
Specified by:
sendError in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException

sendError

public void sendError(int status,
                      java.lang.Exception e,
                      javax.servlet.http.HttpServletRequest request,
                      javax.servlet.http.HttpServletResponse response)
               throws java.io.IOException,
                      javax.servlet.ServletException
Specified by:
sendError in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.servlet.ServletException

setPageDescription

public void setPageDescription(java.lang.String description,
                               javax.servlet.http.HttpServletRequest request)
Specified by:
setPageDescription in interface com.liferay.portal.util.Portal

setPageKeywords

public void setPageKeywords(java.lang.String keywords,
                            javax.servlet.http.HttpServletRequest request)
Specified by:
setPageKeywords in interface com.liferay.portal.util.Portal

setPageSubtitle

public void setPageSubtitle(java.lang.String subtitle,
                            javax.servlet.http.HttpServletRequest request)
Specified by:
setPageSubtitle in interface com.liferay.portal.util.Portal

setPageTitle

public void setPageTitle(java.lang.String title,
                         javax.servlet.http.HttpServletRequest request)
Specified by:
setPageTitle in interface com.liferay.portal.util.Portal

setPortalPort

public void setPortalPort(javax.servlet.http.HttpServletRequest request)
Specified by:
setPortalPort in interface com.liferay.portal.util.Portal

storePreferences

public void storePreferences(javax.portlet.PortletPreferences portletPreferences)
                      throws java.io.IOException,
                             javax.portlet.ValidatorException
Specified by:
storePreferences in interface com.liferay.portal.util.Portal
Throws:
java.io.IOException
javax.portlet.ValidatorException

stripURLAnchor

public java.lang.String[] stripURLAnchor(java.lang.String url,
                                         java.lang.String separator)
Specified by:
stripURLAnchor in interface com.liferay.portal.util.Portal

transformCustomSQL

public java.lang.String transformCustomSQL(java.lang.String sql)
Specified by:
transformCustomSQL in interface com.liferay.portal.util.Portal

updatePortletMode

public javax.portlet.PortletMode updatePortletMode(java.lang.String portletId,
                                                   com.liferay.portal.model.User user,
                                                   com.liferay.portal.model.Layout layout,
                                                   javax.portlet.PortletMode portletMode,
                                                   javax.servlet.http.HttpServletRequest request)
Specified by:
updatePortletMode in interface com.liferay.portal.util.Portal

updateRedirect

public java.lang.String updateRedirect(java.lang.String redirect,
                                       java.lang.String oldPath,
                                       java.lang.String newPath)
Specified by:
updateRedirect in interface com.liferay.portal.util.Portal

updateWindowState

public javax.portlet.WindowState updateWindowState(java.lang.String portletId,
                                                   com.liferay.portal.model.User user,
                                                   com.liferay.portal.model.Layout layout,
                                                   javax.portlet.WindowState windowState,
                                                   javax.servlet.http.HttpServletRequest request)
Specified by:
updateWindowState in interface com.liferay.portal.util.Portal

addDefaultResource

protected void addDefaultResource(long companyId,
                                  com.liferay.portal.model.Layout layout,
                                  com.liferay.portal.model.Portlet portlet,
                                  boolean portletActions)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

addDefaultResource

protected void addDefaultResource(com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                  com.liferay.portal.model.Layout layout,
                                  com.liferay.portal.model.Portlet portlet,
                                  boolean portletActions)
                           throws com.liferay.portal.kernel.exception.PortalException,
                                  com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

buildI18NPath

protected java.lang.String buildI18NPath(java.util.Locale locale)

doGetPlidFromPortletId

protected long doGetPlidFromPortletId(long groupId,
                                      boolean privateLayout,
                                      java.lang.String portletId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

filterControlPanelPortlets

protected java.util.List<com.liferay.portal.model.Portlet> filterControlPanelPortlets(java.util.Set<com.liferay.portal.model.Portlet> portlets,
                                                                                      java.lang.String category,
                                                                                      com.liferay.portal.theme.ThemeDisplay themeDisplay)

getDefaultScopeGroupId

protected long getDefaultScopeGroupId(long companyId)
                               throws com.liferay.portal.kernel.exception.PortalException,
                                      com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getDoAsUserId

protected long getDoAsUserId(javax.servlet.http.HttpServletRequest request,
                             java.lang.String doAsUserIdString,
                             boolean alwaysAllowDoAsUser)
                      throws java.lang.Exception
Throws:
java.lang.Exception

getGroupFriendlyURL

protected java.lang.String getGroupFriendlyURL(com.liferay.portal.model.Group group,
                                               boolean privateLayoutSet,
                                               com.liferay.portal.theme.ThemeDisplay themeDisplay,
                                               boolean canonicalURL)
                                        throws com.liferay.portal.kernel.exception.PortalException,
                                               com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

getPortletParam

protected java.lang.String getPortletParam(javax.servlet.http.HttpServletRequest request,
                                           java.lang.String name)

getServletURL

protected java.lang.String getServletURL(com.liferay.portal.model.Portlet portlet,
                                         java.lang.String servletPath,
                                         com.liferay.portal.theme.ThemeDisplay themeDisplay)
                                  throws com.liferay.portal.kernel.exception.PortalException,
                                         com.liferay.portal.kernel.exception.SystemException
Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException

isAlwaysAllowDoAsUser

protected boolean isAlwaysAllowDoAsUser(javax.servlet.http.HttpServletRequest request)
                                 throws java.lang.Exception
Throws:
java.lang.Exception

notifyPortalPortEventListeners

protected void notifyPortalPortEventListeners(int portalPort)

removeRedirectParameter

protected java.lang.String removeRedirectParameter(java.lang.String url)