|
||||||||||
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 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 |
Method Detail |
---|
Integer getUserActionItemCount(String principalId) throws RiceIllegalArgumentException
principalId
- unique Id for a principal in the system
RiceIllegalArgumentException
- if principalId
is nullList<ActionItem> getAllActionItems(String documentId) throws RiceIllegalArgumentException
ActionItem
s for a Document
documentId
- unique id of the document to get the ActionItems for
RiceIllegalArgumentException
- if documentId
is nullList<ActionItem> getActionItems(String documentId, List<String> actionRequestedCodes) throws RiceIllegalArgumentException
ActionItem
s 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 nullList<ActionItem> getActionItemsForPrincipal(String principalId) throws RiceIllegalArgumentException
ActionItem
s 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 |