public interface Portal
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FRIENDLY_URL_SEPARATOR |
static java.lang.String |
JSESSIONID |
static java.lang.String |
PATH_IMAGE |
static java.lang.String |
PATH_MAIN |
static java.lang.String |
PATH_MODULE |
static java.lang.String |
PATH_PORTAL_LAYOUT |
static java.lang.String |
PORTAL_REALM |
static java.lang.String |
PORTLET_XML_FILE_NAME_CUSTOM |
static java.lang.String |
PORTLET_XML_FILE_NAME_STANDARD |
static java.lang.String |
TEMP_OBFUSCATION_VALUE |
| Modifier and Type | Method and Description |
|---|---|
void |
addPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest request)
Appends the description to the current meta description of the page.
|
void |
addPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest request)
Appends the keywords to the current meta keywords of the page.
|
void |
addPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest request)
Appends the subtitle to the current subtitle of the page.
|
void |
addPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest request)
Appends the title to the current title of the page.
|
void |
addPortalPortEventListener(PortalPortEventListener portalPortEventListener)
Adds the portal port event listener to the portal.
|
void |
addPortalPortProtocolEventListener(PortalPortProtocolEventListener portalPortProtocolEventListener)
Adds the portal port and protocol event listener to the portal.
|
void |
addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
java.lang.String title,
java.lang.String url)
Adds an entry to the portlet breadcrumbs for the page.
|
void |
addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data)
Adds an entry to the portlet breadcrumbs for the page.
|
void |
addPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
Adds the default resource permissions for the portlet to the page.
|
void |
addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet) |
java.lang.String |
addPreservedParameters(ThemeDisplay themeDisplay,
Layout layout,
java.lang.String url,
boolean doAsUser)
Adds the preserved parameters doAsGroupId and refererPlid to the URL,
optionally adding doAsUserId and doAsUserLanguageId as well.
|
java.lang.String |
addPreservedParameters(ThemeDisplay themeDisplay,
java.lang.String url)
Adds the preserved parameters doAsUserId, doAsUserLanguageId,
doAsGroupId, refererPlid, and controlPanelCategory to the URL.
|
void |
addUserLocaleOptionsMessage(javax.servlet.http.HttpServletRequest request) |
void |
clearRequestParameters(javax.portlet.RenderRequest renderRequest)
Clears the render parameters in the request if the portlet is in the
action phase.
|
void |
copyRequestParameters(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
Copies the request parameters to the render parameters, unless a
parameter with that name already exists in the render parameters.
|
java.lang.String |
escapeRedirect(java.lang.String url)
Escapes the URL for use in a redirect and checks that security settings
allow the URL is allowed for redirects.
|
java.lang.String |
generateRandomKey(javax.servlet.http.HttpServletRequest request,
java.lang.String input)
Generates a random key to identify the request based on the input string.
|
java.lang.String |
getAbsoluteURL(javax.servlet.http.HttpServletRequest request,
java.lang.String url) |
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.util.Locale[] |
getAlternateLocales(javax.servlet.http.HttpServletRequest request)
Deprecated.
As of 6.2.0, replaced by
LanguageUtil.getAvailableLocales() |
java.lang.String |
getAlternateURL(java.lang.String canonicalURL,
ThemeDisplay themeDisplay,
java.util.Locale locale,
Layout layout)
Returns the alternate URL of the page, to distinguish it from its
canonical URL.
|
java.util.Set<java.lang.String> |
getAuthTokenIgnoreActions()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.getPortletCSRFWhitelistActions() |
java.util.Set<java.lang.String> |
getAuthTokenIgnorePortlets()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.getPortletCSRFWhitelist() |
BaseModel<?> |
getBaseModel(ResourcePermission resourcePermission)
Returns the base model instance for the resource permission.
|
BaseModel<?> |
getBaseModel(java.lang.String modelName,
java.lang.String primKey)
Returns the base model instance for the model name and primary key.
|
long |
getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
Returns the user's ID from the HTTP authentication headers after
validating their credentials.
|
long |
getBasicAuthUserId(javax.servlet.http.HttpServletRequest request,
long companyId)
Returns the user's ID from the HTTP authentication headers after
validation their credentials.
|
java.lang.String |
getCanonicalURL(java.lang.String completeURL,
ThemeDisplay themeDisplay,
Layout layout)
Returns the canonical URL of the page, to distinguish it among its
translations.
|
java.lang.String |
getCanonicalURL(java.lang.String completeURL,
ThemeDisplay themeDisplay,
Layout layout,
boolean forceLayoutFriendlyURL)
Returns the canonical URL of the page, to distinguish it among its
translations.
|
java.lang.String |
getCDNHost()
Deprecated.
As of 6.2.0, replaced by the more general
getCDNHost(boolean) |
java.lang.String |
getCDNHost(boolean secure)
Returns the secure (HTTPS) or insecure (HTTP) content distribution
network (CDN) host address for this portal.
|
java.lang.String |
getCDNHost(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getCDNHostHttp(long companyId)
Returns the insecure (HTTP) content distribution network (CDN) host
address
|
java.lang.String |
getCDNHostHttps(long companyId)
Returns the secure (HTTPS) content distribution network (CDN) host
address
|
java.lang.String |
getClassName(long classNameId)
Returns the fully qualified name of the class from its ID.
|
long |
getClassNameId(java.lang.Class<?> clazz)
Returns the ID of the class from its class object.
|
long |
getClassNameId(java.lang.String value)
Returns the ID of the class from its fully qualified name.
|
java.lang.String |
getClassNamePortletId(java.lang.String className)
Returns the ID of certain portlets from the fully qualified name of one
of their classes.
|
Company |
getCompany(javax.servlet.http.HttpServletRequest request) |
Company |
getCompany(javax.portlet.PortletRequest portletRequest) |
long |
getCompanyId(javax.servlet.http.HttpServletRequest requestuest) |
long |
getCompanyId(javax.portlet.PortletRequest portletRequest) |
long[] |
getCompanyIds() |
java.lang.String |
getComputerAddress() |
java.lang.String |
getComputerName() |
java.util.Map<java.lang.String,java.util.List<Portlet>> |
getControlPanelCategoriesMap(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getControlPanelCategory(java.lang.String portletId,
ThemeDisplay themeDisplay) |
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) |
java.util.Set<Portlet> |
getControlPanelPortlets(long companyId,
java.lang.String category) |
java.util.List<Portlet> |
getControlPanelPortlets(java.lang.String category,
ThemeDisplay themeDisplay) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
long referrerPlid,
java.lang.String lifecycle) |
javax.portlet.PortletURL |
getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
java.lang.String portletId,
long referrerPlid,
java.lang.String lifecycle) |
java.lang.String |
getCreateAccountURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay) |
java.lang.String |
getCurrentCompleteURL(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getCurrentURL(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getCurrentURL(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getCustomSQLFunctionIsNotNull() |
java.lang.String |
getCustomSQLFunctionIsNull() |
java.util.Date |
getDate(int month,
int day,
int year)
Returns the date object for the specified month, day, and year.
|
java.util.Date |
getDate(int month,
int day,
int year,
java.lang.Class<? extends PortalException> clazz)
Returns the date object for the specified month, day, and year,
optionally throwing an exception if the date is invalid.
|
java.util.Date |
getDate(int month,
int day,
int year,
int hour,
int min,
java.lang.Class<? extends PortalException> clazz)
Returns the date object for the specified month, day, year, hour, and
minute, optionally throwing an exception if the date is invalid.
|
java.util.Date |
getDate(int month,
int day,
int year,
int hour,
int min,
java.util.TimeZone timeZone,
java.lang.Class<? extends PortalException> clazz)
Returns the date object for the specified month, day, year, hour, minute,
and time zone, optionally throwing an exception if the date is invalid.
|
java.util.Date |
getDate(int month,
int day,
int year,
java.util.TimeZone timeZone,
java.lang.Class<? extends PortalException> clazz)
Returns the date object for the specified month, day, year, and time
zone, optionally throwing an exception if the date is invalid.
|
long |
getDefaultCompanyId() |
long |
getDigestAuthUserId(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getDisplayURL(Group group,
ThemeDisplay themeDisplay) |
java.lang.String |
getDisplayURL(Group group,
ThemeDisplay themeDisplay,
boolean privateLayout) |
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(ExpandoBridge expandoBridge,
javax.servlet.http.HttpServletRequest request) |
java.util.Map<java.lang.String,java.io.Serializable> |
getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
javax.portlet.PortletRequest portletRequest) |
java.util.Map<java.lang.String,java.io.Serializable> |
getExpandoBridgeAttributes(ExpandoBridge expandoBridge,
UploadPortletRequest uploadPortletRequest) |
java.io.Serializable |
getExpandoValue(javax.servlet.http.HttpServletRequest request,
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(UploadPortletRequest uploadPortletRequest,
java.lang.String name,
int type,
java.lang.String displayType) |
java.lang.String |
getFacebookURL(Portlet portlet,
java.lang.String facebookCanvasPageURL,
ThemeDisplay themeDisplay) |
Portlet |
getFirstMyAccountPortlet(ThemeDisplay themeDisplay) |
java.lang.String |
getFirstPageLayoutTypes(javax.servlet.jsp.PageContext pageContext) |
Portlet |
getFirstSiteAdministrationPortlet(ThemeDisplay themeDisplay) |
java.lang.String |
getFullName(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName) |
java.lang.String |
getGlobalLibDir() |
java.lang.String |
getGoogleGadgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
java.lang.String |
getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay) |
java.lang.String |
getGroupFriendlyURL(Group group,
boolean privateLayoutSet,
ThemeDisplay themeDisplay,
java.util.Locale locale) |
int[] |
getGroupFriendlyURLIndex(java.lang.String requestURI) |
java.lang.String[] |
getGroupPermissions(javax.servlet.http.HttpServletRequest request) |
java.lang.String[] |
getGroupPermissions(javax.servlet.http.HttpServletRequest request,
java.lang.String className) |
java.lang.String[] |
getGroupPermissions(javax.portlet.PortletRequest portletRequest) |
java.lang.String[] |
getGroupPermissions(javax.portlet.PortletRequest portletRequest,
java.lang.String className) |
java.lang.String[] |
getGuestPermissions(javax.servlet.http.HttpServletRequest request) |
java.lang.String[] |
getGuestPermissions(javax.servlet.http.HttpServletRequest request,
java.lang.String className) |
java.lang.String[] |
getGuestPermissions(javax.portlet.PortletRequest portletRequest) |
java.lang.String[] |
getGuestPermissions(javax.portlet.PortletRequest portletRequest,
java.lang.String className) |
java.lang.String |
getHomeURL(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getHost(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getHost(javax.portlet.PortletRequest portletRequest) |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest(javax.portlet.PortletRequest portletRequest) |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse(javax.portlet.PortletResponse portletResponse) |
java.lang.String |
getI18nPathLanguageId(java.util.Locale locale,
java.lang.String defaultI18nPathLanguageId) |
java.lang.String |
getJournalArticleActualURL(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) |
Layout |
getJournalArticleLayout(long groupId,
boolean privateLayout,
java.lang.String friendlyURL) |
java.lang.String |
getJsSafePortletId(java.lang.String portletId) |
java.lang.String |
getLayoutActualURL(Layout layout) |
java.lang.String |
getLayoutActualURL(Layout layout,
java.lang.String mainPath) |
java.lang.String |
getLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL) |
java.lang.String |
getLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.util.Map<java.lang.String,java.lang.Object> requestContext) |
java.lang.String |
getLayoutEditPage(Layout layout) |
java.lang.String |
getLayoutEditPage(java.lang.String type) |
java.lang.String |
getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutFriendlyURL(Layout layout,
ThemeDisplay themeDisplay,
java.util.Locale locale) |
LayoutFriendlyURLComposite |
getLayoutFriendlyURLComposite(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(Layout layout,
ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutFullURL(Layout layout,
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(ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutSetFriendlyURL(LayoutSet layoutSet,
ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutTarget(Layout layout) |
java.lang.String |
getLayoutURL(Layout layout,
ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutURL(Layout layout,
ThemeDisplay themeDisplay,
boolean doAsUser) |
java.lang.String |
getLayoutURL(Layout layout,
ThemeDisplay themeDisplay,
java.util.Locale locale) |
java.lang.String |
getLayoutURL(ThemeDisplay themeDisplay) |
java.lang.String |
getLayoutViewPage(Layout layout) |
java.lang.String |
getLayoutViewPage(java.lang.String type) |
LiferayPortletRequest |
getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest) |
LiferayPortletResponse |
getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse) |
java.util.Locale |
getLocale(javax.servlet.http.HttpServletRequest request) |
java.util.Locale |
getLocale(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean initialize) |
java.util.Locale |
getLocale(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest request,
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(Portlet portlet,
ThemeDisplay themeDisplay) |
java.lang.String |
getNewPortletTitle(java.lang.String portletTitle,
java.lang.String oldScopeName,
java.lang.String newScopeName) |
javax.servlet.http.HttpServletRequest |
getOriginalServletRequest(javax.servlet.http.HttpServletRequest request) |
long |
getParentGroupId(long scopeGroupId)
Deprecated.
As of 6.2.0 renamed to
getSiteGroupId(long) |
java.lang.String |
getPathContext() |
java.lang.String |
getPathContext(javax.servlet.http.HttpServletRequest request) |
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) |
long |
getPlidFromPortletId(long groupId,
boolean privateLayout,
java.lang.String portletId) |
long |
getPlidFromPortletId(long groupId,
java.lang.String portletId) |
java.lang.String |
getPortalLibDir() |
int |
getPortalPort()
Deprecated.
As of 6.2.0, replaced by the more general
getPortalPort(boolean) |
int |
getPortalPort(boolean secure) |
java.util.Properties |
getPortalProperties() |
java.lang.String |
getPortalURL(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getPortalURL(javax.servlet.http.HttpServletRequest request,
boolean secure) |
java.lang.String |
getPortalURL(Layout layout,
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(ThemeDisplay themeDisplay) |
java.lang.String |
getPortalWebDir() |
java.util.Set<java.lang.String> |
getPortletAddDefaultResourceCheckWhitelist()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.getPortletInvocationWhitelist() |
java.util.Set<java.lang.String> |
getPortletAddDefaultResourceCheckWhitelistActions()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.getPortletInvocationWhitelistActions() |
java.util.List<BreadcrumbEntry> |
getPortletBreadcrumbList(javax.servlet.http.HttpServletRequest request)
Deprecated.
As of 6.2.0, replaced by
getPortletBreadcrumbs(HttpServletRequest) |
java.util.List<BreadcrumbEntry> |
getPortletBreadcrumbs(javax.servlet.http.HttpServletRequest request) |
javax.portlet.PortletConfig |
getPortletConfig(long companyId,
java.lang.String portletId,
javax.servlet.ServletContext servletContext) |
java.lang.String |
getPortletDescription(Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletDescription(Portlet portlet,
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,
User user) |
java.lang.String |
getPortletId(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getPortletId(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getPortletLongTitle(Portlet portlet,
java.util.Locale locale) |
java.lang.String |
getPortletLongTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletLongTitle(Portlet portlet,
java.lang.String languageId) |
java.lang.String |
getPortletLongTitle(Portlet portlet,
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,
User user) |
java.lang.String |
getPortletNamespace(java.lang.String portletId) |
java.lang.String |
getPortletTitle(Portlet portlet,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(Portlet portlet,
java.lang.String languageId) |
java.lang.String |
getPortletTitle(Portlet portlet,
User user) |
java.lang.String |
getPortletTitle(javax.portlet.RenderRequest renderRequest) |
java.lang.String |
getPortletTitle(javax.portlet.RenderResponse renderResponse) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
java.util.Locale locale) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
java.lang.String languageId) |
java.lang.String |
getPortletTitle(java.lang.String portletId,
User user) |
java.lang.String |
getPortletXmlFileName() |
javax.portlet.PortletPreferences |
getPreferences(javax.servlet.http.HttpServletRequest request) |
javax.portlet.PreferencesValidator |
getPreferencesValidator(Portlet portlet) |
java.lang.String |
getRelativeHomeURL(javax.servlet.http.HttpServletRequest request) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest request) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId) |
long |
getScopeGroupId(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
boolean checkStagingGroup) |
long |
getScopeGroupId(Layout layout) |
long |
getScopeGroupId(Layout layout,
java.lang.String portletId) |
long |
getScopeGroupId(long plid) |
long |
getScopeGroupId(javax.portlet.PortletRequest portletRequest) |
User |
getSelectedUser(javax.servlet.http.HttpServletRequest request) |
User |
getSelectedUser(javax.servlet.http.HttpServletRequest request,
boolean checkPermission) |
User |
getSelectedUser(javax.portlet.PortletRequest portletRequest) |
User |
getSelectedUser(javax.portlet.PortletRequest portletRequest,
boolean checkPermission) |
java.lang.String |
getServletContextName() |
long[] |
getSharedContentSiteGroupIds(long companyId,
long groupId,
long userId) |
java.util.Map<java.lang.String,java.util.List<Portlet>> |
getSiteAdministrationCategoriesMap(javax.servlet.http.HttpServletRequest request) |
javax.portlet.PortletURL |
getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay) |
javax.portlet.PortletURL |
getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay,
java.lang.String portletName) |
javax.portlet.PortletURL |
getSiteAdministrationURL(javax.portlet.PortletResponse portletResponse,
ThemeDisplay themeDisplay) |
javax.portlet.PortletURL |
getSiteAdministrationURL(javax.portlet.PortletResponse portletResponse,
ThemeDisplay themeDisplay,
java.lang.String portletName) |
long[] |
getSiteAndCompanyGroupIds(long groupId) |
long[] |
getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay) |
java.util.Locale |
getSiteDefaultLocale(long groupId) |
long |
getSiteGroupId(long groupId) |
java.lang.String |
getSiteLoginURL(ThemeDisplay themeDisplay)
Returns the URL of the login page for the current site if one is
available.
|
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
long timestamp) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
java.lang.String queryString) |
java.lang.String |
getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
java.lang.String queryString,
long timestamp) |
java.lang.String |
getStrutsAction(javax.servlet.http.HttpServletRequest request) |
java.lang.String[] |
getSystemGroups() |
java.lang.String[] |
getSystemOrganizationRoles() |
java.lang.String[] |
getSystemRoles() |
java.lang.String[] |
getSystemSiteRoles() |
java.lang.String |
getUniqueElementId(javax.servlet.http.HttpServletRequest request,
java.lang.String namespace,
java.lang.String id) |
java.lang.String |
getUniqueElementId(javax.portlet.PortletRequest request,
java.lang.String namespace,
java.lang.String id) |
UploadPortletRequest |
getUploadPortletRequest(javax.portlet.PortletRequest portletRequest) |
UploadServletRequest |
getUploadServletRequest(javax.servlet.http.HttpServletRequest request) |
java.util.Date |
getUptime() |
java.lang.String |
getURLWithSessionId(java.lang.String url,
java.lang.String sessionId) |
User |
getUser(javax.servlet.http.HttpServletRequest request) |
User |
getUser(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getUserEmailAddress(long userId) |
long |
getUserId(javax.servlet.http.HttpServletRequest request) |
long |
getUserId(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getUserName(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 request) |
java.lang.String |
getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute) |
java.lang.String |
getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute,
javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getUserPassword(javax.servlet.http.HttpServletRequest request) |
java.lang.String |
getUserPassword(javax.servlet.http.HttpSession session) |
java.lang.String |
getUserPassword(javax.portlet.PortletRequest portletRequest) |
java.lang.String |
getUserValue(long userId,
java.lang.String param,
java.lang.String defaultValue) |
java.lang.String |
getValidPortalDomain(long companyId,
java.lang.String domain) |
long |
getValidUserId(long companyId,
long userId) |
java.lang.String |
getVirtualLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.util.Map<java.lang.String,java.lang.Object> requestContext) |
LayoutFriendlyURLComposite |
getVirtualLayoutFriendlyURLComposite(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 |
getWidgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
void |
initCustomSQL() |
User |
initUser(javax.servlet.http.HttpServletRequest request) |
void |
invokeTaglibDiscussion(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
boolean |
isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
Deprecated.
As of 6.2.0 with no direct replacement
|
boolean |
isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest request) |
boolean |
isCDNDynamicResourcesEnabled(long companyId) |
boolean |
isCommunityAdmin(User user,
long groupId)
Deprecated.
As of 6.1.0, renamed to
isGroupAdmin(User, long) |
boolean |
isCommunityOwner(User user,
long groupId)
Deprecated.
As of 6.1.0, renamed to
isGroupOwner(User, long) |
boolean |
isCompanyAdmin(User user) |
boolean |
isCompanyControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
ThemeDisplay themeDisplay) |
boolean |
isCompanyControlPanelPortlet(java.lang.String portletId,
ThemeDisplay themeDisplay) |
boolean |
isCompanyControlPanelVisible(ThemeDisplay themeDisplay) |
boolean |
isControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
ThemeDisplay themeDisplay) |
boolean |
isControlPanelPortlet(java.lang.String portletId,
ThemeDisplay themeDisplay) |
boolean |
isGroupAdmin(User user,
long groupId) |
boolean |
isGroupFriendlyURL(java.lang.String fullURL,
java.lang.String groupFriendlyURL,
java.lang.String layoutFriendlyURL) |
boolean |
isGroupOwner(User user,
long groupId) |
boolean |
isLayoutDescendant(Layout layout,
long layoutId) |
boolean |
isLayoutFirstPageable(Layout layout) |
boolean |
isLayoutFirstPageable(java.lang.String type) |
boolean |
isLayoutFriendliable(Layout layout) |
boolean |
isLayoutFriendliable(java.lang.String type) |
boolean |
isLayoutParentable(Layout layout) |
boolean |
isLayoutParentable(java.lang.String type) |
boolean |
isLayoutSitemapable(Layout layout) |
boolean |
isLoginRedirectRequired(javax.servlet.http.HttpServletRequest request) |
boolean |
isMethodGet(javax.portlet.PortletRequest portletRequest) |
boolean |
isMethodPost(javax.portlet.PortletRequest portletRequest) |
boolean |
isMultipartRequest(javax.servlet.http.HttpServletRequest request) |
boolean |
isOmniadmin(long userId) |
boolean |
isReservedParameter(java.lang.String name) |
boolean |
isRSSFeedsEnabled() |
boolean |
isSecure(javax.servlet.http.HttpServletRequest request) |
boolean |
isSystemGroup(java.lang.String groupName) |
boolean |
isSystemRole(java.lang.String roleName) |
boolean |
isUpdateAvailable() |
boolean |
isValidResourceId(java.lang.String resourceId) |
void |
removePortalPortEventListener(PortalPortEventListener portalPortEventListener) |
void |
resetCDNHosts() |
java.util.Set<java.lang.String> |
resetPortletAddDefaultResourceCheckWhitelist()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.resetPortletInvocationWhitelist() |
java.util.Set<java.lang.String> |
resetPortletAddDefaultResourceCheckWhitelistActions()
Deprecated.
As of 6.2.0, replaced by
AuthTokenWhitelistUtil.resetPortletInvocationWhitelistActions() |
java.lang.String |
resetPortletParameters(java.lang.String url,
java.lang.String portletId) |
void |
sendError(java.lang.Exception e,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
sendError(java.lang.Exception e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
sendError(int status,
java.lang.Exception e,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
sendError(int status,
java.lang.Exception e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
sendRSSFeedsDisabledError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
void |
sendRSSFeedsDisabledError(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse) |
void |
setPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest request)
Sets the description for the page, overriding the existing page
description.
|
void |
setPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest request)
Sets the keywords for the page, overriding the existing page keywords.
|
void |
setPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest request)
Sets the subtitle for the page, overriding the existing page subtitle.
|
void |
setPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest request)
Sets the whole title for the page, overriding the existing page whole
title.
|
void |
setPortalPort(javax.servlet.http.HttpServletRequest request)
Sets the port obtained on the first request to the portal.
|
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) |
javax.portlet.PortletMode |
updatePortletMode(java.lang.String portletId,
User user,
Layout layout,
javax.portlet.PortletMode portletMode,
javax.servlet.http.HttpServletRequest request) |
java.lang.String |
updateRedirect(java.lang.String redirect,
java.lang.String oldPath,
java.lang.String newPath) |
javax.portlet.WindowState |
updateWindowState(java.lang.String portletId,
User user,
Layout layout,
javax.portlet.WindowState windowState,
javax.servlet.http.HttpServletRequest request) |
static final java.lang.String FRIENDLY_URL_SEPARATOR
static final java.lang.String JSESSIONID
static final java.lang.String PATH_IMAGE
static final java.lang.String PATH_MAIN
static final java.lang.String PATH_MODULE
static final java.lang.String PATH_PORTAL_LAYOUT
static final java.lang.String PORTAL_REALM
static final java.lang.String PORTLET_XML_FILE_NAME_CUSTOM
static final java.lang.String PORTLET_XML_FILE_NAME_STANDARD
static final java.lang.String TEMP_OBFUSCATION_VALUE
void addPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest request)
description - the description to append to the current meta
descriptionrequest - the servlet request for the pagevoid addPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest request)
keywords - the keywords to add to the current meta keywords
(comma-separated)request - the servlet request for the pagevoid addPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest request)
subtitle - the subtitle to append to the current subtitlerequest - the servlet request for the pagevoid addPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest request)
title - the title to append to the current titlerequest - the servlet request for the pagevoid addPortalPortEventListener(PortalPortEventListener portalPortEventListener)
portalPortEventListener - the portal port event listener to addvoid addPortalPortProtocolEventListener(PortalPortProtocolEventListener portalPortProtocolEventListener)
portalPortEventListener - the portal port and protocol event listener to addvoid addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
java.lang.String title,
java.lang.String url)
request - the servlet request for the pagetitle - the title of the new breakcrumb entryurl - the URL of the new breadcrumb entryvoid addPortletBreadcrumbEntry(javax.servlet.http.HttpServletRequest request,
java.lang.String title,
java.lang.String url,
java.util.Map<java.lang.String,java.lang.Object> data)
request - the servlet request for the pagetitle - the title of the new breakcrumb entryurl - the URL of the new breadcrumb entrydata - the HTML5 data parameters of the new breadcrumb entryvoid addPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
throws PortalException,
SystemException
request - the servlet request for the pageportlet - the portletPortalException - if adding the default resource permissions failedSystemException - if a system exception occurredvoid addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String addPreservedParameters(ThemeDisplay themeDisplay, Layout layout, java.lang.String url, boolean doAsUser)
Preserved parameters are parameters that should be sent with every request as the user navigates the portal.
themeDisplay - the current theme displaylayout - the current layouturl - the URLdoAsUser - whether to include doAsUserId and doAsLanguageId in the
URL if they are available. If false, doAsUserId and
doAsUserLanguageId will never be added.java.lang.String addPreservedParameters(ThemeDisplay themeDisplay, java.lang.String url)
themeDisplay - the current theme displayurl - the URLvoid addUserLocaleOptionsMessage(javax.servlet.http.HttpServletRequest request)
void clearRequestParameters(javax.portlet.RenderRequest renderRequest)
renderRequest - the render requestvoid copyRequestParameters(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
actionRequest - the request from which to get the request parametersactionResponse - the response to receive the render parametersjava.lang.String escapeRedirect(java.lang.String url)
url - the URL to escapenull if the URL is not an
allowed for redirectsjava.lang.String generateRandomKey(javax.servlet.http.HttpServletRequest request,
java.lang.String input)
request - the servlet request for the pageinput - the input stringjava.lang.String getAbsoluteURL(javax.servlet.http.HttpServletRequest request,
java.lang.String url)
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 PortalException, SystemException
PortalExceptionSystemExceptionjava.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 PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Locale[] getAlternateLocales(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
LanguageUtil.getAvailableLocales()request - the servlet request for the pagePortalException - if a portal exception occurredSystemException - if a system exception occurredjava.lang.String getAlternateURL(java.lang.String canonicalURL,
ThemeDisplay themeDisplay,
java.util.Locale locale,
Layout layout)
throws PortalException,
SystemException
canonicalURL - the canonical URL previously obtainedthemeDisplay - the theme displaylocale - the locale of the translated pagelayout - the layoutPortalException - if a portal exception occurredSystemException - if a system exception occurredjava.util.Set<java.lang.String> getAuthTokenIgnoreActions()
AuthTokenWhitelistUtil.getPortletCSRFWhitelistActions()java.util.Set<java.lang.String> getAuthTokenIgnorePortlets()
AuthTokenWhitelistUtil.getPortletCSRFWhitelist()BaseModel<?> getBaseModel(ResourcePermission resourcePermission) throws PortalException, SystemException
resourcePermission - the resource permissionnull if the resource
permission does not have a base model instance (such as if its a
portlet)PortalException - if a base model instance for the resource
permission could not be foundSystemException - if a system exception occurredBaseModel<?> getBaseModel(java.lang.String modelName, java.lang.String primKey) throws PortalException, SystemException
modelName - the fully qualified class name of the modelprimKey - the primary key of the model instance to getnull if the model does
not have a base model instance (such as if its a portlet)PortalException - if a base model instance with the primary key
could not be foundSystemException - if a system exception occurredlong getBasicAuthUserId(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
request - the servlet request from which to retrieve the HTTP
authentication headersPortalException - if an authentication exception occurredSystemException - if a system exception occurredlong getBasicAuthUserId(javax.servlet.http.HttpServletRequest request,
long companyId)
throws PortalException,
SystemException
request - the servlet request to retrieve the HTTP authentication
headers fromcompanyId - unusedPortalException - if an authentication exception occurredSystemException - if a system exception occurredjava.lang.String getCanonicalURL(java.lang.String completeURL,
ThemeDisplay themeDisplay,
Layout layout)
throws PortalException,
SystemException
completeURL - the complete URL of the pagethemeDisplay - the current theme displaylayout - the layout. If it is null, then it is
generated for the current layoutPortalException - if a friendly URL or the group could not be
retrievedSystemException - if a system exception occurredjava.lang.String getCanonicalURL(java.lang.String completeURL,
ThemeDisplay themeDisplay,
Layout layout,
boolean forceLayoutFriendlyURL)
throws PortalException,
SystemException
completeURL - the complete URL of the pagethemeDisplay - the current theme displaylayout - the layout. If it is null, then it is
generated for the current layoutforceLayoutFriendlyURL - adds the page friendly URL to the
canonical URL even if it is not neededPortalException - if a friendly URL or the group could not be
retrievedSystemException - if a system exception occurredjava.lang.String getCDNHost()
getCDNHost(boolean)java.lang.String getCDNHost(boolean secure)
secure - whether to get the secure or insecure CDN host addressjava.lang.String getCDNHost(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getCDNHostHttp(long companyId)
companyId - the company ID of a sitejava.lang.String getCDNHostHttps(long companyId)
companyId - the company ID of a sitejava.lang.String getClassName(long classNameId)
classNameId - the ID of the classlong getClassNameId(java.lang.Class<?> clazz)
clazz - the class objectlong getClassNameId(java.lang.String value)
value - the fully qualified name of the classjava.lang.String getClassNamePortletId(java.lang.String className)
className - the fully qualified name of a class in a portletCompany getCompany(javax.servlet.http.HttpServletRequest request) throws PortalException, SystemException
PortalExceptionSystemExceptionCompany getCompany(javax.portlet.PortletRequest portletRequest) throws PortalException, SystemException
PortalExceptionSystemExceptionlong getCompanyId(javax.servlet.http.HttpServletRequest requestuest)
long getCompanyId(javax.portlet.PortletRequest portletRequest)
long[] getCompanyIds()
java.lang.String getComputerAddress()
java.lang.String getComputerName()
java.util.Map<java.lang.String,java.util.List<Portlet>> getControlPanelCategoriesMap(javax.servlet.http.HttpServletRequest request) throws SystemException
SystemExceptionjava.lang.String getControlPanelCategory(java.lang.String portletId,
ThemeDisplay themeDisplay)
throws SystemException
SystemExceptionjava.lang.String getControlPanelFullURL(long scopeGroupId,
java.lang.String ppid,
java.util.Map<java.lang.String,java.lang.String[]> params)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getControlPanelPlid(long companyId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getControlPanelPlid(javax.portlet.PortletRequest portletRequest)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Set<Portlet> getControlPanelPortlets(long companyId, java.lang.String category) throws SystemException
SystemExceptionjava.util.List<Portlet> getControlPanelPortlets(java.lang.String category, ThemeDisplay themeDisplay) throws SystemException
SystemExceptionjavax.portlet.PortletURL getControlPanelPortletURL(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
long referrerPlid,
java.lang.String lifecycle)
javax.portlet.PortletURL getControlPanelPortletURL(javax.portlet.PortletRequest portletRequest,
java.lang.String portletId,
long referrerPlid,
java.lang.String lifecycle)
java.lang.String getCreateAccountURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getCurrentCompleteURL(javax.servlet.http.HttpServletRequest request)
java.lang.String getCurrentURL(javax.servlet.http.HttpServletRequest request)
java.lang.String getCurrentURL(javax.portlet.PortletRequest portletRequest)
java.lang.String getCustomSQLFunctionIsNotNull()
java.lang.String getCustomSQLFunctionIsNull()
java.util.Date getDate(int month,
int day,
int year)
month - the month (0-based, meaning 0 for January)day - the day of the monthyear - the yearjava.util.Date getDate(int month,
int day,
int year,
java.lang.Class<? extends PortalException> clazz)
throws PortalException
month - the month (0-based, meaning 0 for January)day - the day of the monthyear - the yearclazz - the exception class to throw if the date is invalid. If
null, no exception will be thrown for an invalid
date.null if the date is invalid and
no exception to throw was providedPortalException - if the date was invalid and pe was
not nulljava.util.Date getDate(int month,
int day,
int year,
int hour,
int min,
java.lang.Class<? extends PortalException> clazz)
throws PortalException
month - the month (0-based, meaning 0 for January)day - the day of the monthyear - the yearhour - the hour (0-24)min - the minute of the hourclazz - the exception class to throw if the date is invalid. If
null, no exception will be thrown for an invalid
date.null if the date is invalid and
no exception to throw was providedPortalException - if the date was invalid and pe was
not nulljava.util.Date getDate(int month,
int day,
int year,
int hour,
int min,
java.util.TimeZone timeZone,
java.lang.Class<? extends PortalException> clazz)
throws PortalException
month - the month (0-based, meaning 0 for January)day - the day of the monthyear - the yearhour - the hour (0-24)min - the minute of the hourtimeZone - the time zone of the dateclazz - the exception class to throw if the date is invalid. If
null, no exception will be thrown for an invalid
date.null if the date is invalid and
no exception to throw was providedPortalException - if the date was invalid and pe was
not nulljava.util.Date getDate(int month,
int day,
int year,
java.util.TimeZone timeZone,
java.lang.Class<? extends PortalException> clazz)
throws PortalException
month - the month (0-based, meaning 0 for January)day - the day of the monthyear - the yeartimeZone - the time zone of the dateclazz - the exception class to throw if the date is invalid. If
null, no exception will be thrown for an invalid
date.null if the date is invalid and
no exception to throw was providedPortalException - if the date was invalid and pe was
not nulllong getDefaultCompanyId()
long getDigestAuthUserId(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getDisplayURL(Group group, ThemeDisplay themeDisplay) throws PortalException
PortalExceptionjava.lang.String getDisplayURL(Group group, ThemeDisplay themeDisplay, boolean privateLayout) throws PortalException
PortalExceptionjava.lang.String getEmailFromAddress(javax.portlet.PortletPreferences preferences,
long companyId,
java.lang.String defaultValue)
throws SystemException
SystemExceptionjava.lang.String getEmailFromName(javax.portlet.PortletPreferences preferences,
long companyId,
java.lang.String defaultValue)
throws SystemException
SystemExceptionjava.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(ExpandoBridge expandoBridge, javax.servlet.http.HttpServletRequest request) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(ExpandoBridge expandoBridge, javax.portlet.PortletRequest portletRequest) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.util.Map<java.lang.String,java.io.Serializable> getExpandoBridgeAttributes(ExpandoBridge expandoBridge, UploadPortletRequest uploadPortletRequest) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.io.Serializable getExpandoValue(javax.servlet.http.HttpServletRequest request,
java.lang.String name,
int type,
java.lang.String displayType)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.io.Serializable getExpandoValue(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
int type,
java.lang.String displayType)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.io.Serializable getExpandoValue(UploadPortletRequest uploadPortletRequest, java.lang.String name, int type, java.lang.String displayType) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getFacebookURL(Portlet portlet, java.lang.String facebookCanvasPageURL, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionPortlet getFirstMyAccountPortlet(ThemeDisplay themeDisplay) throws SystemException
SystemExceptionjava.lang.String getFirstPageLayoutTypes(javax.servlet.jsp.PageContext pageContext)
Portlet getFirstSiteAdministrationPortlet(ThemeDisplay themeDisplay) throws SystemException
SystemExceptionjava.lang.String getFullName(java.lang.String firstName,
java.lang.String middleName,
java.lang.String lastName)
java.lang.String getGlobalLibDir()
java.lang.String getGoogleGadgetURL(Portlet portlet, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getGroupFriendlyURL(Group group, boolean privateLayoutSet, ThemeDisplay themeDisplay, java.util.Locale locale) throws PortalException, SystemException
PortalExceptionSystemExceptionint[] getGroupFriendlyURLIndex(java.lang.String requestURI)
java.lang.String[] getGroupPermissions(javax.servlet.http.HttpServletRequest request)
java.lang.String[] getGroupPermissions(javax.servlet.http.HttpServletRequest request,
java.lang.String className)
java.lang.String[] getGroupPermissions(javax.portlet.PortletRequest portletRequest)
java.lang.String[] getGroupPermissions(javax.portlet.PortletRequest portletRequest,
java.lang.String className)
java.lang.String[] getGuestPermissions(javax.servlet.http.HttpServletRequest request)
java.lang.String[] getGuestPermissions(javax.servlet.http.HttpServletRequest request,
java.lang.String className)
java.lang.String[] getGuestPermissions(javax.portlet.PortletRequest portletRequest)
java.lang.String[] getGuestPermissions(javax.portlet.PortletRequest portletRequest,
java.lang.String className)
java.lang.String getHomeURL(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getHost(javax.servlet.http.HttpServletRequest request)
java.lang.String getHost(javax.portlet.PortletRequest portletRequest)
javax.servlet.http.HttpServletRequest getHttpServletRequest(javax.portlet.PortletRequest portletRequest)
javax.servlet.http.HttpServletResponse getHttpServletResponse(javax.portlet.PortletResponse portletResponse)
java.lang.String getI18nPathLanguageId(java.util.Locale locale,
java.lang.String defaultI18nPathLanguageId)
java.lang.String getJournalArticleActualURL(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 PortalException,
SystemException
PortalExceptionSystemExceptionLayout getJournalArticleLayout(long groupId, boolean privateLayout, java.lang.String friendlyURL) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getJsSafePortletId(java.lang.String portletId)
java.lang.String getLayoutActualURL(Layout layout)
java.lang.String getLayoutActualURL(Layout layout, java.lang.String mainPath)
java.lang.String getLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.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 PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutEditPage(Layout layout)
java.lang.String getLayoutEditPage(java.lang.String type)
java.lang.String getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFriendlyURL(Layout layout, ThemeDisplay themeDisplay, java.util.Locale locale) throws PortalException, SystemException
PortalExceptionSystemExceptionLayoutFriendlyURLComposite getLayoutFriendlyURLComposite(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 PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFullURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFullURL(long groupId,
java.lang.String portletId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFullURL(long groupId,
java.lang.String portletId,
boolean secure)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutFullURL(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutSetFriendlyURL(LayoutSet layoutSet, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutTarget(Layout layout)
java.lang.String getLayoutURL(Layout layout, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutURL(Layout layout, ThemeDisplay themeDisplay, boolean doAsUser) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutURL(Layout layout, ThemeDisplay themeDisplay, java.util.Locale locale) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutURL(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getLayoutViewPage(Layout layout)
java.lang.String getLayoutViewPage(java.lang.String type)
LiferayPortletRequest getLiferayPortletRequest(javax.portlet.PortletRequest portletRequest)
LiferayPortletResponse getLiferayPortletResponse(javax.portlet.PortletResponse portletResponse)
java.util.Locale getLocale(javax.servlet.http.HttpServletRequest request)
java.util.Locale getLocale(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
boolean initialize)
java.util.Locale getLocale(javax.portlet.PortletRequest portletRequest)
java.lang.String getLocalizedFriendlyURL(javax.servlet.http.HttpServletRequest request,
Layout layout,
java.util.Locale locale,
java.util.Locale originalLocale)
throws java.lang.Exception
java.lang.Exceptionjava.lang.String getMailId(java.lang.String mx,
java.lang.String popPortletPrefix,
java.lang.Object... ids)
java.lang.String getNetvibesURL(Portlet portlet, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getNewPortletTitle(java.lang.String portletTitle,
java.lang.String oldScopeName,
java.lang.String newScopeName)
javax.servlet.http.HttpServletRequest getOriginalServletRequest(javax.servlet.http.HttpServletRequest request)
long getParentGroupId(long scopeGroupId)
throws PortalException,
SystemException
getSiteGroupId(long)PortalExceptionSystemExceptionjava.lang.String getPathContext()
java.lang.String getPathContext(javax.servlet.http.HttpServletRequest request)
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)
long getPlidFromPortletId(long groupId,
boolean privateLayout,
java.lang.String portletId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getPlidFromPortletId(long groupId,
java.lang.String portletId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getPortalLibDir()
int getPortalPort()
getPortalPort(boolean)int getPortalPort(boolean secure)
java.util.Properties getPortalProperties()
java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request)
java.lang.String getPortalURL(javax.servlet.http.HttpServletRequest request,
boolean secure)
java.lang.String getPortalURL(Layout layout, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.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(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getPortalWebDir()
java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelist()
AuthTokenWhitelistUtil.getPortletInvocationWhitelist()java.util.Set<java.lang.String> getPortletAddDefaultResourceCheckWhitelistActions()
AuthTokenWhitelistUtil.getPortletInvocationWhitelistActions()java.util.List<BreadcrumbEntry> getPortletBreadcrumbList(javax.servlet.http.HttpServletRequest request)
getPortletBreadcrumbs(HttpServletRequest)java.util.List<BreadcrumbEntry> getPortletBreadcrumbs(javax.servlet.http.HttpServletRequest request)
javax.portlet.PortletConfig getPortletConfig(long companyId,
java.lang.String portletId,
javax.servlet.ServletContext servletContext)
throws javax.portlet.PortletException,
SystemException
javax.portlet.PortletExceptionSystemExceptionjava.lang.String getPortletDescription(Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
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,
User user)
java.lang.String getPortletId(javax.servlet.http.HttpServletRequest request)
java.lang.String getPortletId(javax.portlet.PortletRequest portletRequest)
java.lang.String getPortletLongTitle(Portlet portlet, java.util.Locale locale)
java.lang.String getPortletLongTitle(Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
java.lang.String getPortletLongTitle(Portlet portlet, java.lang.String languageId)
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,
User user)
java.lang.String getPortletNamespace(java.lang.String portletId)
java.lang.String getPortletTitle(Portlet portlet, java.util.Locale locale)
java.lang.String getPortletTitle(Portlet portlet, javax.servlet.ServletContext servletContext, java.util.Locale locale)
java.lang.String getPortletTitle(Portlet portlet, java.lang.String languageId)
java.lang.String getPortletTitle(javax.portlet.RenderRequest renderRequest)
java.lang.String getPortletTitle(javax.portlet.RenderResponse renderResponse)
java.lang.String getPortletTitle(java.lang.String portletId,
java.util.Locale locale)
java.lang.String getPortletTitle(java.lang.String portletId,
java.lang.String languageId)
java.lang.String getPortletTitle(java.lang.String portletId,
User user)
java.lang.String getPortletXmlFileName()
throws SystemException
SystemExceptionjavax.portlet.PortletPreferences getPreferences(javax.servlet.http.HttpServletRequest request)
javax.portlet.PreferencesValidator getPreferencesValidator(Portlet portlet)
java.lang.String getRelativeHomeURL(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getScopeGroupId(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getScopeGroupId(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getScopeGroupId(javax.servlet.http.HttpServletRequest request,
java.lang.String portletId,
boolean checkStagingGroup)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getScopeGroupId(Layout layout)
long getScopeGroupId(Layout layout, java.lang.String portletId)
long getScopeGroupId(long plid)
long getScopeGroupId(javax.portlet.PortletRequest portletRequest)
throws PortalException,
SystemException
PortalExceptionSystemExceptionUser getSelectedUser(javax.servlet.http.HttpServletRequest request) throws PortalException, SystemException
PortalExceptionSystemExceptionUser getSelectedUser(javax.servlet.http.HttpServletRequest request, boolean checkPermission) throws PortalException, SystemException
PortalExceptionSystemExceptionUser getSelectedUser(javax.portlet.PortletRequest portletRequest) throws PortalException, SystemException
PortalExceptionSystemExceptionUser getSelectedUser(javax.portlet.PortletRequest portletRequest, boolean checkPermission) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getServletContextName()
long[] getSharedContentSiteGroupIds(long companyId,
long groupId,
long userId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.util.Map<java.lang.String,java.util.List<Portlet>> getSiteAdministrationCategoriesMap(javax.servlet.http.HttpServletRequest request) throws SystemException
SystemExceptionjavax.portlet.PortletURL getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay)
throws SystemException
SystemExceptionjavax.portlet.PortletURL getSiteAdministrationURL(javax.servlet.http.HttpServletRequest request,
ThemeDisplay themeDisplay,
java.lang.String portletName)
javax.portlet.PortletURL getSiteAdministrationURL(javax.portlet.PortletResponse portletResponse,
ThemeDisplay themeDisplay)
throws SystemException
SystemExceptionjavax.portlet.PortletURL getSiteAdministrationURL(javax.portlet.PortletResponse portletResponse,
ThemeDisplay themeDisplay,
java.lang.String portletName)
long[] getSiteAndCompanyGroupIds(long groupId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong[] getSiteAndCompanyGroupIds(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.util.Locale getSiteDefaultLocale(long groupId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionlong getSiteGroupId(long groupId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getSiteLoginURL(ThemeDisplay themeDisplay) throws PortalException, SystemException
themeDisplay - the theme display for the current pagenull if one is not availablePortalException - if a portal exception occurredSystemException - if a system exception occurredjava.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri)
java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
long timestamp)
java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
java.lang.String queryString)
java.lang.String getStaticResourceURL(javax.servlet.http.HttpServletRequest request,
java.lang.String uri,
java.lang.String queryString,
long timestamp)
java.lang.String getStrutsAction(javax.servlet.http.HttpServletRequest request)
java.lang.String[] getSystemGroups()
java.lang.String[] getSystemOrganizationRoles()
java.lang.String[] getSystemRoles()
java.lang.String[] getSystemSiteRoles()
java.lang.String getUniqueElementId(javax.servlet.http.HttpServletRequest request,
java.lang.String namespace,
java.lang.String id)
java.lang.String getUniqueElementId(javax.portlet.PortletRequest request,
java.lang.String namespace,
java.lang.String id)
UploadPortletRequest getUploadPortletRequest(javax.portlet.PortletRequest portletRequest)
UploadServletRequest getUploadServletRequest(javax.servlet.http.HttpServletRequest request)
java.util.Date getUptime()
java.lang.String getURLWithSessionId(java.lang.String url,
java.lang.String sessionId)
User getUser(javax.servlet.http.HttpServletRequest request) throws PortalException, SystemException
PortalExceptionSystemExceptionUser getUser(javax.portlet.PortletRequest portletRequest) throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getUserEmailAddress(long userId)
throws SystemException
SystemExceptionlong getUserId(javax.servlet.http.HttpServletRequest request)
long getUserId(javax.portlet.PortletRequest portletRequest)
java.lang.String getUserName(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 request)
java.lang.String getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute)
java.lang.String getUserName(long userId,
java.lang.String defaultUserName,
java.lang.String userAttribute,
javax.servlet.http.HttpServletRequest request)
java.lang.String getUserPassword(javax.servlet.http.HttpServletRequest request)
java.lang.String getUserPassword(javax.servlet.http.HttpSession session)
java.lang.String getUserPassword(javax.portlet.PortletRequest portletRequest)
java.lang.String getUserValue(long userId,
java.lang.String param,
java.lang.String defaultValue)
throws SystemException
SystemExceptionjava.lang.String getValidPortalDomain(long companyId,
java.lang.String domain)
long getValidUserId(long companyId,
long userId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionjava.lang.String getVirtualLayoutActualURL(long groupId,
boolean privateLayout,
java.lang.String mainPath,
java.lang.String friendlyURL,
java.util.Map<java.lang.String,java.lang.String[]> params,
java.util.Map<java.lang.String,java.lang.Object> requestContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionLayoutFriendlyURLComposite getVirtualLayoutFriendlyURLComposite(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 PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String getWidgetURL(Portlet portlet, ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid initCustomSQL()
User initUser(javax.servlet.http.HttpServletRequest request) throws java.lang.Exception
java.lang.Exceptionvoid invokeTaglibDiscussion(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
java.lang.Exceptionboolean isAllowAddPortletDefaultResource(javax.servlet.http.HttpServletRequest request,
Portlet portlet)
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean isCDNDynamicResourcesEnabled(javax.servlet.http.HttpServletRequest request)
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean isCDNDynamicResourcesEnabled(long companyId)
boolean isCommunityAdmin(User user, long groupId) throws java.lang.Exception
isGroupAdmin(User, long)java.lang.Exceptionboolean isCommunityOwner(User user, long groupId) throws java.lang.Exception
isGroupOwner(User, long)java.lang.Exceptionboolean isCompanyAdmin(User user) throws java.lang.Exception
java.lang.Exceptionboolean isCompanyControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean isCompanyControlPanelPortlet(java.lang.String portletId,
ThemeDisplay themeDisplay)
throws PortalException,
SystemException
PortalExceptionSystemExceptionboolean isCompanyControlPanelVisible(ThemeDisplay themeDisplay) throws PortalException, SystemException
PortalExceptionSystemExceptionboolean isControlPanelPortlet(java.lang.String portletId,
java.lang.String category,
ThemeDisplay themeDisplay)
throws SystemException
SystemExceptionboolean isControlPanelPortlet(java.lang.String portletId,
ThemeDisplay themeDisplay)
throws SystemException
SystemExceptionboolean isGroupAdmin(User user, long groupId) throws java.lang.Exception
java.lang.Exceptionboolean isGroupFriendlyURL(java.lang.String fullURL,
java.lang.String groupFriendlyURL,
java.lang.String layoutFriendlyURL)
boolean isGroupOwner(User user, long groupId) throws java.lang.Exception
java.lang.Exceptionboolean isLayoutDescendant(Layout layout, long layoutId) throws PortalException, SystemException
PortalExceptionSystemExceptionboolean isLayoutFirstPageable(Layout layout)
boolean isLayoutFirstPageable(java.lang.String type)
boolean isLayoutFriendliable(Layout layout)
boolean isLayoutFriendliable(java.lang.String type)
boolean isLayoutParentable(Layout layout)
boolean isLayoutParentable(java.lang.String type)
boolean isLayoutSitemapable(Layout layout)
boolean isLoginRedirectRequired(javax.servlet.http.HttpServletRequest request)
throws SystemException
SystemExceptionboolean isMethodGet(javax.portlet.PortletRequest portletRequest)
boolean isMethodPost(javax.portlet.PortletRequest portletRequest)
boolean isMultipartRequest(javax.servlet.http.HttpServletRequest request)
boolean isOmniadmin(long userId)
boolean isReservedParameter(java.lang.String name)
boolean isRSSFeedsEnabled()
boolean isSecure(javax.servlet.http.HttpServletRequest request)
boolean isSystemGroup(java.lang.String groupName)
boolean isSystemRole(java.lang.String roleName)
boolean isUpdateAvailable()
throws SystemException
SystemExceptionboolean isValidResourceId(java.lang.String resourceId)
void removePortalPortEventListener(PortalPortEventListener portalPortEventListener)
void resetCDNHosts()
java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelist()
AuthTokenWhitelistUtil.resetPortletInvocationWhitelist()java.util.Set<java.lang.String> resetPortletAddDefaultResourceCheckWhitelistActions()
AuthTokenWhitelistUtil.resetPortletInvocationWhitelistActions()java.lang.String resetPortletParameters(java.lang.String url,
java.lang.String portletId)
void sendError(java.lang.Exception e,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.io.IOException
java.io.IOExceptionvoid sendError(java.lang.Exception e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid sendError(int status,
java.lang.Exception e,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.io.IOException
java.io.IOExceptionvoid sendError(int status,
java.lang.Exception e,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid sendRSSFeedsDisabledError(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid sendRSSFeedsDisabledError(javax.portlet.PortletRequest portletRequest,
javax.portlet.PortletResponse portletResponse)
throws java.io.IOException,
javax.servlet.ServletException
java.io.IOExceptionjavax.servlet.ServletExceptionvoid setPageDescription(java.lang.String description,
javax.servlet.http.HttpServletRequest request)
void setPageKeywords(java.lang.String keywords,
javax.servlet.http.HttpServletRequest request)
void setPageSubtitle(java.lang.String subtitle,
javax.servlet.http.HttpServletRequest request)
void setPageTitle(java.lang.String title,
javax.servlet.http.HttpServletRequest request)
void setPortalPort(javax.servlet.http.HttpServletRequest request)
void storePreferences(javax.portlet.PortletPreferences portletPreferences)
throws java.io.IOException,
javax.portlet.ValidatorException
java.io.IOExceptionjavax.portlet.ValidatorExceptionjava.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)
javax.portlet.PortletMode updatePortletMode(java.lang.String portletId,
User user,
Layout layout,
javax.portlet.PortletMode portletMode,
javax.servlet.http.HttpServletRequest request)
java.lang.String updateRedirect(java.lang.String redirect,
java.lang.String oldPath,
java.lang.String newPath)