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