org.kuali.rice.kew.actiontaken.dao.impl
Class ActionTakenDAOOjbImpl
java.lang.Object
   org.springframework.dao.support.DaoSupport
org.springframework.dao.support.DaoSupport
       org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
           org.kuali.rice.kew.actiontaken.dao.impl.ActionTakenDAOOjbImpl
org.kuali.rice.kew.actiontaken.dao.impl.ActionTakenDAOOjbImpl
- All Implemented Interfaces: 
- ActionTakenDAO, org.springframework.beans.factory.InitializingBean
- public class ActionTakenDAOOjbImpl 
- extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport- implements ActionTakenDAO
OJB implementation of the ActionTakenDAO.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
| Fields inherited from class org.springframework.dao.support.DaoSupport | 
| logger | 
 
 
 
| 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 | 
 
ActionTakenDAOOjbImpl
public ActionTakenDAOOjbImpl()
load
public ActionTakenValue load(String id)
- 
- Specified by:
- loadin interface- ActionTakenDAO
 
- 
 
deleteActionTaken
public void deleteActionTaken(ActionTakenValue actionTaken)
- 
- Specified by:
- deleteActionTakenin interface- ActionTakenDAO
 
- 
 
findByActionTakenId
public ActionTakenValue findByActionTakenId(String actionTakenId)
- 
- Specified by:
- findByActionTakenIdin interface- ActionTakenDAO
 
- 
 
findByDocIdAndAction
public Collection<ActionTakenValue> findByDocIdAndAction(String documentId,
                                                         String action)
- 
- Specified by:
- findByDocIdAndActionin interface- ActionTakenDAO
 
- 
 
findByDocumentId
public Collection<ActionTakenValue> findByDocumentId(String documentId)
- 
- Specified by:
- findByDocumentIdin interface- ActionTakenDAO
 
- 
 
findByDocumentIdWorkflowId
public List<ActionTakenValue> findByDocumentIdWorkflowId(String documentId,
                                                         String principalId)
- 
- Specified by:
- findByDocumentIdWorkflowIdin interface- ActionTakenDAO
 
- 
 
findByDocumentIdIgnoreCurrentInd
public List findByDocumentIdIgnoreCurrentInd(String documentId)
- 
- Specified by:
- findByDocumentIdIgnoreCurrentIndin interface- ActionTakenDAO
 
- 
 
saveActionTaken
public void saveActionTaken(ActionTakenValue actionTaken)
- 
- Specified by:
- saveActionTakenin interface- ActionTakenDAO
 
- 
 
deleteByDocumentId
public void deleteByDocumentId(String documentId)
- 
- Specified by:
- deleteByDocumentIdin interface- ActionTakenDAO
 
- 
 
hasUserTakenAction
public boolean hasUserTakenAction(String principalId,
                                  String documentId)
- 
- Specified by:
- hasUserTakenActionin interface- ActionTakenDAO
 
- 
 
getLastActionTakenDate
public Timestamp getLastActionTakenDate(String documentId,
                                        ActionType actionType)
- 
- Specified by:
- getLastActionTakenDatein interface- ActionTakenDAO
 
- 
 
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.