public class PortalImpl
extends java.lang.Object
implements com.liferay.portal.kernel.util.Portal
| Constructor and Description |
|---|
PortalImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
addPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
addPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
addPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
addPortalInetSocketAddressEventListener(com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener portalInetSocketAddressEventListener) |
void |
addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url) |
void |
addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data) |
void |
addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data,
boolean portletBreadcrumbEntry) |
void |
addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet) |
void |
addPortletDefaultResource(long companyId,
com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.model.Portlet portlet) |
java.lang.String |
addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
java.lang.String url,
boolean doAsUser) |
java.lang.String |
addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String url) |
java.lang.String |
addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String url,
boolean typeControlPanel,
boolean doAsUser) |
protected void |
addRootModelResource(long companyId,
long groupId,
java.lang.String name) |
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.kernel.model.Portlet> |
filterControlPanelPortlets(java.util.Set<com.liferay.portal.kernel.model.Portlet> portlets,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
generateRandomKey(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String input) |
java.lang.String |
getAbsoluteURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String url) |
com.liferay.portal.kernel.model.LayoutQueryStringComposite |
getActualLayoutQueryStringComposite(long groupId,
boolean privateLayout,
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 |
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(java.lang.String canonicalURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale,
com.liferay.portal.kernel.model.Layout layout) |
java.util.Map<java.util.Locale,java.lang.String> |
getAlternateURLs(java.lang.String canonicalURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout) |
long[] |
getAncestorSiteGroupIds(long groupId) |
protected java.util.Set<com.liferay.portal.kernel.model.Group> |
getAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
protected java.util.Locale |
getAvailableLocale(long groupId,
java.util.Locale locale) |
com.liferay.portal.kernel.model.BaseModel<?> |
getBaseModel(com.liferay.portal.kernel.model.ResourcePermission resourcePermission) |
com.liferay.portal.kernel.model.BaseModel<?> |
getBaseModel(java.lang.String modelName,
java.lang.String primKey) |
protected com.liferay.portal.kernel.model.Layout |
getBrowsableLayout(com.liferay.portal.kernel.model.Layout layout) |
java.util.List<com.liferay.portal.kernel.model.Group> |
getBrowsableScopeGroups(long userId,
long companyId,
long groupId,
java.lang.String portletId) |
protected java.lang.String |
getCanonicalDomain(java.util.TreeMap<java.lang.String,java.lang.String> virtualHostnames,
java.lang.String portalDomain,
java.lang.String defaultVirtualHostname) |
java.lang.String |
getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout) |
java.lang.String |
getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
boolean forceLayoutFriendlyURL) |
java.lang.String |
getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
boolean forceLayoutFriendlyURL,
boolean includeQueryString) |
java.lang.String |
getCDNHost(boolean secure) |
java.lang.String |
getCDNHost(javax.servlet.http.HttpServletRequest httpServletRequest) |
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) |
com.liferay.portal.kernel.model.Company |
getCompany(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.model.Company |
getCompany(javax.portlet.PortletRequest portletRequest) |
long |
getCompanyId(javax.servlet.http.HttpServletRequest httpServletRequest) |
long |
getCompanyId(javax.portlet.PortletRequest portletRequest) |
long[] |
getCompanyIds() |
java.util.Set<java.lang.String> |
getComputerAddresses() |
java.lang.String |
getComputerName() |
protected java.lang.String |
getContextPath(java.lang.String contextPath) |
protected com.liferay.portal.kernel.model.Group |
getControlPanelDisplayGroup(com.liferay.portal.kernel.model.Group controlPanelGroup,
com.liferay.portal.kernel.model.Group scopeGroup,
long doAsGroupId,
java.lang.String portletId) |
protected com.liferay.portal.kernel.model.Group |
getControlPanelDisplayGroup(long companyId,
long scopeGroupId,
long doAsGroupId,
java.lang.String portletId) |
java.lang.String |
getControlPanelFullURL(long scopeGroupId,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params) |
long |
getControlPanelPlid(long companyId) |
long |
getControlPanelPlid(javax.portlet.PortletRequest portletRequest) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Group group,
java.lang.String portletId,
long refererGroupId,
long refererPlid,
java.lang.String lifecycle) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId,
java.lang.String lifecycle) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
com.liferay.portal.kernel.model.Group group,
java.lang.String portletId,
long refererGroupId,
long refererPlid,
java.lang.String lifecycle) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
java.lang.String portletId,
java.lang.String lifecycle) |
java.lang.String |
getCreateAccountURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
long[] |
getCurrentAndAncestorSiteGroupIds(long groupId) |
long[] |
getCurrentAndAncestorSiteGroupIds(long[] groupIds) |
long[] |
getCurrentAndAncestorSiteGroupIds(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled) |
long[] |
getCurrentAndAncestorSiteGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
java.util.List<com.liferay.portal.kernel.model.Group> |
getCurrentAndAncestorSiteGroups(long groupId) |
java.util.List<com.liferay.portal.kernel.model.Group> |
getCurrentAndAncestorSiteGroups(long[] groupIds) |
java.util.List<com.liferay.portal.kernel.model.Group> |
getCurrentAndAncestorSiteGroups(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled) |
java.util.List<com.liferay.portal.kernel.model.Group> |
getCurrentAndAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled) |
java.lang.String |
getCurrentCompleteURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected com.liferay.portal.kernel.model.Group |
getCurrentSiteGroup(long groupId) |
java.lang.String |
getCurrentURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
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,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz) |
java.util.Date |
getDate(int month,
int day,
int year,
int hour,
int min,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz) |
java.util.Date |
getDate(int month,
int day,
int year,
int hour,
int min,
java.util.TimeZone timeZone,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz) |
java.util.Date |
getDate(int month,
int day,
int year,
java.util.TimeZone timeZone,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz) |
long |
getDefaultCompanyId() |
protected long |
getDoAsUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
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.expando.kernel.model.ExpandoBridge expandoBridge,
javax.servlet.http.HttpServletRequest httpServletRequest) |
java.util.Map<java.lang.String,java.io.Serializable> |
getExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge,
javax.portlet.PortletRequest portletRequest) |
java.util.Map<java.lang.String,java.io.Serializable> |
getExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge,
com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest) |
java.io.Serializable |
getExpandoValue(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String name,
int type,
java.lang.String displayType) |
java.io.Serializable |
getExpandoValue(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
int type,
java.lang.String displayType) |
java.io.Serializable |
getExpandoValue(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String name,
int type,
java.lang.String displayType) |
java.lang.String |
getFirstPageLayoutTypes(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getForwardedHost(javax.servlet.http.HttpServletRequest httpServletRequest) |
int |
getForwardedPort(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getFullName(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName) |
java.lang.String |
getGoogleGadgetURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
protected java.lang.String |
getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean canonicalURL) |
java.lang.String |
getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean canonicalURL,
boolean controlPanel) |
java.lang.String |
getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale) |
int[] |
getGroupFriendlyURLIndex(java.lang.String requestURI) |
protected java.lang.String[] |
getGroupPermissions(java.lang.String[] groupPermissions,
java.lang.String className,
java.lang.String inputPermissionsShowOptions) |
protected java.lang.String[] |
getGuestPermissions(java.lang.String[] guestPermissions,
java.lang.String className,
java.lang.String inputPermissionsShowOptions) |
java.lang.String |
getHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getHost(javax.servlet.http.HttpServletRequest httpServletRequest) |
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 |
getI18nPathLanguageId(java.util.Locale locale,
java.lang.String defaultI18nPathLanguageId) |
java.lang.String |
getJsSafePortletId(java.lang.String portletId) |
java.lang.String |
getLayoutActualURL(com.liferay.portal.kernel.model.Layout layout) |
java.lang.String |
getLayoutActualURL(com.liferay.portal.kernel.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 |
getLayoutFriendlyURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutFriendlyURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale) |
java.lang.String |
getLayoutFriendlyURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
com.liferay.portal.kernel.portlet.LayoutFriendlyURLSeparatorComposite |
getLayoutFriendlyURLSeparatorComposite(long groupId,
boolean privateLayout,
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 |
getLayoutFullURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutFullURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.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.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutRelativeURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutRelativeURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean doAsUser) |
java.lang.String |
getLayoutSetDisplayURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
boolean secureConnection) |
java.lang.String |
getLayoutSetFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutTarget(com.liferay.portal.kernel.model.Layout layout) |
java.lang.String |
getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean doAsUser) |
java.lang.String |
getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale) |
java.lang.String |
getLayoutURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
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 httpServletRequest) |
java.util.Locale |
getLocale(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
boolean initialize) |
java.util.Locale |
getLocale(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Layout layout,
java.util.Locale locale,
java.util.Locale originalLocale) |
java.lang.String |
getMailId(java.lang.String mx,
java.lang.String popPortletPrefix,
java.lang.Object... ids) |
java.lang.String |
getNetvibesURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.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 httpServletRequest) |
java.lang.String |
getPathContext() |
java.lang.String |
getPathContext(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getPathContext(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getPathContext(java.lang.String contextPath) |
java.lang.String |
getPathFriendlyURLPrivateGroup() |
java.lang.String |
getPathFriendlyURLPrivateUser() |
java.lang.String |
getPathFriendlyURLPublic() |
java.lang.String |
getPathImage() |
java.lang.String |
getPathMain() |
java.lang.String |
getPathModule() |
java.lang.String |
getPathProxy() |
long |
getPlidFromFriendlyURL(long companyId,
java.lang.String friendlyURL) |
protected long |
getPlidFromPortletId(java.util.List<com.liferay.portal.kernel.model.Layout> layouts,
java.lang.String portletId,
long scopeGroupId) |
long |
getPlidFromPortletId(long groupId,
boolean privateLayout,
java.lang.String portletId) |
long |
getPlidFromPortletId(long groupId,
java.lang.String portletId) |
com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener[] |
getPortalInetSocketAddressEventListeners() |
java.net.InetAddress |
getPortalLocalInetAddress(boolean secure) |
int |
getPortalLocalPort(boolean secure) |
java.util.Properties |
getPortalProperties() |
java.net.InetAddress |
getPortalServerInetAddress(boolean secure) |
int |
getPortalServerPort(boolean secure) |
java.lang.String |
getPortalURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getPortalURL(javax.servlet.http.HttpServletRequest httpServletRequest,
boolean secure) |
java.lang.String |
getPortalURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getPortalURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.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.kernel.theme.ThemeDisplay themeDisplay) |
javax.portlet.PortletConfig |
getPortletConfig(long companyId,
java.lang.String portletId,
javax.servlet.ServletContext servletContext) |
java.lang.String |
getPortletDescription(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletDescription(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.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.kernel.model.User user) |
com.liferay.portal.kernel.model.LayoutQueryStringComposite |
getPortletFriendlyURLMapperLayoutQueryStringComposite(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) |
com.liferay.portal.kernel.model.LayoutQueryStringComposite |
getPortletFriendlyURLMapperLayoutQueryStringComposite(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 httpServletRequest) |
java.lang.String |
getPortletId(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.util.Locale locale) |
java.lang.String |
getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String languageId) |
java.lang.String |
getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.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.kernel.model.User user) |
java.lang.String |
getPortletNamespace(java.lang.String portletId) |
protected java.lang.String |
getPortletParam(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String name) |
java.lang.String |
getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getPortletTitle(javax.portlet.PortletResponse portletResponse) |
java.lang.String |
getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String languageId) |
java.lang.String |
getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.model.User user) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
java.util.ResourceBundle resourceBundle) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
java.lang.String languageId) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
com.liferay.portal.kernel.model.User user) |
java.lang.String |
getPortletXmlFileName() |
javax.portlet.PortletPreferences |
getPreferences(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.portlet.PreferencesValidator |
getPreferencesValidator(com.liferay.portal.kernel.model.Portlet portlet) |
java.lang.String |
getRelativeHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId,
boolean checkStagingGroup) |
long |
getScopeGroupId(com.liferay.portal.kernel.model.Layout layout) |
long |
getScopeGroupId(com.liferay.portal.kernel.model.Layout layout,
java.lang.String portletId) |
long |
getScopeGroupId(long plid) |
long |
getScopeGroupId(javax.portlet.PortletRequest portletRequest) |
com.liferay.portal.kernel.model.User |
getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.model.User |
getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest,
boolean checkPermission) |
com.liferay.portal.kernel.model.User |
getSelectedUser(javax.portlet.PortletRequest portletRequest) |
com.liferay.portal.kernel.model.User |
getSelectedUser(javax.portlet.PortletRequest portletRequest,
boolean checkPermission) |
java.lang.String |
getServletContextName() |
protected java.lang.String |
getServletURL(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String servletPath,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
long[] |
getSharedContentSiteGroupIds(long companyId,
long groupId,
long userId) |
java.lang.String |
getSiteAdminURL(java.lang.String portalURL,
com.liferay.portal.kernel.model.Group group,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params) |
java.lang.String |
getSiteAdminURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params) |
java.util.Locale |
getSiteDefaultLocale(com.liferay.portal.kernel.model.Group group) |
java.util.Locale |
getSiteDefaultLocale(long groupId) |
long |
getSiteGroupId(long groupId) |
java.lang.String |
getSiteLoginURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
long timestamp) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
java.lang.String queryString) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
java.lang.String queryString,
long timestamp) |
java.lang.String |
getStrutsAction(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String[] |
getSystemGroups() |
java.lang.String[] |
getSystemOrganizationRoles() |
java.lang.String[] |
getSystemRoles() |
java.lang.String[] |
getSystemSiteRoles() |
java.lang.String |
getUniqueElementId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String namespace,
java.lang.String elementId) |
java.lang.String |
getUniqueElementId(javax.portlet.PortletRequest request,
java.lang.String namespace,
java.lang.String elementId) |
com.liferay.portal.kernel.upload.UploadPortletRequest |
getUploadPortletRequest(javax.portlet.PortletRequest portletRequest) |
com.liferay.portal.kernel.upload.UploadServletRequest |
getUploadServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.upload.UploadServletRequest |
getUploadServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
int fileSizeThreshold,
java.lang.String location,
long maxRequestSize,
long maxFileSize) |
java.util.Date |
getUptime() |
java.lang.String |
getURLWithSessionId(java.lang.String url,
java.lang.String sessionId) |
com.liferay.portal.kernel.model.User |
getUser(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.model.User |
getUser(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getUserEmailAddress(long userId) |
long |
getUserId(javax.servlet.http.HttpServletRequest httpServletRequest) |
long |
getUserId(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getUserName(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
java.lang.String |
getUserName(long userId,
java.lang.String defaultUserName) |
java.lang.String |
getUserName(long userId,
java.lang.String defaultUserName,
javax.servlet.http.HttpServletRequest httpServletRequest) |
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 httpServletRequest) |
java.lang.String |
getUserPassword(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getUserPassword(javax.servlet.http.HttpSession httpSession) |
java.lang.String |
getUserPassword(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getValidPortalDomain(long companyId,
java.lang.String domain) |
long |
getValidUserId(long companyId,
long userId) |
java.util.TreeMap<java.lang.String,java.lang.String> |
getVirtualHostnames(com.liferay.portal.kernel.model.LayoutSet layoutSet) |
java.lang.String |
getWidgetURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
void |
initCustomSQL() |
com.liferay.portal.kernel.model.User |
initUser(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected boolean |
isAlwaysAllowDoAsUser(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected boolean |
isAlwaysAllowDoAsUser(java.lang.String actionName,
java.lang.String mvcRenderCommandName,
java.lang.String path,
java.lang.String strutsAction) |
boolean |
isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isCDNDynamicResourcesEnabled(long companyId) |
boolean |
isCompanyAdmin(com.liferay.portal.kernel.model.User user) |
boolean |
isCompanyControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
boolean |
isCompanyControlPanelPortlet(java.lang.String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
boolean |
isControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
boolean |
isControlPanelPortlet(java.lang.String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
boolean |
isCustomPortletMode(javax.portlet.PortletMode portletMode) |
boolean |
isForwardedSecure(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isGroupAdmin(com.liferay.portal.kernel.model.User user,
long groupId) |
boolean |
isGroupControlPanelPath(java.lang.String path) |
boolean |
isGroupFriendlyURL(java.lang.String fullURL,
java.lang.String groupFriendlyURL,
java.lang.String layoutFriendlyURL) |
boolean |
isGroupOwner(com.liferay.portal.kernel.model.User user,
long groupId) |
boolean |
isLayoutDescendant(com.liferay.portal.kernel.model.Layout layout,
long layoutId) |
boolean |
isLayoutSitemapable(com.liferay.portal.kernel.model.Layout layout) |
boolean |
isLoginRedirectRequired(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isMethodGet(javax.portlet.PortletRequest portletRequest) |
boolean |
isMethodPost(javax.portlet.PortletRequest portletRequest) |
boolean |
isMultipartRequest(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isOmniadmin(long userId) |
boolean |
isOmniadmin(com.liferay.portal.kernel.model.User user) |
boolean |
isReservedParameter(java.lang.String name) |
boolean |
isRightToLeft(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isRSSFeedsEnabled() |
boolean |
isSecure(javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isSkipPortletContentRendering(com.liferay.portal.kernel.model.Group group,
com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet,
com.liferay.portal.kernel.theme.PortletDisplay portletDisplay,
java.lang.String portletName) |
boolean |
isSystemGroup(java.lang.String groupName) |
boolean |
isSystemRole(java.lang.String roleName) |
protected boolean |
isUnwrapRequest(java.lang.String currentRequestClassName) |
boolean |
isValidPortalDomain(long companyId,
java.lang.String domain) |
protected boolean |
isValidPortalDomain(java.lang.String domain) |
boolean |
isValidResourceId(java.lang.String resourceId) |
protected boolean |
isValidVirtualHostname(java.lang.String virtualHostname) |
protected void |
notifyPortalInetSocketAddressEventListeners(java.net.InetSocketAddress inetSocketAddress,
boolean local,
boolean secure) |
boolean |
removePortalInetSocketAddressEventListener(com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener portalInetSocketAddressEventListener) |
protected java.lang.String |
removeRedirectParameter(java.lang.String url) |
void |
resetCDNHosts() |
java.lang.String |
resetPortletParameters(java.lang.String url,
java.lang.String portletId) |
protected void |
resetThemeDisplayI18n(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String languageId,
java.lang.String path,
java.util.Locale locale) |
void |
sendError(java.lang.Exception exception,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
sendError(java.lang.Exception exception,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
sendError(int status,
java.lang.Exception exception,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
sendError(int status,
java.lang.Exception exception,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
sendRSSFeedsDisabledError(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
sendRSSFeedsDisabledError(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse) |
protected void |
setLocale(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.util.Locale locale) |
void |
setPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setPortalInetSocketAddresses(javax.servlet.http.HttpServletRequest httpServletRequest) |
protected void |
setThemeDisplayI18n(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale) |
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) |
java.lang.String |
transformSQL(java.lang.String sql) |
void |
updateImageId(com.liferay.portal.kernel.model.BaseModel<?> baseModel,
boolean hasImage,
byte[] bytes,
java.lang.String fieldName,
long maxSize,
int maxHeight,
int maxWidth) |
javax.portlet.PortletMode |
updatePortletMode(java.lang.String portletId,
com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.model.Layout layout,
javax.portlet.PortletMode portletMode,
javax.servlet.http.HttpServletRequest httpServletRequest) |
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.kernel.model.User user,
com.liferay.portal.kernel.model.Layout layout,
javax.portlet.WindowState windowState,
javax.servlet.http.HttpServletRequest httpServletRequest) |
public void addPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest httpServletRequest)
addPageDescription in interface com.liferay.portal.kernel.util.Portalpublic void addPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest httpServletRequest)
addPageKeywords in interface com.liferay.portal.kernel.util.Portalpublic void addPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest httpServletRequest)
addPageSubtitle in interface com.liferay.portal.kernel.util.Portalpublic void addPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest httpServletRequest)
addPageTitle in interface com.liferay.portal.kernel.util.Portalpublic boolean addPortalInetSocketAddressEventListener(com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener portalInetSocketAddressEventListener)
addPortalInetSocketAddressEventListener in interface com.liferay.portal.kernel.util.Portalpublic void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url)
addPortletBreadcrumbEntry in interface com.liferay.portal.kernel.util.Portalpublic void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data)
addPortletBreadcrumbEntry in interface com.liferay.portal.kernel.util.Portalpublic void addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data,
boolean portletBreadcrumbEntry)
addPortletBreadcrumbEntry in interface com.liferay.portal.kernel.util.Portalpublic void addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Portlet portlet)
throws com.liferay.portal.kernel.exception.PortalException
addPortletDefaultResource in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic void addPortletDefaultResource(long companyId,
com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.model.Portlet portlet)
throws com.liferay.portal.kernel.exception.PortalException
addPortletDefaultResource in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
java.lang.String url,
boolean doAsUser)
addPreservedParameters in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String url)
addPreservedParameters in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String addPreservedParameters(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String url,
boolean typeControlPanel,
boolean doAsUser)
addPreservedParameters in interface com.liferay.portal.kernel.util.Portalpublic void clearRequestParameters(javax.portlet.RenderRequest renderRequest)
clearRequestParameters in interface com.liferay.portal.kernel.util.Portalpublic void copyRequestParameters(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
copyRequestParameters in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String escapeRedirect(java.lang.String url)
escapeRedirect in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String generateRandomKey(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String input)
generateRandomKey in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getAbsoluteURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String url)
getAbsoluteURL in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.LayoutQueryStringComposite getActualLayoutQueryStringComposite(long groupId,
boolean privateLayout,
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
getActualLayoutQueryStringComposite in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic 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
getActualURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getAlternateURL(java.lang.String canonicalURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale,
com.liferay.portal.kernel.model.Layout layout)
throws com.liferay.portal.kernel.exception.PortalException
getAlternateURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Map<java.util.Locale,java.lang.String> getAlternateURLs(java.lang.String canonicalURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout)
throws com.liferay.portal.kernel.exception.PortalException
getAlternateURLs in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getAncestorSiteGroupIds(long groupId)
getAncestorSiteGroupIds in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.BaseModel<?> getBaseModel(com.liferay.portal.kernel.model.ResourcePermission resourcePermission)
throws com.liferay.portal.kernel.exception.PortalException
getBaseModel in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.BaseModel<?> getBaseModel(java.lang.String modelName,
java.lang.String primKey)
throws com.liferay.portal.kernel.exception.PortalException
getBaseModel in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.model.Group> getBrowsableScopeGroups(long userId,
long companyId,
long groupId,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.PortalException
getBrowsableScopeGroups in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout)
throws com.liferay.portal.kernel.exception.PortalException
getCanonicalURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
boolean forceLayoutFriendlyURL)
throws com.liferay.portal.kernel.exception.PortalException
getCanonicalURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCanonicalURL(java.lang.String completeURL,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
com.liferay.portal.kernel.model.Layout layout,
boolean forceLayoutFriendlyURL,
boolean includeQueryString)
throws com.liferay.portal.kernel.exception.PortalException
getCanonicalURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCDNHost(boolean secure)
getCDNHost in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCDNHost(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getCDNHost in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCDNHostHttp(long companyId)
getCDNHostHttp in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCDNHostHttps(long companyId)
getCDNHostHttps in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getClassName(long classNameId)
getClassName in interface com.liferay.portal.kernel.util.Portalpublic long getClassNameId(java.lang.Class<?> clazz)
getClassNameId in interface com.liferay.portal.kernel.util.Portalpublic long getClassNameId(java.lang.String value)
getClassNameId in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.Company getCompany(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getCompany in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.Company getCompany(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getCompany in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCompanyId(javax.servlet.http.HttpServletRequest httpServletRequest)
getCompanyId in interface com.liferay.portal.kernel.util.Portalpublic long getCompanyId(javax.portlet.PortletRequest portletRequest)
getCompanyId in interface com.liferay.portal.kernel.util.Portalpublic long[] getCompanyIds()
getCompanyIds in interface com.liferay.portal.kernel.util.Portalpublic java.util.Set<java.lang.String> getComputerAddresses()
getComputerAddresses in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getComputerName()
getComputerName in interface com.liferay.portal.kernel.util.Portalpublic 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
getControlPanelFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getControlPanelPlid(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
getControlPanelPlid in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getControlPanelPlid(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getControlPanelPlid in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletURL getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Group group,
java.lang.String portletId,
long refererGroupId,
long refererPlid,
java.lang.String lifecycle)
getControlPanelPortletURL in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.PortletURL getControlPanelPortletURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId,
java.lang.String lifecycle)
getControlPanelPortletURL in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.PortletURL getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
com.liferay.portal.kernel.model.Group group,
java.lang.String portletId,
long refererGroupId,
long refererPlid,
java.lang.String lifecycle)
getControlPanelPortletURL in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.PortletURL getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
java.lang.String portletId,
java.lang.String lifecycle)
getControlPanelPortletURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCreateAccountURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws java.lang.Exception
getCreateAccountURL in interface com.liferay.portal.kernel.util.Portaljava.lang.Exceptionpublic long[] getCurrentAndAncestorSiteGroupIds(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroupIds in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCurrentAndAncestorSiteGroupIds(long groupId,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroupIds in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCurrentAndAncestorSiteGroupIds(long[] groupIds)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroupIds in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long[] getCurrentAndAncestorSiteGroupIds(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroupIds in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.model.Group> getCurrentAndAncestorSiteGroups(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroups in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.model.Group> getCurrentAndAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroups in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.model.Group> getCurrentAndAncestorSiteGroups(long[] groupIds)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroups in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portal.kernel.model.Group> getCurrentAndAncestorSiteGroups(long[] groupIds,
boolean checkContentSharingWithChildrenEnabled)
throws com.liferay.portal.kernel.exception.PortalException
getCurrentAndAncestorSiteGroups in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getCurrentCompleteURL(javax.servlet.http.HttpServletRequest httpServletRequest)
getCurrentCompleteURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCurrentURL(javax.servlet.http.HttpServletRequest httpServletRequest)
getCurrentURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCurrentURL(javax.portlet.PortletRequest portletRequest)
getCurrentURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCustomSQLFunctionIsNotNull()
getCustomSQLFunctionIsNotNull in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getCustomSQLFunctionIsNull()
getCustomSQLFunctionIsNull in interface com.liferay.portal.kernel.util.Portalpublic java.util.Date getDate(int month,
int day,
int year)
getDate in interface com.liferay.portal.kernel.util.Portalpublic java.util.Date getDate(int month,
int day,
int year,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz)
throws com.liferay.portal.kernel.exception.PortalException
getDate in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getDate(int month,
int day,
int year,
int hour,
int min,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz)
throws com.liferay.portal.kernel.exception.PortalException
getDate in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getDate(int month,
int day,
int year,
int hour,
int min,
java.util.TimeZone timeZone,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz)
throws com.liferay.portal.kernel.exception.PortalException
getDate in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Date getDate(int month,
int day,
int year,
java.util.TimeZone timeZone,
java.lang.Class<? extends com.liferay.portal.kernel.exception.PortalException> clazz)
throws com.liferay.portal.kernel.exception.PortalException
getDate in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getDefaultCompanyId()
getDefaultCompanyId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getEmailFromAddress(javax.portlet.PortletPreferences preferences,
long companyId,
java.lang.String defaultValue)
getEmailFromAddress in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getEmailFromName(javax.portlet.PortletPreferences preferences,
long companyId,
java.lang.String defaultValue)
getEmailFromName in interface com.liferay.portal.kernel.util.Portalpublic java.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge,
javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getExpandoBridgeAttributes in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge,
javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getExpandoBridgeAttributes in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge,
com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getExpandoBridgeAttributes in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.io.Serializable getExpandoValue(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String name,
int type,
java.lang.String displayType)
throws com.liferay.portal.kernel.exception.PortalException
getExpandoValue in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic 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
getExpandoValue in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.io.Serializable getExpandoValue(com.liferay.portal.kernel.upload.UploadPortletRequest uploadPortletRequest,
java.lang.String name,
int type,
java.lang.String displayType)
throws com.liferay.portal.kernel.exception.PortalException
getExpandoValue in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getFirstPageLayoutTypes(javax.servlet.http.HttpServletRequest httpServletRequest)
getFirstPageLayoutTypes in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getForwardedHost(javax.servlet.http.HttpServletRequest httpServletRequest)
getForwardedHost in interface com.liferay.portal.kernel.util.Portalpublic int getForwardedPort(javax.servlet.http.HttpServletRequest httpServletRequest)
getForwardedPort in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getFullName(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName)
getFullName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getGoogleGadgetURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getGoogleGadgetURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean canonicalURL,
boolean controlPanel)
throws com.liferay.portal.kernel.exception.PortalException
getGroupFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException
getGroupFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic int[] getGroupFriendlyURLIndex(java.lang.String requestURI)
getGroupFriendlyURLIndex in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getHomeURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getHost(javax.servlet.http.HttpServletRequest httpServletRequest)
getHost in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getHost(javax.portlet.PortletRequest portletRequest)
getHost in interface com.liferay.portal.kernel.util.Portalpublic javax.servlet.http.HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
getHttpServletRequest in interface com.liferay.portal.kernel.util.Portalpublic javax.servlet.http.HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
getHttpServletResponse in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getI18nPathLanguageId(java.util.Locale locale,
java.lang.String defaultI18nPathLanguageId)
getI18nPathLanguageId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getJsSafePortletId(java.lang.String portletId)
getJsSafePortletId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getLayoutActualURL(com.liferay.portal.kernel.model.Layout layout)
getLayoutActualURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getLayoutActualURL(com.liferay.portal.kernel.model.Layout layout,
java.lang.String mainPath)
getLayoutActualURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutActualURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic 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
getLayoutActualURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFriendlyURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFriendlyURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFriendlyURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.portlet.LayoutFriendlyURLSeparatorComposite getLayoutFriendlyURLSeparatorComposite(long groupId,
boolean privateLayout,
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
getLayoutFriendlyURLSeparatorComposite in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFullURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFullURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean doAsUser)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFullURL(long groupId,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFullURL(long groupId,
java.lang.String portletId,
boolean secure)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutFullURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutFullURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutRelativeURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutRelativeURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutRelativeURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean doAsUser)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutRelativeURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutSetDisplayURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
boolean secureConnection)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutSetDisplayURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutSetFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutSetFriendlyURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutTarget(com.liferay.portal.kernel.model.Layout layout)
getLayoutTarget in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean doAsUser)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getLayoutURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getLayoutURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.portlet.LiferayPortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
getLiferayPortletRequest in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.portlet.LiferayPortletResponse getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse)
getLiferayPortletResponse in interface com.liferay.portal.kernel.util.Portalpublic java.util.Locale getLocale(javax.servlet.http.HttpServletRequest httpServletRequest)
getLocale in interface com.liferay.portal.kernel.util.Portalpublic java.util.Locale getLocale(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
boolean initialize)
getLocale in interface com.liferay.portal.kernel.util.Portalpublic java.util.Locale getLocale(javax.portlet.PortletRequest portletRequest)
getLocale in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest httpServletRequest,
com.liferay.portal.kernel.model.Layout layout,
java.util.Locale locale,
java.util.Locale originalLocale)
getLocalizedFriendlyURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getMailId(java.lang.String mx,
java.lang.String popPortletPrefix,
java.lang.Object... ids)
getMailId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getNetvibesURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getNetvibesURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getNewPortletTitle(java.lang.String portletTitle,
java.lang.String oldScopeName,
java.lang.String newScopeName)
getNewPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic javax.servlet.http.HttpServletRequest getOriginalServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
getOriginalServletRequest in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathContext()
getPathContext in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathContext(javax.servlet.http.HttpServletRequest httpServletRequest)
getPathContext in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathContext(javax.portlet.PortletRequest portletRequest)
getPathContext in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathContext(java.lang.String contextPath)
getPathContext in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathFriendlyURLPrivateGroup()
getPathFriendlyURLPrivateGroup in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathFriendlyURLPrivateUser()
getPathFriendlyURLPrivateUser in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathFriendlyURLPublic()
getPathFriendlyURLPublic in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathImage()
getPathImage in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathMain()
getPathMain in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathModule()
getPathModule in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPathProxy()
getPathProxy in interface com.liferay.portal.kernel.util.Portalpublic long getPlidFromFriendlyURL(long companyId,
java.lang.String friendlyURL)
getPlidFromFriendlyURL in interface com.liferay.portal.kernel.util.Portalpublic long getPlidFromPortletId(long groupId,
boolean privateLayout,
java.lang.String portletId)
getPlidFromPortletId in interface com.liferay.portal.kernel.util.Portalpublic long getPlidFromPortletId(long groupId,
java.lang.String portletId)
getPlidFromPortletId in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener[] getPortalInetSocketAddressEventListeners()
getPortalInetSocketAddressEventListeners in interface com.liferay.portal.kernel.util.Portalpublic java.net.InetAddress getPortalLocalInetAddress(boolean secure)
getPortalLocalInetAddress in interface com.liferay.portal.kernel.util.Portalpublic int getPortalLocalPort(boolean secure)
getPortalLocalPort in interface com.liferay.portal.kernel.util.Portalpublic java.util.Properties getPortalProperties()
getPortalProperties in interface com.liferay.portal.kernel.util.Portalpublic java.net.InetAddress getPortalServerInetAddress(boolean secure)
getPortalServerInetAddress in interface com.liferay.portal.kernel.util.Portalpublic int getPortalServerPort(boolean secure)
getPortalServerPort in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest httpServletRequest)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest httpServletRequest,
boolean secure)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(com.liferay.portal.kernel.model.Layout layout,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getPortalURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getPortalURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(javax.portlet.PortletRequest portletRequest,
boolean secure)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(java.lang.String serverName,
int serverPort,
boolean secure)
getPortalURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortalURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getPortalURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletConfig getPortletConfig(long companyId,
java.lang.String portletId,
javax.servlet.ServletContext servletContext)
throws javax.portlet.PortletException
getPortletConfig in interface com.liferay.portal.kernel.util.Portaljavax.portlet.PortletExceptionpublic java.lang.String getPortletDescription(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale)
getPortletDescription in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletDescription(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.model.User user)
getPortletDescription in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletDescription(java.lang.String portletId,
java.util.Locale locale)
getPortletDescription in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletDescription(java.lang.String portletId,
java.lang.String languageId)
getPortletDescription in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletDescription(java.lang.String portletId,
com.liferay.portal.kernel.model.User user)
getPortletDescription in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.LayoutQueryStringComposite getPortletFriendlyURLMapperLayoutQueryStringComposite(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.PortalExceptionpublic com.liferay.portal.kernel.model.LayoutQueryStringComposite getPortletFriendlyURLMapperLayoutQueryStringComposite(java.lang.String url,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.util.Map<java.lang.String,java.lang.Object> requestContext)
getPortletFriendlyURLMapperLayoutQueryStringComposite in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletId(javax.servlet.http.HttpServletRequest httpServletRequest)
getPortletId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletId(javax.portlet.PortletRequest portletRequest)
getPortletId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.util.Locale locale)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String languageId)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.model.User user)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(java.lang.String portletId,
java.util.Locale locale)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(java.lang.String portletId,
java.lang.String languageId)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletLongTitle(java.lang.String portletId,
com.liferay.portal.kernel.model.User user)
getPortletLongTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletNamespace(java.lang.String portletId)
getPortletNamespace in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.util.Locale locale)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String languageId)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.model.User user)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(javax.portlet.PortletRequest portletRequest)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(javax.portlet.PortletResponse portletResponse)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(java.lang.String portletId,
java.util.Locale locale)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(java.lang.String portletId,
java.util.ResourceBundle resourceBundle)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(java.lang.String portletId,
java.lang.String languageId)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletTitle(java.lang.String portletId,
com.liferay.portal.kernel.model.User user)
getPortletTitle in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getPortletXmlFileName()
getPortletXmlFileName in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.PortletPreferences getPreferences(javax.servlet.http.HttpServletRequest httpServletRequest)
getPreferences in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.PreferencesValidator getPreferencesValidator(com.liferay.portal.kernel.model.Portlet portlet)
getPreferencesValidator in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getRelativeHomeURL(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getRelativeHomeURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle in interface com.liferay.portal.kernel.util.Portalpublic long getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId)
throws com.liferay.portal.kernel.exception.PortalException
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getScopeGroupId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String portletId,
boolean checkStagingGroup)
throws com.liferay.portal.kernel.exception.PortalException
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getScopeGroupId(com.liferay.portal.kernel.model.Layout layout)
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalpublic long getScopeGroupId(com.liferay.portal.kernel.model.Layout layout,
java.lang.String portletId)
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalpublic long getScopeGroupId(long plid)
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalpublic long getScopeGroupId(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getScopeGroupId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.User getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getSelectedUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.User getSelectedUser(javax.servlet.http.HttpServletRequest httpServletRequest,
boolean checkPermission)
throws com.liferay.portal.kernel.exception.PortalException
getSelectedUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getSelectedUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.User getSelectedUser(javax.portlet.PortletRequest portletRequest,
boolean checkPermission)
throws com.liferay.portal.kernel.exception.PortalException
getSelectedUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getServletContextName()
getServletContextName in interface com.liferay.portal.kernel.util.Portalpublic long[] getSharedContentSiteGroupIds(long companyId,
long groupId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
getSharedContentSiteGroupIds in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getSiteAdminURL(java.lang.String portalURL,
com.liferay.portal.kernel.model.Group group,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params)
throws com.liferay.portal.kernel.exception.PortalException
getSiteAdminURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getSiteAdminURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params)
throws com.liferay.portal.kernel.exception.PortalException
getSiteAdminURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Locale getSiteDefaultLocale(com.liferay.portal.kernel.model.Group group)
throws com.liferay.portal.kernel.exception.PortalException
getSiteDefaultLocale in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.Locale getSiteDefaultLocale(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
getSiteDefaultLocale in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic long getSiteGroupId(long groupId)
getSiteGroupId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getSiteLoginURL(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getSiteLoginURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri)
getStaticResourceURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
long timestamp)
getStaticResourceURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
java.lang.String queryString)
getStaticResourceURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String uri,
java.lang.String queryString,
long timestamp)
getStaticResourceURL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest httpServletRequest)
getStrutsAction in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String[] getSystemGroups()
getSystemGroups in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String[] getSystemOrganizationRoles()
getSystemOrganizationRoles in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String[] getSystemRoles()
getSystemRoles in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String[] getSystemSiteRoles()
getSystemSiteRoles in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUniqueElementId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String namespace,
java.lang.String elementId)
getUniqueElementId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUniqueElementId(javax.portlet.PortletRequest request,
java.lang.String namespace,
java.lang.String elementId)
getUniqueElementId in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.upload.UploadPortletRequest getUploadPortletRequest(javax.portlet.PortletRequest portletRequest)
getUploadPortletRequest in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.upload.UploadServletRequest getUploadServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
getUploadServletRequest in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.upload.UploadServletRequest getUploadServletRequest(javax.servlet.http.HttpServletRequest httpServletRequest,
int fileSizeThreshold,
java.lang.String location,
long maxRequestSize,
long maxFileSize)
getUploadServletRequest in interface com.liferay.portal.kernel.util.Portalpublic java.util.Date getUptime()
getUptime in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getURLWithSessionId(java.lang.String url,
java.lang.String sessionId)
getURLWithSessionId in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.User getUser(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.model.User getUser(javax.portlet.PortletRequest portletRequest)
throws com.liferay.portal.kernel.exception.PortalException
getUser in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getUserEmailAddress(long userId)
getUserEmailAddress in interface com.liferay.portal.kernel.util.Portalpublic long getUserId(javax.servlet.http.HttpServletRequest httpServletRequest)
getUserId in interface com.liferay.portal.kernel.util.Portalpublic long getUserId(javax.portlet.PortletRequest portletRequest)
getUserId in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserName(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
getUserName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserName(long userId,
java.lang.String defaultUserName)
getUserName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserName(long userId,
java.lang.String defaultUserName,
javax.servlet.http.HttpServletRequest httpServletRequest)
getUserName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute)
getUserName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute,
javax.servlet.http.HttpServletRequest httpServletRequest)
getUserName in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserPassword(javax.servlet.http.HttpServletRequest httpServletRequest)
getUserPassword in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserPassword(javax.servlet.http.HttpSession httpSession)
getUserPassword in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getUserPassword(javax.portlet.PortletRequest portletRequest)
getUserPassword in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getValidPortalDomain(long companyId,
java.lang.String domain)
getValidPortalDomain in interface com.liferay.portal.kernel.util.Portalpublic long getValidUserId(long companyId,
long userId)
throws com.liferay.portal.kernel.exception.PortalException
getValidUserId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.TreeMap<java.lang.String,java.lang.String> getVirtualHostnames(com.liferay.portal.kernel.model.LayoutSet layoutSet)
getVirtualHostnames in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String getWidgetURL(com.liferay.portal.kernel.model.Portlet portlet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
getWidgetURL in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic void initCustomSQL()
initCustomSQL in interface com.liferay.portal.kernel.util.Portalpublic com.liferay.portal.kernel.model.User initUser(javax.servlet.http.HttpServletRequest httpServletRequest)
throws java.lang.Exception
initUser in interface com.liferay.portal.kernel.util.Portaljava.lang.Exceptionpublic boolean isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
isCDNDynamicResourcesEnabled in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic boolean isCDNDynamicResourcesEnabled(long companyId)
isCDNDynamicResourcesEnabled in interface com.liferay.portal.kernel.util.Portalpublic boolean isCompanyAdmin(com.liferay.portal.kernel.model.User user)
throws java.lang.Exception
isCompanyAdmin in interface com.liferay.portal.kernel.util.Portaljava.lang.Exceptionpublic boolean isCompanyControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
isCompanyControlPanelPortlet in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic boolean isCompanyControlPanelPortlet(java.lang.String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
isCompanyControlPanelPortlet in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic boolean isControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
isControlPanelPortlet in interface com.liferay.portal.kernel.util.Portalpublic boolean isControlPanelPortlet(java.lang.String portletId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
isControlPanelPortlet in interface com.liferay.portal.kernel.util.Portalpublic boolean isCustomPortletMode(javax.portlet.PortletMode portletMode)
isCustomPortletMode in interface com.liferay.portal.kernel.util.Portalpublic boolean isForwardedSecure(javax.servlet.http.HttpServletRequest httpServletRequest)
isForwardedSecure in interface com.liferay.portal.kernel.util.Portalpublic boolean isGroupAdmin(com.liferay.portal.kernel.model.User user,
long groupId)
throws java.lang.Exception
isGroupAdmin in interface com.liferay.portal.kernel.util.Portaljava.lang.Exceptionpublic boolean isGroupControlPanelPath(java.lang.String path)
isGroupControlPanelPath in interface com.liferay.portal.kernel.util.Portalpublic boolean isGroupFriendlyURL(java.lang.String fullURL,
java.lang.String groupFriendlyURL,
java.lang.String layoutFriendlyURL)
isGroupFriendlyURL in interface com.liferay.portal.kernel.util.Portalpublic boolean isGroupOwner(com.liferay.portal.kernel.model.User user,
long groupId)
throws java.lang.Exception
isGroupOwner in interface com.liferay.portal.kernel.util.Portaljava.lang.Exceptionpublic boolean isLayoutDescendant(com.liferay.portal.kernel.model.Layout layout,
long layoutId)
throws com.liferay.portal.kernel.exception.PortalException
isLayoutDescendant in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic boolean isLayoutSitemapable(com.liferay.portal.kernel.model.Layout layout)
isLayoutSitemapable in interface com.liferay.portal.kernel.util.Portalpublic boolean isLoginRedirectRequired(javax.servlet.http.HttpServletRequest httpServletRequest)
isLoginRedirectRequired in interface com.liferay.portal.kernel.util.Portalpublic boolean isMethodGet(javax.portlet.PortletRequest portletRequest)
isMethodGet in interface com.liferay.portal.kernel.util.Portalpublic boolean isMethodPost(javax.portlet.PortletRequest portletRequest)
isMethodPost in interface com.liferay.portal.kernel.util.Portalpublic boolean isMultipartRequest(javax.servlet.http.HttpServletRequest httpServletRequest)
isMultipartRequest in interface com.liferay.portal.kernel.util.Portalpublic boolean isOmniadmin(long userId)
isOmniadmin in interface com.liferay.portal.kernel.util.Portalpublic boolean isOmniadmin(com.liferay.portal.kernel.model.User user)
isOmniadmin in interface com.liferay.portal.kernel.util.Portalpublic boolean isReservedParameter(java.lang.String name)
isReservedParameter in interface com.liferay.portal.kernel.util.Portalpublic boolean isRightToLeft(javax.servlet.http.HttpServletRequest httpServletRequest)
isRightToLeft in interface com.liferay.portal.kernel.util.Portalpublic boolean isRSSFeedsEnabled()
isRSSFeedsEnabled in interface com.liferay.portal.kernel.util.Portalpublic boolean isSecure(javax.servlet.http.HttpServletRequest httpServletRequest)
isSecure in interface com.liferay.portal.kernel.util.Portalpublic boolean isSkipPortletContentRendering(com.liferay.portal.kernel.model.Group group,
com.liferay.portal.kernel.model.LayoutTypePortlet layoutTypePortlet,
com.liferay.portal.kernel.theme.PortletDisplay portletDisplay,
java.lang.String portletName)
isSkipPortletContentRendering in interface com.liferay.portal.kernel.util.Portalpublic boolean isSystemGroup(java.lang.String groupName)
isSystemGroup in interface com.liferay.portal.kernel.util.Portalpublic boolean isSystemRole(java.lang.String roleName)
isSystemRole in interface com.liferay.portal.kernel.util.Portalpublic boolean isValidPortalDomain(long companyId,
java.lang.String domain)
isValidPortalDomain in interface com.liferay.portal.kernel.util.Portalpublic boolean isValidResourceId(java.lang.String resourceId)
isValidResourceId in interface com.liferay.portal.kernel.util.Portalpublic boolean removePortalInetSocketAddressEventListener(com.liferay.portal.kernel.util.PortalInetSocketAddressEventListener portalInetSocketAddressEventListener)
removePortalInetSocketAddressEventListener in interface com.liferay.portal.kernel.util.Portalpublic void resetCDNHosts()
resetCDNHosts in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String resetPortletParameters(java.lang.String url,
java.lang.String portletId)
resetPortletParameters in interface com.liferay.portal.kernel.util.Portalpublic void sendError(java.lang.Exception exception,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.io.IOException
sendError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionpublic void sendError(java.lang.Exception exception,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
sendError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionjavax.servlet.ServletExceptionpublic void sendError(int status,
java.lang.Exception exception,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.io.IOException
sendError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionpublic void sendError(int status,
java.lang.Exception exception,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
sendError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionjavax.servlet.ServletExceptionpublic void sendRSSFeedsDisabledError(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException,
javax.servlet.ServletException
sendRSSFeedsDisabledError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionjavax.servlet.ServletExceptionpublic void sendRSSFeedsDisabledError(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
throws java.io.IOException,
javax.servlet.ServletException
sendRSSFeedsDisabledError in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionjavax.servlet.ServletExceptionpublic void setPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest httpServletRequest)
setPageDescription in interface com.liferay.portal.kernel.util.Portalpublic void setPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest httpServletRequest)
setPageKeywords in interface com.liferay.portal.kernel.util.Portalpublic void setPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest httpServletRequest)
setPageSubtitle in interface com.liferay.portal.kernel.util.Portalpublic void setPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest httpServletRequest)
setPageTitle in interface com.liferay.portal.kernel.util.Portalpublic void setPortalInetSocketAddresses(javax.servlet.http.HttpServletRequest httpServletRequest)
setPortalInetSocketAddresses in interface com.liferay.portal.kernel.util.Portalpublic void storePreferences(javax.portlet.PortletPreferences portletPreferences)
throws java.io.IOException,
javax.portlet.ValidatorException
storePreferences in interface com.liferay.portal.kernel.util.Portaljava.io.IOExceptionjavax.portlet.ValidatorExceptionpublic java.lang.String[] stripURLAnchor(java.lang.String url,
java.lang.String separator)
stripURLAnchor in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String transformCustomSQL(java.lang.String sql)
transformCustomSQL in interface com.liferay.portal.kernel.util.Portalpublic java.lang.String transformSQL(java.lang.String sql)
transformSQL in interface com.liferay.portal.kernel.util.Portalpublic void updateImageId(com.liferay.portal.kernel.model.BaseModel<?> baseModel,
boolean hasImage,
byte[] bytes,
java.lang.String fieldName,
long maxSize,
int maxHeight,
int maxWidth)
throws com.liferay.portal.kernel.exception.PortalException
updateImageId in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic javax.portlet.PortletMode updatePortletMode(java.lang.String portletId,
com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.model.Layout layout,
javax.portlet.PortletMode portletMode,
javax.servlet.http.HttpServletRequest httpServletRequest)
throws com.liferay.portal.kernel.exception.PortalException
updatePortletMode in interface com.liferay.portal.kernel.util.Portalcom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String updateRedirect(java.lang.String redirect,
java.lang.String oldPath,
java.lang.String newPath)
updateRedirect in interface com.liferay.portal.kernel.util.Portalpublic javax.portlet.WindowState updateWindowState(java.lang.String portletId,
com.liferay.portal.kernel.model.User user,
com.liferay.portal.kernel.model.Layout layout,
javax.portlet.WindowState windowState,
javax.servlet.http.HttpServletRequest httpServletRequest)
updateWindowState in interface com.liferay.portal.kernel.util.Portalprotected void addRootModelResource(long companyId,
long groupId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected long doGetPlidFromPortletId(long groupId,
boolean privateLayout,
java.lang.String portletId)
protected java.util.List<com.liferay.portal.kernel.model.Portlet> filterControlPanelPortlets(java.util.Set<com.liferay.portal.kernel.model.Portlet> portlets,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
protected java.util.Set<com.liferay.portal.kernel.model.Group> getAncestorSiteGroups(long groupId,
boolean checkContentSharingWithChildrenEnabled)
protected java.util.Locale getAvailableLocale(long groupId,
java.util.Locale locale)
protected com.liferay.portal.kernel.model.Layout getBrowsableLayout(com.liferay.portal.kernel.model.Layout layout)
protected java.lang.String getCanonicalDomain(java.util.TreeMap<java.lang.String,java.lang.String> virtualHostnames,
java.lang.String portalDomain,
java.lang.String defaultVirtualHostname)
protected java.lang.String getContextPath(java.lang.String contextPath)
protected com.liferay.portal.kernel.model.Group getControlPanelDisplayGroup(com.liferay.portal.kernel.model.Group controlPanelGroup,
com.liferay.portal.kernel.model.Group scopeGroup,
long doAsGroupId,
java.lang.String portletId)
protected com.liferay.portal.kernel.model.Group getControlPanelDisplayGroup(long companyId,
long scopeGroupId,
long doAsGroupId,
java.lang.String portletId)
protected com.liferay.portal.kernel.model.Group getCurrentSiteGroup(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected long getDoAsUserId(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String doAsUserIdString,
boolean alwaysAllowDoAsUser)
throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String getGroupFriendlyURL(com.liferay.portal.kernel.model.LayoutSet layoutSet,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
boolean canonicalURL)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected java.lang.String[] getGroupPermissions(java.lang.String[] groupPermissions,
java.lang.String className,
java.lang.String inputPermissionsShowOptions)
protected java.lang.String[] getGuestPermissions(java.lang.String[] guestPermissions,
java.lang.String className,
java.lang.String inputPermissionsShowOptions)
protected long getPlidFromPortletId(java.util.List<com.liferay.portal.kernel.model.Layout> layouts,
java.lang.String portletId,
long scopeGroupId)
protected java.lang.String getPortletParam(javax.servlet.http.HttpServletRequest httpServletRequest,
java.lang.String name)
protected java.lang.String getServletURL(com.liferay.portal.kernel.model.Portlet portlet,
java.lang.String servletPath,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected boolean isAlwaysAllowDoAsUser(javax.servlet.http.HttpServletRequest httpServletRequest)
throws java.lang.Exception
java.lang.Exceptionprotected boolean isAlwaysAllowDoAsUser(java.lang.String actionName,
java.lang.String mvcRenderCommandName,
java.lang.String path,
java.lang.String strutsAction)
protected boolean isUnwrapRequest(java.lang.String currentRequestClassName)
protected boolean isValidPortalDomain(java.lang.String domain)
protected boolean isValidVirtualHostname(java.lang.String virtualHostname)
protected void notifyPortalInetSocketAddressEventListeners(java.net.InetSocketAddress inetSocketAddress,
boolean local,
boolean secure)
protected java.lang.String removeRedirectParameter(java.lang.String url)
protected void resetThemeDisplayI18n(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.lang.String languageId,
java.lang.String path,
java.util.Locale locale)
protected void setLocale(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
java.util.Locale locale)
protected void setThemeDisplayI18n(com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay,
java.util.Locale locale)