public class ComponentSetDaoOjbImpl extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport implements ComponentSetDao
ComponentSetDao.| Constructor and Description |
|---|
ComponentSetDaoOjbImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.kuali.rice.coreservice.impl.component.ComponentSetBo |
getComponentSet(String componentSetId) |
boolean |
saveIgnoreLockingFailure(org.kuali.rice.coreservice.impl.component.ComponentSetBo componentSetBo)
Saves the given ComponentSetBo, in the case that an optimistic locking exception occurs, it "eats" the exception
and returns "false".
|
public ComponentSetDaoOjbImpl()
public org.kuali.rice.coreservice.impl.component.ComponentSetBo getComponentSet(String componentSetId)
getComponentSet in interface ComponentSetDaopublic boolean saveIgnoreLockingFailure(org.kuali.rice.coreservice.impl.component.ComponentSetBo componentSetBo)
ComponentSetDaosaveIgnoreLockingFailure in interface ComponentSetDaoCopyright © 2005–2016 The Kuali Foundation. All rights reserved.