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 ComponentSetDao
public boolean saveIgnoreLockingFailure(org.kuali.rice.coreservice.impl.component.ComponentSetBo componentSetBo)
ComponentSetDao
saveIgnoreLockingFailure
in interface ComponentSetDao
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.