org.kuali.rice.coreservice.impl.component
Interface ComponentSetDao

All Known Implementing Classes:
ComponentSetDaoJpa

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
 boolean saveIgnoreLockingFailure(ComponentSetBo componentSetBo)
          Saves the given ComponentSetBo, in the case that an optimistic locking exception occurs, it "eats" the exception and returns "false".
 

Method Detail

saveIgnoreLockingFailure

boolean saveIgnoreLockingFailure(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–2014 The Kuali Foundation. All rights reserved.