public class ComponentSetDaoJpa extends Object implements ComponentSetDao
ComponentSetDao.| Constructor and Description | 
|---|
| ComponentSetDaoJpa() | 
| Modifier and Type | Method and Description | 
|---|---|
| DataObjectService | getDataObjectService() | 
| boolean | saveIgnoreLockingFailure(ComponentSetBo componentSetBo)Saves the given ComponentSetBo, in the case that an optimistic locking exception occurs, it "eats" the exception
 and returns "false". | 
| void | setDataObjectService(DataObjectService dataObjectService) | 
public ComponentSetDaoJpa()
public boolean saveIgnoreLockingFailure(ComponentSetBo componentSetBo)
ComponentSetDaosaveIgnoreLockingFailure in interface ComponentSetDaopublic DataObjectService getDataObjectService()
public void setDataObjectService(DataObjectService dataObjectService)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.