|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActionListService
| Method Summary | |
|---|---|
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 |
| Method Detail |
|---|
Integer getUserActionItemCount(String principalId)
throws RiceIllegalArgumentException
principalId - unique Id for a principal in the system
RiceIllegalArgumentException - if principalId is null
List<ActionItem> getAllActionItems(String documentId)
throws RiceIllegalArgumentException
ActionItems for a Document
documentId - unique id of the document to get the ActionItems for
RiceIllegalArgumentException - if documentId is null
List<ActionItem> getActionItems(String documentId,
List<String> actionRequestedCodes)
throws RiceIllegalArgumentException
ActionItems for a Document that match one of the
passed in actionRequestCodes
documentId - unique id of the document to get the ActionItems foractionRequestedCodes - list of action request codes to match with the ActionItems
RiceIllegalArgumentException - if documentId is null
List<ActionItem> getActionItemsForPrincipal(String principalId)
throws RiceIllegalArgumentException
ActionItems for a Principal in the system
principalId - unique Id for a principal in the system
RiceIllegalArgumentException - if principalId is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||