public interface ISelectionService
| Modifier and Type | Field and Description |
|---|---|
static String |
MBEAN_NAME
MBean name.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
addItem(PortalControllerContext portalControllerContext,
String id,
SelectionItem item)
Add item to a specified selection.
|
void |
deleteSelection(PortalControllerContext portalControllerContext,
String id)
Delete a specified selection.
|
Set<SelectionItem> |
getSelectionItems(PortalControllerContext portalControllerContext,
String id)
Access to a specified selection items set.
|
boolean |
removeItem(PortalControllerContext portalControllerContext,
String id,
String itemId)
Remove item to a specified selection.
|
static final String MBEAN_NAME
boolean addItem(PortalControllerContext portalControllerContext, String id, SelectionItem item)
portalControllerContext - portal controller contextid - specified selection identifieritem - selection item to addboolean removeItem(PortalControllerContext portalControllerContext, String id, String itemId)
portalControllerContext - portal controller contextid - specified selection identifieritemId - item to remove identifierSet<SelectionItem> getSelectionItems(PortalControllerContext portalControllerContext, String id)
portalControllerContext - portal controller contextid - specified selection identifiervoid deleteSelection(PortalControllerContext portalControllerContext, String id)
portalControllerContext - portal controller contextid - specified selection identifierCopyright © 2021. All rights reserved.