org.kuali.rice.kew.engine.node.dao.impl
Class BranchDAOJpaImpl
java.lang.Object
org.kuali.rice.kew.engine.node.dao.impl.BranchDAOJpaImpl
- All Implemented Interfaces:
- BranchDAO
public class BranchDAOJpaImpl
- extends Object
- implements BranchDAO
This is a description of what this class does - Garey don't forget to fill this in.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BranchDAOJpaImpl
public BranchDAOJpaImpl()
deleteBranchStates
public void deleteBranchStates(List<Long> statesToBeDeleted)
- This overridden method ...
- Specified by:
deleteBranchStates
in interface BranchDAO
- See Also:
BranchDAO.deleteBranchStates(java.util.List)
save
public void save(Branch branch)
- This overridden method ...
- Specified by:
save
in interface BranchDAO
- See Also:
BranchDAO.save(org.kuali.rice.kew.engine.node.Branch)
deleteBranchStatesById
protected void deleteBranchStatesById(Long stateId)
getEntityManager
public javax.persistence.EntityManager getEntityManager()
setEntityManager
public void setEntityManager(javax.persistence.EntityManager entityManager)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.