Interface ActionListDAO
- All Known Implementing Classes:
ActionListDAOJpaImpl
public interface ActionListDAO
Data Access object for the Action List.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintGet the total count of items in the given person's action list.getMaxActionItemDateAssignedAndCountForUser(String principalId) Get the maximum last action taken date and total count for items in the person's action list.getMinimalRouteHeader(String documentId) Pulls a proxied version of the document route header with only the properties needed by the action list display.
-
Method Details
-
getCount
Get the total count of items in the given person's action list. -
getMaxActionItemDateAssignedAndCountForUser
Get the maximum last action taken date and total count for items in the person's action list. This is used to help with the action list caching and detection of changes. -
getMinimalRouteHeader
Pulls a proxied version of the document route header with only the properties needed by the action list display.
-