public class ActionListDAOJpaImpl extends Object implements ActionListDAO
| Modifier and Type | Field and Description | 
|---|---|
| protected javax.persistence.EntityManager | entityManager | 
| Constructor and Description | 
|---|
| ActionListDAOJpaImpl() | 
| 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. | 
| void | setEntityManager(javax.persistence.EntityManager entityManager) | 
protected javax.persistence.EntityManager entityManager
public ActionListDAOJpaImpl()
public void setEntityManager(javax.persistence.EntityManager entityManager)
public int getCount(String principalId)
getCount in interface ActionListDAOpublic List<Object> getMaxActionItemDateAssignedAndCountForUser(String principalId)
getMaxActionItemDateAssignedAndCountForUser in interface ActionListDAOpublic DocumentRouteHeaderValue getMinimalRouteHeader(String documentId)
getMinimalRouteHeader in interface ActionListDAOCopyright © 2005–2016 The Kuali Foundation. All rights reserved.