Package | Description |
---|---|
com.liferay.exportimport.kernel.lar | |
com.liferay.exportimport.kernel.staging | |
com.liferay.portal.kernel.group.capability | |
com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
com.liferay.portal.kernel.model.impl |
This package defines the portal model implementation base classes.
|
com.liferay.portal.kernel.portlet |
This package defines the kernel portlet interfaces and classes.
|
com.liferay.portal.kernel.portlet.render | |
com.liferay.portal.kernel.security.auth |
This package defines the portal security authentication interfaces,
classes, utilities, wrappers, and exceptions.
|
com.liferay.portal.kernel.security.permission |
This package defines the portal security permission interfaces and classes.
|
com.liferay.portal.kernel.service |
This package defines the portal service interfaces and classes.
|
com.liferay.portal.kernel.service.permission |
This package defines the portal service permission interfaces and utilities.
|
com.liferay.portal.kernel.service.persistence |
This package defines the portal service persistence interfaces, classes, and utilities.
|
com.liferay.portal.kernel.util |
This package defines the kernel utility interfaces and classes.
|
com.liferay.portal.kernel.util.comparator |
This package defines the portal comparator classes.
|
com.liferay.portal.kernel.webdav |
Modifier and Type | Method and Description |
---|---|
List<Portlet> |
ManifestSummary.getDataPortlets() |
static List<Portlet> |
ExportImportHelperUtil.getDataSiteAndInstanceLevelPortlets(long companyId) |
List<Portlet> |
ExportImportHelper.getDataSiteAndInstanceLevelPortlets(long companyId) |
static List<Portlet> |
ExportImportHelperUtil.getDataSiteAndInstanceLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged) |
List<Portlet> |
ExportImportHelper.getDataSiteAndInstanceLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged) |
static List<Portlet> |
ExportImportHelperUtil.getDataSiteLevelPortlets(long companyId) |
List<Portlet> |
ExportImportHelper.getDataSiteLevelPortlets(long companyId) |
static List<Portlet> |
ExportImportHelperUtil.getDataSiteLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged) |
List<Portlet> |
ExportImportHelper.getDataSiteLevelPortlets(long companyId,
boolean excludeDataAlwaysStaged) |
List<Portlet> |
ManifestSummary.getLayoutPortlets() |
Modifier and Type | Method and Description |
---|---|
void |
ManifestSummary.addDataPortlet(Portlet portlet,
String[] configurationPortletOptions) |
void |
ManifestSummary.addLayoutPortlet(Portlet portlet,
String[] configurationPortletOptions) |
PortletDataHandlerControl[] |
PortletDataHandler.getExportConfigurationControls(long companyId,
long groupId,
Portlet portlet,
boolean privateLayout) |
PortletDataHandlerControl[] |
BasePortletDataHandler.getExportConfigurationControls(long companyId,
long groupId,
Portlet portlet,
boolean privateLayout) |
PortletDataHandlerControl[] |
PortletDataHandler.getExportConfigurationControls(long companyId,
long groupId,
Portlet portlet,
long plid,
boolean privateLayout) |
PortletDataHandlerControl[] |
BasePortletDataHandler.getExportConfigurationControls(long companyId,
long groupId,
Portlet portlet,
long plid,
boolean privateLayout) |
protected String |
DefaultConfigurationPortletDataHandler.getExportPortletPreferencesUuid(PortletDataContext portletDataContext,
Portlet portlet,
String className,
long primaryKeyLong) |
PortletDataHandlerControl[] |
PortletDataHandler.getImportConfigurationControls(Portlet portlet,
ManifestSummary manifestSummary) |
PortletDataHandlerControl[] |
BasePortletDataHandler.getImportConfigurationControls(Portlet portlet,
ManifestSummary manifestSummary) |
static String |
ExportImportHelperUtil.getPortletExportFileName(Portlet portlet) |
String |
ExportImportHelper.getPortletExportFileName(Portlet portlet) |
static boolean |
ExportImportHelperUtil.isPublishDisplayedContent(PortletDataContext portletDataContext,
Portlet portlet) |
boolean |
ExportImportHelper.isPublishDisplayedContent(PortletDataContext portletDataContext,
Portlet portlet) |
protected void |
DefaultConfigurationPortletDataHandler.updateExportPortletPreferencesClassPKs(PortletDataContext portletDataContext,
Portlet portlet,
javax.portlet.PortletPreferences portletPreferences,
String key,
String className) |
Modifier and Type | Method and Description |
---|---|
static long |
StagingUtil.copyFromLive(javax.portlet.PortletRequest portletRequest,
Portlet portlet) |
long |
Staging.copyFromLive(javax.portlet.PortletRequest portletRequest,
Portlet portlet) |
static long |
StagingUtil.publishToLive(javax.portlet.PortletRequest portletRequest,
Portlet portlet) |
long |
Staging.publishToLive(javax.portlet.PortletRequest portletRequest,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
boolean |
GroupCapability.isSupportPortlet(Portlet portlet) |
static boolean |
GroupCapabilityUtil.isSupportsPortlet(Group group,
Portlet portlet) |
Modifier and Type | Class and Description |
---|---|
class |
PortletWrapper
This class is a wrapper for
Portlet . |
Modifier and Type | Field and Description |
---|---|
static Accessor<Portlet,Long> |
Portlet.ID_ACCESSOR |
static Accessor<Portlet,String> |
Portlet.PORTLET_ID_ACCESSOR |
Modifier and Type | Method and Description |
---|---|
Portlet |
PortletModel.cloneWithOriginalValues() |
Portlet |
PortletWrapper.cloneWithOriginalValues() |
Portlet |
PortletWrapper.getClonedInstance(String portletId)
Returns
true if the portlet is found in a WAR file. |
Portlet |
Portlet.getClonedInstance(String portletId)
Returns
true if the portlet is found in a WAR file. |
Portlet |
PortletWrapper.getRootPortlet()
Returns the root portlet of this portlet instance.
|
Portlet |
Portlet.getRootPortlet()
Returns the root portlet of this portlet instance.
|
Modifier and Type | Method and Description |
---|---|
List<Portlet> |
LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets,
List<Portlet> startPortlets,
List<Portlet> endPortlets) |
List<Portlet> |
LayoutTypePortlet.getAllNonembeddedPortlets() |
List<Portlet> |
LayoutTypePortlet.getAllPortlets() |
List<Portlet> |
LayoutTypePortlet.getAllPortlets(boolean includeSystem) |
List<Portlet> |
LayoutTypePortlet.getAllPortlets(String columnId) |
List<Portlet> |
LayoutWrapper.getEmbeddedPortlets() |
List<Portlet> |
LayoutTypePortlet.getEmbeddedPortlets() |
List<Portlet> |
Layout.getEmbeddedPortlets() |
List<Portlet> |
LayoutWrapper.getEmbeddedPortlets(long groupId) |
List<Portlet> |
Layout.getEmbeddedPortlets(long groupId) |
List<Portlet> |
LayoutTypePortlet.getExplicitlyAddedPortlets() |
List<Portlet> |
LayoutTypePortlet.getExplicitlyAddedPortlets(boolean includeCustomizableColumns) |
List<Portlet> |
LayoutTypePortlet.getPortlets() |
List<Portlet> |
PortletApp.getPortlets() |
List<Portlet> |
LayoutTypePortlet.getStaticPortlets(String position) |
Modifier and Type | Method and Description |
---|---|
void |
PortletApp.addPortlet(Portlet portlet) |
void |
LayoutTypeAccessPolicy.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
int |
PortletWrapper.compareTo(Portlet portlet)
Compares this portlet to the specified object.
|
int |
Portlet.compareTo(Portlet portlet)
Compares this portlet to the specified object.
|
void |
PortletApp.removePortlet(Portlet portletModel) |
protected PortletWrapper |
PortletWrapper.wrap(Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
List<Portlet> |
LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets,
List<Portlet> startPortlets,
List<Portlet> endPortlets) |
List<Portlet> |
LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets,
List<Portlet> startPortlets,
List<Portlet> endPortlets) |
List<Portlet> |
LayoutTypePortlet.addStaticPortlets(List<Portlet> portlets,
List<Portlet> startPortlets,
List<Portlet> endPortlets) |
Constructor and Description |
---|
PortletWrapper(Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
List<Portlet> |
VirtualLayout.getEmbeddedPortlets() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayoutTypeAccessPolicyImpl.checkAccessAllowedToPortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
protected boolean |
DefaultLayoutTypeAccessPolicyImpl.hasAccessPermission(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
protected boolean |
DefaultLayoutTypeAccessPolicyImpl.isAccessAllowedToLayoutPortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
protected boolean |
DefaultLayoutTypeAccessPolicyImpl.isAccessGrantedByPortletAuthenticationToken(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
protected boolean |
DefaultLayoutTypeAccessPolicyImpl.isAccessGrantedByPortletOnPage(Layout layout,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
Portlet |
LiferayPortletRequest.getPortlet() |
Portlet |
LiferayPortletContext.getPortlet() |
Portlet |
LiferayPortletResponse.getPortlet() |
Portlet |
LiferayPortletConfig.getPortlet() |
Portlet |
LiferayPortletConfigWrapper.getPortlet() |
Modifier and Type | Method and Description |
---|---|
static void |
PortletPreferencesFactoryUtil.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay,
Portlet portlet) |
void |
PortletPreferencesFactory.checkControlPanelPortletPreferences(ThemeDisplay themeDisplay,
Portlet portlet) |
static void |
PortletInstanceFactoryUtil.clear(Portlet portlet) |
void |
PortletInstanceFactory.clear(Portlet portlet) |
static void |
PortletInstanceFactoryUtil.clear(Portlet portlet,
boolean resetRemotePortletBag) |
void |
PortletInstanceFactory.clear(Portlet portlet,
boolean resetRemotePortletBag) |
LiferayPortletURL |
PortletURLFactory.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
Layout layout,
String lifecycle) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
Layout layout,
String lifecycle) |
LiferayPortletURL |
PortletURLFactory.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
Layout layout,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
Layout layout,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
LiferayPortletURL |
PortletURLFactory.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
String lifecycle) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet,
String lifecycle) |
InvokerPortlet |
InvokerPortletFactory.create(Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletConfig portletConfig,
javax.portlet.PortletContext portletContext,
InvokerFilterContainer invokerFilterContainer,
boolean checkAuthToken,
boolean facesPortlet,
boolean headerPortlet) |
InvokerPortlet |
InvokerPortletFactory.create(Portlet portletModel,
javax.portlet.Portlet portlet,
javax.portlet.PortletContext portletContext,
InvokerFilterContainer invokerFilterContainer) |
LiferayPortletURL |
PortletURLFactory.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
Layout layout,
String lifecycle) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
Layout layout,
String lifecycle) |
LiferayPortletURL |
PortletURLFactory.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
long plid,
String lifecycle) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
long plid,
String lifecycle) |
LiferayPortletURL |
PortletURLFactory.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
long plid,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
static LiferayPortletURL |
PortletURLFactoryUtil.create(javax.portlet.PortletRequest portletRequest,
Portlet portlet,
long plid,
String lifecycle,
javax.portlet.MimeResponse.Copy copy) |
static javax.portlet.PortletConfig |
PortletConfigFactoryUtil.create(Portlet portlet,
javax.servlet.ServletContext servletContext) |
static InvokerPortlet |
PortletInstanceFactoryUtil.create(Portlet portlet,
javax.servlet.ServletContext servletContext) |
InvokerPortlet |
PortletInstanceFactory.create(Portlet portlet,
javax.servlet.ServletContext servletContext) |
javax.portlet.PortletConfig |
PortletConfigFactory.create(Portlet portlet,
javax.servlet.ServletContext servletContext) |
static InvokerPortlet |
PortletInstanceFactoryUtil.create(Portlet portlet,
javax.servlet.ServletContext servletContext,
boolean destroyPrevious) |
InvokerPortlet |
PortletInstanceFactory.create(Portlet portlet,
javax.servlet.ServletContext servletContext,
boolean destroyPrevious) |
static void |
PortletInstanceFactoryUtil.delete(Portlet portlet) |
void |
PortletInstanceFactory.delete(Portlet portlet) |
static void |
PortletConfigFactoryUtil.destroy(Portlet portlet) |
static void |
PortletInstanceFactoryUtil.destroy(Portlet portlet) |
void |
PortletInstanceFactory.destroy(Portlet portlet) |
void |
PortletConfigFactory.destroy(Portlet portlet) |
static javax.portlet.PortletConfig |
PortletConfigFactoryUtil.get(Portlet portlet) |
javax.portlet.PortletConfig |
PortletConfigFactory.get(Portlet portlet) |
javax.servlet.http.Part |
ClientDataRequestHelper.getPart(String name,
Object request,
Portlet portlet) |
static javax.servlet.http.Part |
ClientDataRequestHelperUtil.getPart(String name,
Object request,
Portlet portlet) |
Collection<javax.servlet.http.Part> |
ClientDataRequestHelper.getParts(Object request,
Portlet portlet) |
static Collection<javax.servlet.http.Part> |
ClientDataRequestHelperUtil.getParts(Object request,
Portlet portlet) |
static javax.portlet.PreferencesValidator |
PortletPreferencesFactoryUtil.getPreferencesValidator(Portlet portlet) |
javax.portlet.PreferencesValidator |
PortletPreferencesFactory.getPreferencesValidator(Portlet portlet) |
boolean |
AdministratorControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
Returns
true if the current user is the company's
administrator. |
boolean |
LiberalControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
BaseControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
ControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
boolean |
OmniadminControlPanelEntry.hasAccessPermission(PermissionChecker permissionChecker,
Group group,
Portlet portlet)
Returns
true if the current user is an omni administrator. |
protected boolean |
BaseControlPanelEntry.hasAccessPermissionDenied(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
protected boolean |
BaseControlPanelEntry.hasAccessPermissionExplicitlyGranted(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
protected boolean |
BaseControlPanelEntry.hasPermissionImplicitlyGranted(PermissionChecker permissionChecker,
Group group,
Portlet portlet) |
void |
PortletContainer.preparePortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
static void |
PortletContainerUtil.preparePortlet(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
ActionResult |
PortletContainer.processAction(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
static void |
PortletContainerUtil.processAction(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
List<javax.portlet.Event> |
PortletContainer.processEvent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet,
Layout layout,
javax.portlet.Event event) |
static void |
PortletContainerUtil.processEvent(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet,
Layout layout,
javax.portlet.Event event) |
void |
PortletContainer.processPublicRenderParameters(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
static void |
PortletContainerUtil.processPublicRenderParameters(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
void |
PortletContainer.render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
static void |
PortletContainerUtil.render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
void |
PortletContainer.renderHeaders(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
static void |
PortletContainerUtil.renderHeaders(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
void |
PortletContainer.serveResource(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
static void |
PortletContainerUtil.serveResource(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
Portlet portlet) |
static javax.portlet.PortletConfig |
PortletConfigFactoryUtil.update(Portlet portlet) |
javax.portlet.PortletConfig |
PortletConfigFactory.update(Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
abstract Collection<String> |
PortletResourceAccessor.get(Portlet portlet) |
static PortletRenderParts |
PortletRenderUtil.getPortletRenderParts(javax.servlet.http.HttpServletRequest httpServletRequest,
String portletHTML,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
static void |
PortletRenderUtil.writeFooterCSSPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
Collection<Portlet> portlets,
Writer writer) |
static void |
PortletRenderUtil.writeFooterJavaScriptPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
Collection<Portlet> portlets,
Writer writer) |
static void |
PortletRenderUtil.writeHeaderCSSPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
Collection<Portlet> portlets,
Writer writer) |
static void |
PortletRenderUtil.writeHeaderJavaScriptPaths(javax.servlet.http.HttpServletRequest httpServletRequest,
Collection<Portlet> portlets,
Writer writer) |
Modifier and Type | Method and Description |
---|---|
boolean |
BaseAuthTokenWhitelist.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
boolean |
AuthTokenWhitelist.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
static boolean |
AuthTokenWhitelistUtil.isPortletCSRFWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
boolean |
BaseAuthTokenWhitelist.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
boolean |
AuthTokenWhitelist.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
static boolean |
AuthTokenWhitelistUtil.isPortletInvocationWhitelisted(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet) |
static boolean |
AuthTokenUtil.isValidPortletInvocationToken(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
boolean |
AuthToken.isValidPortletInvocationToken(javax.servlet.http.HttpServletRequest httpServletRequest,
Layout layout,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceActions.populatePortletResource(Portlet portlet,
ClassLoader classLoader,
Document document) |
static void |
ResourceActionsUtil.populatePortletResource(Portlet portlet,
ClassLoader classLoader,
String... sources) |
void |
ResourceActions.populatePortletResource(Portlet portlet,
ClassLoader classLoader,
String... sources) |
Modifier and Type | Method and Description |
---|---|
static Portlet |
PortletLocalServiceUtil.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
Portlet |
PortletLocalService.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
Portlet |
PortletLocalServiceWrapper.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
static Portlet |
PortletLocalServiceUtil.clonePortlet(String portletId) |
Portlet |
PortletLocalService.clonePortlet(String portletId) |
Portlet |
PortletLocalServiceWrapper.clonePortlet(String portletId) |
static Portlet |
PortletLocalServiceUtil.createPortlet(long id)
Creates a new portlet with the primary key.
|
Portlet |
PortletLocalService.createPortlet(long id)
Creates a new portlet with the primary key.
|
Portlet |
PortletLocalServiceWrapper.createPortlet(long id)
Creates a new portlet with the primary key.
|
static Portlet |
PortletLocalServiceUtil.deletePortlet(long id)
Deletes the portlet with the primary key from the database.
|
Portlet |
PortletLocalService.deletePortlet(long id)
Deletes the portlet with the primary key from the database.
|
Portlet |
PortletLocalServiceWrapper.deletePortlet(long id)
Deletes the portlet with the primary key from the database.
|
static Portlet |
PortletLocalServiceUtil.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
Portlet |
PortletLocalService.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
Portlet |
PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
Portlet |
PortletLocalService.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String categoryName) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String categoryName) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String categoryName) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
static Portlet |
PortletLocalServiceUtil.fetchPortlet(long id) |
Portlet |
PortletLocalService.fetchPortlet(long id) |
Portlet |
PortletLocalServiceWrapper.fetchPortlet(long id) |
static Portlet |
PortletLocalServiceUtil.fetchPortletById(long companyId,
String portletId) |
Portlet |
PortletLocalService.fetchPortletById(long companyId,
String portletId) |
Portlet |
PortletLocalServiceWrapper.fetchPortletById(long companyId,
String portletId) |
static Portlet |
PortletLocalServiceUtil.getPortlet(long id)
Returns the portlet with the primary key.
|
Portlet |
PortletLocalService.getPortlet(long id)
Returns the portlet with the primary key.
|
Portlet |
PortletLocalServiceWrapper.getPortlet(long id)
Returns the portlet with the primary key.
|
static Portlet |
PortletLocalServiceUtil.getPortletById(long companyId,
String portletId) |
Portlet |
PortletLocalService.getPortletById(long companyId,
String portletId) |
Portlet |
PortletLocalServiceWrapper.getPortletById(long companyId,
String portletId) |
static Portlet |
PortletLocalServiceUtil.getPortletById(String portletId) |
Portlet |
PortletLocalService.getPortletById(String portletId) |
Portlet |
PortletLocalServiceWrapper.getPortletById(String portletId) |
static Portlet |
PortletLocalServiceUtil.getPortletByStrutsPath(long companyId,
String strutsPath) |
Portlet |
PortletLocalService.getPortletByStrutsPath(long companyId,
String strutsPath) |
Portlet |
PortletLocalServiceWrapper.getPortletByStrutsPath(long companyId,
String strutsPath) |
Portlet |
PortletServiceWrapper.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
Portlet |
PortletService.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
static Portlet |
PortletLocalServiceUtil.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
static Portlet |
PortletServiceUtil.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
Portlet |
PortletLocalService.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
Portlet |
PortletLocalServiceWrapper.updatePortlet(long companyId,
String portletId,
String roles,
boolean active) |
static Portlet |
PortletLocalServiceUtil.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Portlet |
PortletLocalService.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Portlet |
PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
static List<Portlet> |
PortletLocalServiceUtil.getFriendlyURLMapperPortlets() |
List<Portlet> |
PortletLocalService.getFriendlyURLMapperPortlets() |
List<Portlet> |
PortletLocalServiceWrapper.getFriendlyURLMapperPortlets() |
static List<Portlet> |
PortletLocalServiceUtil.getPortlets() |
List<Portlet> |
PortletLocalService.getPortlets() |
List<Portlet> |
PortletLocalServiceWrapper.getPortlets() |
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(int start,
int end)
Returns a range of all the portlets.
|
List<Portlet> |
PortletLocalService.getPortlets(int start,
int end)
Returns a range of all the portlets.
|
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(int start,
int end)
Returns a range of all the portlets.
|
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(long companyId) |
List<Portlet> |
PortletLocalService.getPortlets(long companyId) |
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(long companyId) |
static List<Portlet> |
PortletLocalServiceUtil.getPortlets(long companyId,
boolean showSystem,
boolean showPortal) |
List<Portlet> |
PortletLocalService.getPortlets(long companyId,
boolean showSystem,
boolean showPortal) |
List<Portlet> |
PortletLocalServiceWrapper.getPortlets(long companyId,
boolean showSystem,
boolean showPortal) |
static List<Portlet> |
PortletLocalServiceUtil.getScopablePortlets() |
List<Portlet> |
PortletLocalService.getScopablePortlets() |
List<Portlet> |
PortletLocalServiceWrapper.getScopablePortlets() |
static List<Portlet> |
PortletLocalServiceUtil.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Portlet> |
PortletLocalService.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
List<Portlet> |
PortletLocalServiceWrapper.initWAR(String servletContextName,
javax.servlet.ServletContext servletContext,
String[] xmls,
PluginPackage pluginPackage) |
static Map<String,Portlet> |
PortletLocalServiceUtil.loadGetPortletsMap(long companyId) |
Map<String,Portlet> |
PortletLocalService.loadGetPortletsMap(long companyId) |
Map<String,Portlet> |
PortletLocalServiceWrapper.loadGetPortletsMap(long companyId) |
Modifier and Type | Method and Description |
---|---|
static Portlet |
PortletLocalServiceUtil.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
Portlet |
PortletLocalService.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
Portlet |
PortletLocalServiceWrapper.addPortlet(Portlet portlet)
Adds the portlet to the database.
|
PortletPreferences |
PortletPreferencesLocalService.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences) |
static PortletPreferences |
PortletPreferencesLocalServiceUtil.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences) |
PortletPreferences |
PortletPreferencesLocalServiceWrapper.addPortletPreferences(long companyId,
long ownerId,
int ownerType,
long plid,
String portletId,
Portlet portlet,
String defaultPreferences) |
static void |
PortletLocalServiceUtil.checkPortlet(Portlet portlet) |
void |
PortletLocalService.checkPortlet(Portlet portlet) |
void |
PortletLocalServiceWrapper.checkPortlet(Portlet portlet) |
static Portlet |
PortletLocalServiceUtil.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
Portlet |
PortletLocalService.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
Portlet |
PortletLocalServiceWrapper.deletePortlet(Portlet portlet)
Deletes the portlet from the database.
|
static void |
PortletLocalServiceUtil.deployPortlet(Portlet portlet) |
void |
PortletLocalService.deployPortlet(Portlet portlet) |
void |
PortletLocalServiceWrapper.deployPortlet(Portlet portlet) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
Portlet |
PortletLocalService.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(long[] companyIds,
Portlet portlet,
String[] categoryNames,
boolean eagerDestroy,
boolean clearCache) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String categoryName) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String categoryName) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String categoryName) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String[] categoryNames) |
static Portlet |
PortletLocalServiceUtil.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
Portlet |
PortletLocalService.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
Portlet |
PortletLocalServiceWrapper.deployRemotePortlet(Portlet portlet,
String[] categoryNames,
boolean eagerDestroy) |
static void |
PortletLocalServiceUtil.destroyPortlet(Portlet portlet) |
void |
PortletLocalService.destroyPortlet(Portlet portlet) |
void |
PortletLocalServiceWrapper.destroyPortlet(Portlet portlet) |
static void |
PortletLocalServiceUtil.destroyRemotePortlet(Portlet portlet) |
void |
PortletLocalService.destroyRemotePortlet(Portlet portlet) |
void |
PortletLocalServiceWrapper.destroyRemotePortlet(Portlet portlet) |
long |
PortletPreferencesLocalService.getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences) |
static long |
PortletPreferencesLocalServiceUtil.getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences) |
long |
PortletPreferencesLocalServiceWrapper.getPortletPreferencesCount(long ownerId,
int ownerType,
long plid,
Portlet portlet,
boolean excludeDefaultPreferences) |
void |
ResourcePermissionLocalServiceWrapper.initPortletDefaultPermissions(Portlet portlet) |
static void |
ResourcePermissionLocalServiceUtil.initPortletDefaultPermissions(Portlet portlet) |
void |
ResourcePermissionLocalService.initPortletDefaultPermissions(Portlet portlet) |
static Portlet |
PortletLocalServiceUtil.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Portlet |
PortletLocalService.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Portlet |
PortletLocalServiceWrapper.updatePortlet(Portlet portlet)
Updates the portlet in the database or adds it if it does not yet exist.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupServiceWrapper.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
static List<Group> |
GroupServiceUtil.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
List<Group> |
GroupService.getManageableSiteGroups(Collection<Portlet> portlets,
int max)
Returns a range of all the site groups for which the user has control
panel access.
|
Map<String,javax.portlet.PortletPreferences> |
PortletPreferencesLocalService.getStrictPreferences(Layout layout,
List<Portlet> portlets) |
static Map<String,javax.portlet.PortletPreferences> |
PortletPreferencesLocalServiceUtil.getStrictPreferences(Layout layout,
List<Portlet> portlets) |
Map<String,javax.portlet.PortletPreferences> |
PortletPreferencesLocalServiceWrapper.getStrictPreferences(Layout layout,
List<Portlet> portlets) |
static void |
PortletLocalServiceUtil.visitPortlets(long companyId,
Consumer<Portlet> consumer) |
void |
PortletLocalService.visitPortlets(long companyId,
Consumer<Portlet> consumer) |
void |
PortletLocalServiceWrapper.visitPortlets(long companyId,
Consumer<Portlet> consumer) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId,
boolean strict) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
Layout layout,
Portlet portlet,
String actionId,
boolean strict) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict,
boolean checkStagingPermission) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
long groupId,
Layout layout,
Portlet portlet,
String actionId,
boolean strict,
boolean checkStagingPermission) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId) |
static boolean |
PortletPermissionUtil.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId,
boolean strict) |
boolean |
PortletPermissionUtil_IW.contains(PermissionChecker permissionChecker,
long plid,
Portlet portlet,
String actionId,
boolean strict) |
static boolean |
PortletPermissionUtil.hasAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Layout layout,
Portlet portlet,
javax.portlet.PortletMode portletMode) |
boolean |
PortletPermissionUtil_IW.hasAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Layout layout,
Portlet portlet,
javax.portlet.PortletMode portletMode) |
static boolean |
PortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Portlet portlet) |
boolean |
PortletPermissionUtil_IW.hasControlPanelAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PortletPermissionUtil.hasControlPanelAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Collection<Portlet> portlets) |
boolean |
PortletPermissionUtil_IW.hasControlPanelAccessPermission(PermissionChecker permissionChecker,
long scopeGroupId,
Collection<Portlet> portlets) |
Modifier and Type | Method and Description |
---|---|
Portlet |
PortletPersistence.create(long id)
Creates a new portlet with the primary key.
|
static Portlet |
PortletUtil.create(long id)
Creates a new portlet with the primary key.
|
Portlet |
PortletPersistence.fetchByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or returns
null if it could not be found. |
static Portlet |
PortletUtil.fetchByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or returns
null if it could not be found. |
Portlet |
PortletPersistence.fetchByC_P(long companyId,
String portletId,
boolean useFinderCache)
Returns the portlet where companyId = ? and portletId = ? or returns
null if it could not be found, optionally using the finder cache. |
static Portlet |
PortletUtil.fetchByC_P(long companyId,
String portletId,
boolean useFinderCache)
Returns the portlet where companyId = ? and portletId = ? or returns
null if it could not be found, optionally using the finder cache. |
Portlet |
PortletPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.fetchByPrimaryKey(long id)
Returns the portlet with the primary key or returns
null if it could not be found. |
static Portlet |
PortletUtil.fetchByPrimaryKey(long id)
Returns the portlet with the primary key or returns
null if it could not be found. |
Portlet |
PortletPersistence.findByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or throws a
NoSuchPortletException if it could not be found. |
static Portlet |
PortletUtil.findByC_P(long companyId,
String portletId)
Returns the portlet where companyId = ? and portletId = ? or throws a
NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
Portlet[] |
PortletPersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
|
static Portlet[] |
PortletUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.findByPrimaryKey(long id)
Returns the portlet with the primary key or throws a
NoSuchPortletException if it could not be found. |
static Portlet |
PortletUtil.findByPrimaryKey(long id)
Returns the portlet with the primary key or throws a
NoSuchPortletException if it could not be found. |
Portlet |
PortletPersistence.remove(long id)
Removes the portlet with the primary key from the database.
|
static Portlet |
PortletUtil.remove(long id)
Removes the portlet with the primary key from the database.
|
Portlet |
PortletPersistence.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database.
|
static Portlet |
PortletUtil.removeByC_P(long companyId,
String portletId)
Removes the portlet where companyId = ? and portletId = ? from the database.
|
static Portlet |
PortletUtil.update(Portlet portlet) |
static Portlet |
PortletUtil.update(Portlet portlet,
ServiceContext serviceContext) |
Portlet |
PortletPersistence.updateImpl(Portlet portlet) |
static Portlet |
PortletUtil.updateImpl(Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
static Map<Serializable,Portlet> |
PortletUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys) |
List<Portlet> |
PortletPersistence.findAll()
Returns all the portlets.
|
static List<Portlet> |
PortletUtil.findAll()
Returns all the portlets.
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end)
Returns a range of all the portlets.
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end)
Returns a range of all the portlets.
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets.
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets.
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets.
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId)
Returns all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId)
Returns all the portlets where companyId = ?.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end)
Returns a range of all the portlets where companyId = ?.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery) |
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end) |
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Portlet> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
PortletPersistence.cacheResult(Portlet portlet)
Caches the portlet in the entity cache if it is enabled.
|
static void |
PortletUtil.cacheResult(Portlet portlet)
Caches the portlet in the entity cache if it is enabled.
|
static void |
PortletUtil.clearCache(Portlet portlet) |
static Portlet |
PortletUtil.update(Portlet portlet) |
static Portlet |
PortletUtil.update(Portlet portlet,
ServiceContext serviceContext) |
Portlet |
PortletPersistence.updateImpl(Portlet portlet) |
static Portlet |
PortletUtil.updateImpl(Portlet portlet) |
Modifier and Type | Method and Description |
---|---|
void |
PortletPersistence.cacheResult(List<Portlet> portlets)
Caches the portlets in the entity cache if it is enabled.
|
static void |
PortletUtil.cacheResult(List<Portlet> portlets)
Caches the portlets in the entity cache if it is enabled.
|
Portlet |
PortletPersistence.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.fetchByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.fetchByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets.
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets.
|
List<Portlet> |
PortletPersistence.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets.
|
static List<Portlet> |
PortletUtil.findAll(int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets.
|
Portlet |
PortletPersistence.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.findByCompanyId_First(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the first portlet in the ordered set where companyId = ?.
|
Portlet |
PortletPersistence.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
static Portlet |
PortletUtil.findByCompanyId_Last(long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the last portlet in the ordered set where companyId = ?.
|
Portlet[] |
PortletPersistence.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
|
static Portlet[] |
PortletUtil.findByCompanyId_PrevAndNext(long id,
long companyId,
OrderByComparator<Portlet> orderByComparator)
Returns the portlets before and after the current portlet in the ordered set where companyId = ?.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator)
Returns an ordered range of all the portlets where companyId = ?.
|
List<Portlet> |
PortletPersistence.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findByCompanyId(long companyId,
int start,
int end,
OrderByComparator<Portlet> orderByComparator,
boolean useFinderCache)
Returns an ordered range of all the portlets where companyId = ?.
|
static List<Portlet> |
PortletUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<Portlet> orderByComparator) |
Modifier and Type | Method and Description |
---|---|
void |
Portal.addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet)
Adds the default resource permissions for the portlet to the page.
|
static void |
PortalUtil.addPortletDefaultResource(javax.servlet.http.HttpServletRequest httpServletRequest,
Portlet portlet)
Adds the default resource permissions for the portlet to the page in the
request.
|
void |
Portal.addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet) |
static void |
PortalUtil.addPortletDefaultResource(long companyId,
Layout layout,
Portlet portlet) |
String |
Portal.getGoogleGadgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
static String |
PortalUtil.getGoogleGadgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
String |
Portal.getNetvibesURL(Portlet portlet,
ThemeDisplay themeDisplay) |
static String |
PortalUtil.getNetvibesURL(Portlet portlet,
ThemeDisplay themeDisplay) |
String |
Portal.getPortletDescription(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
static String |
PortalUtil.getPortletDescription(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
String |
Portal.getPortletDescription(Portlet portlet,
User user) |
static String |
PortalUtil.getPortletDescription(Portlet portlet,
User user) |
String |
Portal.getPortletLongTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
static String |
PortalUtil.getPortletLongTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
String |
Portal.getPortletTitle(Portlet portlet,
Locale locale) |
static String |
PortalUtil.getPortletTitle(Portlet portlet,
Locale locale) |
String |
Portal.getPortletTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
static String |
PortalUtil.getPortletTitle(Portlet portlet,
javax.servlet.ServletContext servletContext,
Locale locale) |
String |
Portal.getPortletTitle(Portlet portlet,
String languageId) |
static String |
PortalUtil.getPortletTitle(Portlet portlet,
String languageId) |
String |
Portal.getPortletTitle(Portlet portlet,
User user) |
static String |
PortalUtil.getPortletTitle(Portlet portlet,
User user) |
javax.portlet.PreferencesValidator |
Portal.getPreferencesValidator(Portlet portlet) |
static javax.portlet.PreferencesValidator |
PortalUtil.getPreferencesValidator(Portlet portlet) |
String |
Portal.getWidgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
static String |
PortalUtil.getWidgetURL(Portlet portlet,
ThemeDisplay themeDisplay) |
Modifier and Type | Method and Description |
---|---|
int |
PortletTitleComparator.compare(Portlet portlet1,
Portlet portlet2) |
int |
PortletNameComparator.compare(Portlet portlet1,
Portlet portlet2) |
int |
PortletControlPanelWeightComparator.compare(Portlet portlet1,
Portlet portlet2) |
Modifier and Type | Method and Description |
---|---|
static String |
WebDAVUtil.getStorageToken(Portlet portlet) |