| Modifier and Type | Method and Description |
|---|---|
PortalControllerContext |
DocumentContext.getPortalControllerContext()
Get portal controller context.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IContributionService.getAskPublishContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Return a "ask to publish" contribution URL for current document.
|
String |
IContributionService.getCancelPublishingAskContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Return a "cancel publising workflow" contribution URL for current document.
|
String |
IContributionService.getChangeEditionStateUrl(PortalControllerContext portalControllerContext,
IContributionService.EditionState state)
Change current window state
|
IContributionService.EditionState |
IContributionService.getEditionState(PortalControllerContext portalControllerContext)
get current window state
|
String |
IContributionService.getPublishContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Return a publish contribution URL for current document.
|
String |
IContributionService.getRejectPublishContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Return a "reject publishing" contribution URL for current document.
|
String |
IContributionService.getUnpublishContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Get unpublish contribution URL for current document.
|
String |
IContributionService.getValidatePublishContributionURL(PortalControllerContext portalControllerContext,
String docPath)
Return a "validate publishing" contribution URL for current document.
|
void |
IContributionService.removeWindowEditionState(PortalControllerContext portalControllerContext)
remove current window state
|
| Modifier and Type | Method and Description |
|---|---|
PortalControllerContext |
CustomizationContext.getPortalControllerContext()
Getter for portalControllerContext.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizationContext.setPortalControllerContext(PortalControllerContext portalControllerContext)
Setter for portalControllerContext.
|
| Constructor and Description |
|---|
CustomizationContext(Map<String,Object> attributes,
PortalControllerContext portalControllerContext,
Locale locale)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Link |
PersonService.getCardUrl(PortalControllerContext portalControllerContext,
Person p)
Get a link to the card person portlet
|
Object |
PersonService.getEcmProfile(PortalControllerContext portalControllerContext,
Person person)
Get a document with user profile properties
|
Link |
PersonService.getMyCardUrl(PortalControllerContext portalControllerContext)
Get a link to my card
|
boolean |
PersonService.isPortalAdministrator(PortalControllerContext portalControllerContext)
Check if the current user is a portal administrator.
|
| Modifier and Type | Method and Description |
|---|---|
List<EditorModule> |
EditorService.getModules(PortalControllerContext portalControllerContext)
Get modules.
|
void |
EditorModuleResource.serve(PortalControllerContext portalControllerContext)
Serve editor module resource.
|
void |
EditorService.serveResource(PortalControllerContext portalControllerContext,
String editorId)
Serve resource.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LogContext.createContext(PortalControllerContext portalControllerContext,
String domain,
String code)
Create a new log context.
|
void |
LogContext.deleteContext(PortalControllerContext portalControllerContext)
Delete current log context.
|
String |
LogContext.getToken(PortalControllerContext portalControllerContext)
Get current log context token.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IMenubarService.addDropdown(PortalControllerContext portalControllerContext,
MenubarDropdown dropdown)
Add menubar dropdown menu.
|
void |
MenubarModule.customizeDocument(PortalControllerContext portalControllerContext,
List<MenubarItem> menubar,
DocumentContext documentContext)
Customize document.
|
void |
MenubarModule.customizeSpace(PortalControllerContext portalControllerContext,
List<MenubarItem> menubar,
DocumentContext spaceDocumentContext)
Customize space.
|
String |
IMenubarService.generateNavbarContent(PortalControllerContext portalControllerContext)
Generate navbar actions menubar HTML content.
|
String |
IMenubarService.generatePortletContent(PortalControllerContext portalControllerContext,
List<MenubarItem> items)
Generate portlet menubar HTML content.
|
MenubarDropdown |
IMenubarService.getDropdown(PortalControllerContext portalControllerContext,
String id)
Get menubar dropdown menu.
|
Map<MenubarGroup,Set<MenubarItem>> |
IMenubarService.getNavbarSortedItems(PortalControllerContext portalControllerContext)
Get navbar menubar items, sorted by groups.
|
List<MenubarItem> |
IMenubarService.getStateItems(PortalControllerContext portalControllerContext)
Get state menubar items.
|
| Modifier and Type | Method and Description |
|---|---|
void |
INotificationsService.addNotifications(PortalControllerContext portalControllerContext,
Notifications notifications)
Add notifications.
|
void |
INotificationsService.addSimpleNotification(PortalControllerContext portalControllerContext,
String message,
NotificationsType type)
Add a simple notification.
|
void |
INotificationsService.addSimpleNotification(PortalControllerContext portalControllerContext,
String message,
NotificationsType type,
Long errorCode)
Add a simple notification.
|
List<Notifications> |
INotificationsService.getNotificationsList(PortalControllerContext portalControllerContext)
Get notifications list.
|
List<Notifications> |
INotificationsService.readNotificationsList(PortalControllerContext portalControllerContext)
Read and remove notifications.
|
void |
INotificationsService.setNotificationsList(PortalControllerContext portalControllerContext,
List<Notifications> notificationsList)
Set notifications list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPanelsService.closePanel(PortalControllerContext portalControllerContext,
Panel panel)
Close panel.
|
PanelPlayer |
IPanelsService.getNavigationPlayer(PortalControllerContext portalControllerContext,
String instance)
Get navigation panel player.
|
void |
IPanelsService.hidePanel(PortalControllerContext portalControllerContext,
Panel panel)
Hide previously created panel.
|
Boolean |
IPanelsService.isHidden(PortalControllerContext portalControllerContext,
Panel panel)
Check if panel is hidden.
|
void |
IPanelsService.openPanel(PortalControllerContext portalControllerContext,
Panel panel,
PanelPlayer player)
Open panel.
|
void |
IPanelsService.resetTaskDependentPanels(PortalControllerContext portalControllerContext) |
void |
IPanelsService.showPanel(PortalControllerContext portalControllerContext,
Panel panel)
Show previously created panel.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IBrowserService.browse(PortalControllerContext portalControllerContext)
Browse documents into JSON data.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PortalGenericPortlet.addNotification(PortalControllerContext pcc,
String label,
NotificationsType notificationType)
Display a notification with a key label
|
protected void |
PortalGenericPortlet.addNotification(PortalControllerContext pcc,
String label,
NotificationsType notificationType,
Object... args)
Display a notification with a key label and variables
|
protected String |
PortalGenericPortlet.getMessage(PortalControllerContext pcc,
String label)
Return a label in resources files
|
protected String |
PortalGenericPortlet.getMessage(PortalControllerContext pcc,
String label,
Object... args)
Return a label in resources files
|
<T extends PortletStatus> |
IPortletStatusService.getStatus(PortalControllerContext portalControllerContext,
String portletName,
Class<T> type)
Get portlet status.
|
void |
IPortletStatusService.resetTaskDependentStatus(PortalControllerContext portalControllerContext)
Reset task dependent portlet status.
|
void |
IPortletStatusService.setStatus(PortalControllerContext portalControllerContext,
String portletName,
PortletStatus status)
Set portlet status.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ISelectionService.addItem(PortalControllerContext portalControllerContext,
String id,
SelectionItem item)
Add item to a specified selection.
|
void |
ISelectionService.deleteSelection(PortalControllerContext portalControllerContext,
String id)
Delete a specified selection.
|
Set<SelectionItem> |
ISelectionService.getSelectionItems(PortalControllerContext portalControllerContext,
String id)
Access to a specified selection items set.
|
boolean |
ISelectionService.removeItem(PortalControllerContext portalControllerContext,
String id,
String itemId)
Remove item to a specified selection.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
IPortletSequencingService.getAttribute(PortalControllerContext portalControllerContext,
String name)
Get sequencing attribute.
|
Map<String,Object> |
IPortletSequencingService.getAttributes(PortalControllerContext portalControllerContext)
Get sequencing attributes.
|
void |
IPortletSequencingService.removeAttribute(PortalControllerContext portalControllerContext,
String name)
Remove sequencing attribute.
|
void |
IPortletSequencingService.setAttribute(PortalControllerContext portalControllerContext,
String name,
Object value)
Set sequencing attribute.
|
| Modifier and Type | Method and Description |
|---|---|
SpaceStatistics |
IStatisticsService.getSpaceStatistics(PortalControllerContext portalControllerContext,
String path)
Get space statistics.
|
void |
IStatisticsService.incrementsUserStatistics(PortalControllerContext portalControllerContext,
String path)
Add user session statistics.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ITaskbarService.getActiveId(PortalControllerContext portalControllerContext)
Get active taskbar task identifier.
|
List<TaskbarTask> |
ITaskbarService.getAllTasks(PortalControllerContext portalControllerContext,
String basePath,
boolean superUser)
Get taskbar tasks.
|
SortedSet<TaskbarItem> |
ITaskbarService.getDefaultItems(PortalControllerContext portalControllerContext)
Get default taskbar items, sorted by order.
|
TaskbarItem |
ITaskbarService.getItem(PortalControllerContext portalControllerContext,
String id)
Get taskbar item.
|
TaskbarItems |
ITaskbarService.getItems(PortalControllerContext portalControllerContext)
Get taskbar items.
|
TaskbarTask |
ITaskbarService.getTask(PortalControllerContext portalControllerContext,
String basePath,
String id)
Get taskbar task.
|
List<TaskbarTask> |
ITaskbarService.getTasks(PortalControllerContext portalControllerContext,
String basePath)
Get taskbar tasks.
|
List<TaskbarTask> |
ITaskbarService.getTasks(PortalControllerContext portalControllerContext,
String basePath,
boolean navigation)
Deprecated.
|
void |
TaskbarItemExecutor.invoke(PortalControllerContext portalControllerContext,
TaskbarTask task)
Invoke executor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ITasksService.getCommandUrl(PortalControllerContext portalControllerContext,
UUID uuid,
String actionId,
String redirectionUrl)
Get update task command URL.
|
EcmDocument |
ITasksService.getTask(PortalControllerContext portalControllerContext,
String path)
Get current user task.
|
EcmDocument |
ITasksService.getTask(PortalControllerContext portalControllerContext,
UUID uuid)
Get current user task.
|
List<EcmDocument> |
ITasksService.getTasks(PortalControllerContext portalControllerContext)
Get current user tasks.
|
int |
ITasksService.getTasksCount(PortalControllerContext portalControllerContext)
Get current user tasks count.
|
void |
ITasksService.resetTasksCount(PortalControllerContext portalControllerContext)
Reset tasks count.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TabGroup.contains(PortalControllerContext portalControllerContext,
EcmDocument document,
String type,
Map<String,String> pageProperties)
Check if this group contains this document.
|
boolean |
TabGroup.maintains(PortalControllerContext portalControllerContext,
EcmDocument document,
String type,
Map<String,String> pageProperties)
Check if this group maintains visible this document.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IResizableService.getSaveWidthUrl(PortalControllerContext portalControllerContext,
boolean linkedToTasks)
Get save resizable width URL.
|
org.dom4j.Element |
IResizableService.getTagContent(PortalControllerContext portalControllerContext,
Boolean enabled,
Boolean linkedToTasks,
String bodyContent,
String htmlClasses,
Integer minWidth,
Integer maxWidth)
Get resizable tag DOM element.
|
Integer |
IResizableService.getWidth(PortalControllerContext portalControllerContext,
boolean linkedToTasks)
Get rezisable width.
|
void |
IResizableService.saveWidth(PortalControllerContext portalControllerContext,
boolean linkedToTasks,
Integer width)
Save resizable width.
|
| Modifier and Type | Method and Description |
|---|---|
LayoutItem |
LayoutItemsService.getCurrentItem(PortalControllerContext portalControllerContext,
String groupId)
Get current layout item.
|
List<LayoutItem> |
LayoutItemsService.getCurrentItems(PortalControllerContext portalControllerContext)
Get current layout items.
|
LayoutGroup |
LayoutItemsService.getGroup(PortalControllerContext portalControllerContext,
String groupId)
Get layout group.
|
List<LayoutGroup> |
LayoutItemsService.getGroups(PortalControllerContext portalControllerContext)
Get layout groups.
|
List<LayoutItem> |
LayoutItemsService.getItems(PortalControllerContext portalControllerContext,
String groupId)
Get layout items.
|
boolean |
LayoutItemsService.isDirty(PortalControllerContext portalControllerContext,
org.jboss.portal.core.model.portal.Window window)
Check if window is dirty.
|
boolean |
LayoutItemsService.isSelected(PortalControllerContext portalControllerContext,
String itemId)
Check if layout item is selected.
|
void |
LayoutItemsService.markWindowAsRendered(PortalControllerContext portalControllerContext,
org.jboss.portal.core.model.portal.Window window)
Mark window as rendered, to prevent unnecessary Ajax refresh.
|
void |
LayoutItemsService.selectItem(PortalControllerContext portalControllerContext,
String itemId)
Select layout item.
|
void |
LayoutItemsService.setGroup(PortalControllerContext portalControllerContext,
LayoutGroup group)
Set layout group.
|
| Modifier and Type | Method and Description |
|---|---|
String |
IPortalUrlFactory.adaptPortalUrlToNavigation(PortalControllerContext portalControllerContext,
String originalUrl)
Adapt portal URL to navigation.
|
String |
IPortalUrlFactory.adaptPortalUrlToPopup(PortalControllerContext portalControllerContext,
String originalUrl,
int adapter)
Adapt portal URL to popup.
|
String |
IPortalUrlFactory.getAdvancedSearchUrl(PortalControllerContext portalControllerContext,
String search,
boolean advancedSearch)
Get advanced search URL.
|
String |
IPortalUrlFactory.getAdvancedSearchUrl(PortalControllerContext portalControllerContext,
String search,
boolean advancedSearch,
Map<String,List<String>> selectors)
Get advanced search URL with prevalued selectors.
|
String |
IPortalUrlFactory.getBackURL(PortalControllerContext portalControllerContext,
boolean mobile)
Get back URL.
|
String |
IPortalUrlFactory.getBackURL(PortalControllerContext portalControllerContext,
boolean mobile,
boolean refresh)
Get back URL.
|
String |
IPortalUrlFactory.getBasePortalUrl(PortalControllerContext portalControllerContext)
Get base portal URL.
|
String |
IPortalUrlFactory.getCMSUrl(PortalControllerContext portalControllerContext,
String pagePath,
String cmsPath,
Map<String,String> pageParams,
String contextualization,
String displayContext,
String hideMetaDatas,
String scope,
String displayLiveVersion,
String windowPermReference)
Get CMS URL.
|
String |
IPortalUrlFactory.getDestroyCurrentPageUrl(PortalControllerContext portalControllerContext)
Get destroy current page URL.
|
String |
IPortalUrlFactory.getDestroyCurrentPageUrl(PortalControllerContext portalControllerContext,
String redirectionUrl)
Get destroy current page URL.
|
String |
IPortalUrlFactory.getDestroyCurrentPageUrl(PortalControllerContext portalControllerContext,
String redirectionUrl,
boolean closeChildren)
Get destroy current page URL.
|
String |
IPortalUrlFactory.getDestroyPageUrl(PortalControllerContext portalControllerContext,
String pageId)
Get destroy page URL.
|
String |
IPortalUrlFactory.getDestroyPageUrl(PortalControllerContext portalControllerContext,
String pageId,
boolean closeChildren)
Get destroy page URL.
|
String |
IPortalUrlFactory.getDestroyPageUrl(PortalControllerContext portalControllerContext,
String parentId,
String pageId)
Deprecated.
remove useless attribute parentId
|
String |
IPortalUrlFactory.getEcmCommandUrl(PortalControllerContext portalControllerContext,
String path,
EcmCommonCommands commandName)
Return an url who fire the ECM
|
String |
IPortalUrlFactory.getEcmCommandUrl(PortalControllerContext portalControllerContext,
String path,
EcmCommonCommands commandName,
String redirectionPath)
Return an url who fire the ECM
|
String |
IPortalUrlFactory.getEcmCommandUrl(PortalControllerContext portalControllerContext,
String path,
String commandName,
String redirectionPath)
Return an url who fire the ECM
|
String |
IPortalUrlFactory.getEcmUrl(PortalControllerContext pcc,
EcmViews command,
String path,
Map<String,String> requestParameters)
Get an ECM URL (for front office views)
|
String |
IPortalUrlFactory.getHomePageUrl(PortalControllerContext portalControllerContext,
boolean refresh)
Get home page URL.
|
String |
IPortalUrlFactory.getHttpErrorUrl(PortalControllerContext portalControllerContext,
int httpErrorCode)
Get HTTP error page URL.
|
String |
IPortalUrlFactory.getLoginUrl(PortalControllerContext portalControllerContext)
Get login URL.
|
String |
IPortalUrlFactory.getParameterizedURL(PortalControllerContext portalControllerContext,
String cmsPath,
String template,
String renderset,
String layoutState,
Boolean permalinks)
Get parameterized URL.
|
String |
IPortalUrlFactory.getPermaLink(PortalControllerContext portalControllerContext,
String permLinkRef,
Map<String,String> params,
String cmsPath,
String permLinkType)
Get permalink URL.
|
org.jboss.portal.core.model.portal.Page |
IPortalUrlFactory.getPortalCMSContextualizedPage(PortalControllerContext portalControllerContext,
String path)
Get portal CMS contextualized page.
|
String |
IPortalUrlFactory.getProfiledHomePageUrl(PortalControllerContext portalControllerContext)
Get profiled home page URL.
|
String |
IPortalUrlFactory.getPutDocumentInTrashUrl(PortalControllerContext portalControllerContext,
String docId,
String docPath)
Get put document in trash URL.
|
String |
IPortalUrlFactory.getRefreshPageUrl(PortalControllerContext portalControllerContext)
Get refresh page URL.
|
String |
IPortalUrlFactory.getRefreshPageUrl(PortalControllerContext portalControllerContext,
boolean newContentNotify)
Get refresh page URL and notify creation of new content.
|
String |
IPortalUrlFactory.getSharingLinkUrl(PortalControllerContext portalControllerContext,
String id)
Get sharing link URL.
|
String |
IPortalUrlFactory.getStartPageUrl(PortalControllerContext portalControllerContext,
String pageName,
String templateName,
Map<String,String> props,
Map<String,String> params)
Get start page URL.
|
String |
IPortalUrlFactory.getStartPageUrl(PortalControllerContext portalControllerContext,
String parentName,
String pageName,
String templateName,
Map<String,String> props,
Map<String,String> params)
Get start page URL.
|
String |
IPortalUrlFactory.getStartPortletInNewPage(PortalControllerContext portalCtx,
String pageName,
String pageDisplayName,
String portletInstance,
Map<String,String> windowProperties,
Map<String,String> windowParams)
Gets the start portlet URL in new page.
|
String |
IPortalUrlFactory.getStartPortletInRegionUrl(PortalControllerContext portalControllerContext,
String pageId,
String portletInstance,
String region,
String windowName,
Map<String,String> props,
Map<String,String> params)
Get start portlet in region URL.
|
String |
IPortalUrlFactory.getStartPortletUrl(PortalControllerContext portalControllerContext,
String portletInstance,
Map<String,String> windowProperties)
Get start portlet URL.
|
String |
IPortalUrlFactory.getStartPortletUrl(PortalControllerContext portalControllerContext,
String portletInstance,
Map<String,String> windowProperties,
boolean popup)
Deprecated.
see
|
String |
IPortalUrlFactory.getStartPortletUrl(PortalControllerContext portalControllerContext,
String portletInstance,
Map<String,String> windowProperties,
PortalUrlType type)
Get start portlet URL.
|
String |
IPortalUrlFactory.getStopPortletUrl(PortalControllerContext portalControllerContext,
String pageId,
String windowId)
Get stop portlet URL.
|
String |
IPortalUrlFactory.getUserWorkspaceCommandUrl(PortalControllerContext portalControllerContext)
Get user workspace command URL
|
String |
IPortalUrlFactory.getViewPageUrl(PortalControllerContext portalControllerContext,
String id)
Get view page URL.
|
Copyright © 2021. All rights reserved.