|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISelectionService
Selection service interface.
| Method Summary | |
|---|---|
boolean |
addItem(PortalControllerContext portalCtx,
java.lang.String selectionId,
SelectionItem selectionItem)
Add item to a specified selection. |
void |
deleteSelection(PortalControllerContext portalCtx,
java.lang.String selectionId)
Delete a specified selection. |
java.util.Set<SelectionItem> |
getSelectionItems(PortalControllerContext portalCtx,
java.lang.String selectionId)
Access to a specified selection items set. |
boolean |
removeItem(PortalControllerContext portalCtx,
java.lang.String selectionId,
java.lang.String itemId)
Remove item to a specified selection. |
| Method Detail |
|---|
boolean addItem(PortalControllerContext portalCtx,
java.lang.String selectionId,
SelectionItem selectionItem)
portalCtx - portal controller contextselectionId - specified selection identifierselectionItem - item to add
boolean removeItem(PortalControllerContext portalCtx,
java.lang.String selectionId,
java.lang.String itemId)
portalCtx - portal controller contextselectionId - specified selection identifieritemId - item to remove identifier
java.util.Set<SelectionItem> getSelectionItems(PortalControllerContext portalCtx,
java.lang.String selectionId)
portalCtx - portal controller contextselectionId - specified selection identifier
void deleteSelection(PortalControllerContext portalCtx,
java.lang.String selectionId)
portalCtx - portal controller contextselectionId - specified selection identifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||