public interface ActionListService
| Modifier and Type | Method and Description |
|---|---|
List<ActionItem> |
getActionItems(String documentId,
List<String> actionRequestedCodes)
Returns a list of
ActionItems for a Document that 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 a Document |
Integer |
getUserActionItemCount(String principalId)
Gets the number of ActionItems for a given principal
|
Integer getUserActionItemCount(String principalId) throws RiceIllegalArgumentException
principalId - unique Id for a principal in the systemRiceIllegalArgumentException - if principalId is nullList<ActionItem> getAllActionItems(String documentId) throws RiceIllegalArgumentException
ActionItems for a DocumentdocumentId - unique id of the document to get the ActionItems forRiceIllegalArgumentException - if documentId is nullList<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes) throws RiceIllegalArgumentException
ActionItems for a Document that match one of the
passed in actionRequestCodesdocumentId - unique id of the document to get the ActionItems foractionRequestedCodes - list of action request codes to match with the ActionItemsRiceIllegalArgumentException - if documentId is nullList<ActionItem> getActionItemsForPrincipal(String principalId) throws RiceIllegalArgumentException
ActionItems for a Principal in the systemprincipalId - unique Id for a principal in the systemRiceIllegalArgumentException - if principalId is nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.