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
ActionItem s for a Document that match one of the
passed in actionRequestCodes |
List<ActionItem> |
getActionItemsForPrincipal(String principalId)
Returns a list of
ActionItem s for a Principal in the system |
List<ActionItem> |
getAllActionItems(String documentId)
Returns a list of all
ActionItem s for a Document |
Integer |
getUserActionItemCount(String principalId)
Gets the number of ActionItems for a given principal
|
public ActionListServiceNewImpl()
public Integer getUserActionItemCount(String principalId)
ActionListService
getUserActionItemCount
in interface ActionListService
principalId
- unique Id for a principal in the systempublic List<ActionItem> getActionItemsForPrincipal(String principalId)
ActionListService
ActionItem
s for a Principal in the systemgetActionItemsForPrincipal
in interface ActionListService
principalId
- unique Id for a principal in the systempublic List<ActionItem> getAllActionItems(String documentId)
ActionListService
ActionItem
s for a Document
getAllActionItems
in interface ActionListService
documentId
- unique id of the document to get the ActionItems forpublic List<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes)
ActionListService
ActionItem
s for a Document
that match one of the
passed in actionRequestCodesgetActionItems
in interface ActionListService
documentId
- unique id of the document to get the ActionItems foractionRequestedCodes
- list of action request codes to match with the ActionItemsCopyright © 2005–2014 The Kuali Foundation. All rights reserved.