|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.dao.support.DaoSupport org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport org.kuali.rice.kew.actionlist.dao.impl.ActionListDAOOjbImpl
public class ActionListDAOOjbImpl
OJB implementation of the ActionListDAO
.
Field Summary |
---|
Fields inherited from class org.springframework.dao.support.DaoSupport |
---|
logger |
Constructor Summary | |
---|---|
ActionListDAOOjbImpl()
|
Method Summary | |
---|---|
Collection<ActionItemActionListExtension> |
getActionList(String principalId,
ActionListFilter filter)
|
Collection<ActionItemActionListExtension> |
getActionListForSingleDocument(String documentId)
|
int |
getCount(String workflowId)
|
List<Object> |
getMaxActionItemDateAssignedAndCountForUser(String principalId)
Gets the max action item id and count doe a given user. |
Collection<OutboxItemActionListExtension> |
getOutbox(String principalId,
ActionListFilter filter)
Retrieves OutboxItemActionListExtension items for the given user |
OutboxItemActionListExtension |
getOutboxByDocumentId(String documentId)
Gets the outbox item associated with the document id |
OutboxItemActionListExtension |
getOutboxByDocumentIdUserId(String documentId,
String userId)
|
void |
removeOutboxItems(String principalId,
List<String> outboxItems)
Deletes all outbox items specified by the list of ids |
void |
saveOutboxItem(OutboxItemActionListExtension outboxItem)
Saves an outbox item |
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport |
---|
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate |
Methods inherited from class org.springframework.dao.support.DaoSupport |
---|
afterPropertiesSet, initDao |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionListDAOOjbImpl()
Method Detail |
---|
public Collection<ActionItemActionListExtension> getActionList(String principalId, ActionListFilter filter)
getActionList
in interface ActionListDAO
public Collection<ActionItemActionListExtension> getActionListForSingleDocument(String documentId)
getActionListForSingleDocument
in interface ActionListDAO
public int getCount(String workflowId)
getCount
in interface ActionListDAO
public List<Object> getMaxActionItemDateAssignedAndCountForUser(String principalId)
getMaxActionItemDateAssignedAndCountForUser
in interface ActionListDAO
public Collection<OutboxItemActionListExtension> getOutbox(String principalId, ActionListFilter filter)
ActionListDAO
OutboxItemActionListExtension
items for the given user
getOutbox
in interface ActionListDAO
public void removeOutboxItems(String principalId, List<String> outboxItems)
removeOutboxItems
in interface ActionListDAO
ActionListDAO.removeOutboxItems(java.lang.String, java.util.List)
public void saveOutboxItem(OutboxItemActionListExtension outboxItem)
saveOutboxItem
in interface ActionListDAO
ActionListDAO.saveOutboxItem(org.kuali.rice.kew.actionitem.OutboxItemActionListExtension)
public OutboxItemActionListExtension getOutboxByDocumentId(String documentId)
getOutboxByDocumentId
in interface ActionListDAO
ActionListDAO.getOutboxByDocumentId(java.lang.String)
public OutboxItemActionListExtension getOutboxByDocumentIdUserId(String documentId, String userId)
getOutboxByDocumentIdUserId
in interface ActionListDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |