org.kuali.rice.kew.impl.actionlist
Class ActionListCustomizationHandlerServiceImpl
java.lang.Object
org.kuali.rice.kew.impl.actionlist.ActionListCustomizationHandlerServiceImpl
- All Implemented Interfaces:
- ActionListCustomizationHandlerService
public class ActionListCustomizationHandlerServiceImpl
- extends Object
- implements ActionListCustomizationHandlerService
Reference implementation of the ActionListCustomizationHandlerService.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionListCustomizationHandlerServiceImpl
public ActionListCustomizationHandlerServiceImpl()
customizeActionList
public List<ActionItemCustomization> customizeActionList(String principalId,
List<ActionItem> actionItems)
throws RiceIllegalArgumentException
- Description copied from interface:
ActionListCustomizationHandlerService
Returns a list of Action Item Customizations from the given list of Action Items and Principal ID.
- Specified by:
customizeActionList
in interface ActionListCustomizationHandlerService
- Parameters:
principalId
- the id of the principal on whose behalf these customizations are being processedactionItems
- the list of Action Items to get customizations for.
- Returns:
- the list of Action Item Customizations
- Throws:
RiceIllegalArgumentException
- if the given principalId is a null or blank value
getDocumentTypeService
public DocumentTypeService getDocumentTypeService()
setDocumentTypeService
public void setDocumentTypeService(DocumentTypeService documentTypeService)
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.