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) |
List<ActionItem> |
getActionItemsForPrincipal(String principalId) |
List<ActionItem> |
getAllActionItems(String documentId) |
Integer |
getUserActionItemCount(String principalId) |
public ActionListServiceNewImpl()
public Integer getUserActionItemCount(String principalId)
getUserActionItemCount in interface ActionListServicepublic List<ActionItem> getActionItemsForPrincipal(String principalId)
getActionItemsForPrincipal in interface ActionListServicepublic List<ActionItem> getAllActionItems(String documentId)
getAllActionItems in interface ActionListServicepublic List<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes)
getActionItems in interface ActionListServiceCopyright © 2005–2017 The Kuali Foundation. All rights reserved.