org.kuali.rice.coreservice.impl.component
Interface ComponentSetDao
- All Known Implementing Classes: 
- ComponentSetDaoOjbImpl
- public interface ComponentSetDao 
A Data Access Object which handles data operations related to the tracking of component sets
 which have been published to the component system.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
| Method Summary | 
|  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".
 | 
 
getComponentSet
org.kuali.rice.coreservice.impl.component.ComponentSetBo getComponentSet(String componentSetId)
- 
 
saveIgnoreLockingFailure
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".  Otherwise, if the save is successful it returns "true".
 
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.