public interface ActionListCustomizationMediator
| Modifier and Type | Method and Description |
|---|---|
Map<String,ActionItemCustomization> |
getActionListCustomizations(String principalId,
List<ActionItem> actionItems)
Retrieves a Map from ActionItem id to ActionItemCustomization for the ActionItems
provided.
|
Map<String,ActionItemCustomization> getActionListCustomizations(String principalId, List<ActionItem> actionItems) throws RiceIllegalArgumentException
principalId - the id of the principal on whose behalf these customizations are being processedactionItems - the list of Action Items to get customizations for.RiceIllegalArgumentException - if the given principalId is a null or blank valueCopyright © 2005–2018 The Kuali Foundation. All rights reserved.