| Package | Description |
|---|---|
| org.osivia.services.taskbar.common.repository | |
| org.osivia.services.taskbar.common.service | |
| org.osivia.services.taskbar.portlet.controller |
| Modifier and Type | Method and Description |
|---|---|
TaskbarConfiguration |
TaskbarRepositoryImpl.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get taskbar configuration.
|
TaskbarConfiguration |
ITaskbarRepository.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get taskbar configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaskbarRepositoryImpl.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
TaskbarConfiguration configuration)
Save taskbar configuration.
|
void |
ITaskbarRepository.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
TaskbarConfiguration configuration)
Save taskbar configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarConfiguration |
ITaskbarPortletService.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get taskbar configuration.
|
TaskbarConfiguration |
TaskbarPortletServiceImpl.getConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get taskbar configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITaskbarPortletService.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
TaskbarConfiguration configuration)
Save taskbar configuration.
|
void |
TaskbarPortletServiceImpl.saveConfiguration(org.osivia.portal.api.context.PortalControllerContext portalControllerContext,
TaskbarConfiguration configuration)
Save taskbar configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TaskbarConfiguration |
TaskbarAdminController.getConfiguration(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get taskbar configuration model attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
TaskbarAdminController.getOrder(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response,
TaskbarConfiguration configuration)
Get tasks order model attribute.
|
void |
TaskbarAdminController.save(javax.portlet.ActionRequest request,
javax.portlet.ActionResponse response,
TaskbarConfiguration configuration,
String order)
Save action mapping.
|
Copyright © 2020 OSIVIA. All rights reserved.