public interface ActionListCustomizationHandlerService
| Modifier and Type | Method and Description |
|---|---|
List<ActionItemCustomization> |
customizeActionList(String principalId,
List<ActionItem> actionItems)
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
|
List<ActionItemCustomization> customizeActionList(String principalId, List<ActionItem> actionItems) throws RiceIllegalArgumentException
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
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–2016 The Kuali Foundation. All rights reserved.