public class ActionListCustomizationHandlerServiceImpl extends Object implements ActionListCustomizationHandlerService
Constructor and Description |
---|
ActionListCustomizationHandlerServiceImpl() |
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.
|
DocumentTypeService |
getDocumentTypeService() |
void |
setDocumentTypeService(DocumentTypeService documentTypeService) |
public ActionListCustomizationHandlerServiceImpl()
public List<ActionItemCustomization> customizeActionList(String principalId, List<ActionItem> actionItems) throws RiceIllegalArgumentException
ActionListCustomizationHandlerService
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
customizeActionList
in interface ActionListCustomizationHandlerService
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 valuepublic DocumentTypeService getDocumentTypeService()
public void setDocumentTypeService(DocumentTypeService documentTypeService)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.