public interface ActionListDAO
ActionItem
Modifier and Type | Method and Description |
---|---|
int |
getCount(String principalId)
Get the total count of items in the given person's action list.
|
List<Object> |
getMaxActionItemDateAssignedAndCountForUser(String principalId)
Get the maximum last action taken date and total count for items in the person's action list.
|
DocumentRouteHeaderValue |
getMinimalRouteHeader(String documentId)
Pulls a proxied version of the document route header with only the properties needed by the
action list display.
|
int getCount(String principalId)
List<Object> getMaxActionItemDateAssignedAndCountForUser(String principalId)
DocumentRouteHeaderValue getMinimalRouteHeader(String documentId)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.