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 Details

    • getCount

      int getCount(String principalId)
      Get the total count of items in the given person's action list.
    • getMaxActionItemDateAssignedAndCountForUser

      List<Object> getMaxActionItemDateAssignedAndCountForUser(String principalId)
      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

      DocumentRouteHeaderValue getMinimalRouteHeader(String documentId)
      Pulls a proxied version of the document route header with only the properties needed by the action list display.