org.kuali.rice.coreservice.impl.component
Class ComponentSetDaoOjbImpl

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.coreservice.impl.component.ComponentSetDaoOjbImpl
All Implemented Interfaces:
ComponentSetDao, org.springframework.beans.factory.InitializingBean

public class ComponentSetDaoOjbImpl
extends org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
implements ComponentSetDao

JDBC-based implementation of the ComponentSetDao.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
ComponentSetDaoOjbImpl()
           
 
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".
 
Methods inherited from class org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
checkDaoConfig, convertOjbAccessException, createPersistenceBrokerTemplate, getJcdAlias, getPersistenceBroker, getPersistenceBrokerTemplate, releasePersistenceBroker, setJcdAlias, setPersistenceBrokerTemplate
 
Methods inherited from class org.springframework.dao.support.DaoSupport
afterPropertiesSet, initDao
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentSetDaoOjbImpl

public ComponentSetDaoOjbImpl()
Method Detail

getComponentSet

public org.kuali.rice.coreservice.impl.component.ComponentSetBo getComponentSet(String componentSetId)
Specified by:
getComponentSet in interface ComponentSetDao

saveIgnoreLockingFailure

public boolean saveIgnoreLockingFailure(org.kuali.rice.coreservice.impl.component.ComponentSetBo componentSetBo)
Description copied from interface: ComponentSetDao
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".

Specified by:
saveIgnoreLockingFailure in interface ComponentSetDao


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.