public interface ISelectionService
| Modifier and Type | Method and Description |
|---|---|
boolean |
addItem(PortalControllerContext portalCtx,
String selectionId,
SelectionItem selectionItem)
Add item to a specified selection.
|
void |
deleteSelection(PortalControllerContext portalCtx,
String selectionId)
Delete a specified selection.
|
Set<SelectionItem> |
getSelectionItems(PortalControllerContext portalCtx,
String selectionId)
Access to a specified selection items set.
|
boolean |
removeItem(PortalControllerContext portalCtx,
String selectionId,
String itemId)
Remove item to a specified selection.
|
boolean addItem(PortalControllerContext portalCtx, String selectionId, SelectionItem selectionItem)
portalCtx - portal controller contextselectionId - specified selection identifierselectionItem - item to addboolean removeItem(PortalControllerContext portalCtx, String selectionId, String itemId)
portalCtx - portal controller contextselectionId - specified selection identifieritemId - item to remove identifierSet<SelectionItem> getSelectionItems(PortalControllerContext portalCtx, String selectionId)
portalCtx - portal controller contextselectionId - specified selection identifiervoid deleteSelection(PortalControllerContext portalCtx, String selectionId)
portalCtx - portal controller contextselectionId - specified selection identifierCopyright © 2016. All rights reserved.