public class ActionListServiceNewImpl extends Object implements ActionListService
ActionListService api.| Constructor and Description | 
|---|
| ActionListServiceNewImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<ActionItem> | getActionItems(String documentId,
              List<String> actionRequestedCodes)Returns a list of  ActionItems for aDocumentthat match one of the
 passed in actionRequestCodes | 
| List<ActionItem> | getActionItemsForPrincipal(String principalId)Returns a list of  ActionItems for a Principal in the system | 
| List<ActionItem> | getAllActionItems(String documentId)Returns a list of all  ActionItems for aDocument | 
| Integer | getUserActionItemCount(String principalId)Gets the number of ActionItems for a given principal | 
public ActionListServiceNewImpl()
public Integer getUserActionItemCount(String principalId)
ActionListServicegetUserActionItemCount in interface ActionListServiceprincipalId - unique Id for a principal in the systempublic List<ActionItem> getActionItemsForPrincipal(String principalId)
ActionListServiceActionItems for a Principal in the systemgetActionItemsForPrincipal in interface ActionListServiceprincipalId - unique Id for a principal in the systempublic List<ActionItem> getAllActionItems(String documentId)
ActionListServiceActionItems for a DocumentgetAllActionItems in interface ActionListServicedocumentId - unique id of the document to get the ActionItems forpublic List<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes)
ActionListServiceActionItems for a Document that match one of the
 passed in actionRequestCodesgetActionItems in interface ActionListServicedocumentId - unique id of the document to get the ActionItems foractionRequestedCodes - list of action request codes to match with the ActionItemsCopyright © 2005–2016 The Kuali Foundation. All rights reserved.