org.kuali.kfs.module.endow.dataaccess.impl
Class KemidReportGroupDaoOjb

java.lang.Object
  extended by org.springframework.dao.support.DaoSupport
      extended by org.springmodules.orm.ojb.support.PersistenceBrokerDaoSupport
          extended by org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
              extended by org.kuali.kfs.module.endow.dataaccess.impl.KemidReportGroupDaoOjb
All Implemented Interfaces:
KemidReportGroupDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class KemidReportGroupDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements KemidReportGroupDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
KemidReportGroupDaoOjb()
           
 
Method Summary
 List<String> getAttributeValues(String attributeName, List<String> values)
          Gets the attributes value strings
 List<String> getKemidsByAttribute(String attributeName, List<String> values)
          Gets kemids by the given attribute value strings
 
Methods inherited from class org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
getDbPlatform, setDbPlatform
 
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

KemidReportGroupDaoOjb

public KemidReportGroupDaoOjb()
Method Detail

getKemidsByAttribute

public List<String> getKemidsByAttribute(String attributeName,
                                         List<String> values)
Description copied from interface: KemidReportGroupDao
Gets kemids by the given attribute value strings

Specified by:
getKemidsByAttribute in interface KemidReportGroupDao
Returns:
See Also:
KemidReportGroupDao.getKemidsByAttribute(java.lang.String, java.util.List)

getAttributeValues

public List<String> getAttributeValues(String attributeName,
                                       List<String> values)
Description copied from interface: KemidReportGroupDao
Gets the attributes value strings

Specified by:
getAttributeValues in interface KemidReportGroupDao
Returns:
See Also:
KemidReportGroupDao.getAttributeValues(java.lang.String, java.util.List)


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