org.kuali.rice.kew.impl.actionlist
Class ActionListCustomizationHandlerServiceImpl

java.lang.Object
  extended by 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)

Constructor Summary
ActionListCustomizationHandlerServiceImpl()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionListCustomizationHandlerServiceImpl

public ActionListCustomizationHandlerServiceImpl()
Method Detail

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 processed
actionItems - 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-2014 The Kuali Foundation. All Rights Reserved.