Package | Description |
---|---|
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.repository.model | |
com.liferay.portal.kernel.search | |
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.theme |
This package defines the portal theme classes.
|
Modifier and Type | Method and Description |
---|---|
String |
Group.getDescriptiveName() |
String |
Country.getNameCurrentValue() |
Modifier and Type | Interface and Description |
---|---|
interface |
FileEntry |
Modifier and Type | Method and Description |
---|---|
InputStream |
FileEntry.getContentStream()
Returns the content stream of the current file version.
|
Modifier and Type | Method and Description |
---|---|
String |
HitsImpl.getCollatedSpellCheckResult() |
Document[] |
HitsImpl.getDocs() |
Query |
HitsImpl.getQuery() |
String[] |
HitsImpl.getQuerySuggestions() |
String[] |
HitsImpl.getQueryTerms() |
float[] |
HitsImpl.getScores() |
String[] |
HitsImpl.getSnippets() |
Modifier and Type | Class and Description |
---|---|
class |
ServiceContext
Contains context information about a given API call.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
ServiceContext.getHeaders()
Returns the the map of request header name/value pairs of this service
context.
|
LiferayPortletRequest |
ServiceContext.getLiferayPortletRequest() |
LiferayPortletResponse |
ServiceContext.getLiferayPortletResponse() |
javax.servlet.http.HttpServletRequest |
ServiceContext.getRequest() |
javax.servlet.http.HttpServletResponse |
ServiceContext.getResponse() |
Modifier and Type | Class and Description |
---|---|
class |
ThemeDisplay
Provides general configuration methods for the portal, providing access to
the portal's pages, sites, themes, locales, URLs, and more.
|
Modifier and Type | Method and Description |
---|---|
PermissionChecker |
ThemeDisplay.getPermissionChecker()
Returns the permission checker, which is used to ensure users making
resource requests have the necessary access permissions.
|
PortletDisplay |
ThemeDisplay.getPortletDisplay() |
javax.servlet.http.HttpServletRequest |
ThemeDisplay.getRequest()
Returns the currently served HTTP servlet request.
|
javax.servlet.http.HttpServletResponse |
ThemeDisplay.getResponse()
Returns the currently served HTTP servlet response.
|
PortletURL |
ThemeDisplay.getURLMyAccount() |
PortletURL |
ThemeDisplay.getURLPageSettings()
Deprecated.
As of Wilberforce (7.0.x), with no direct replacement
|
PortletURL |
ThemeDisplay.getURLPublishToLive() |
PortletURL |
ThemeDisplay.getURLUpdateManager() |