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

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.KemidDaoOjb
All Implemented Interfaces:
KemidDao, org.kuali.rice.kns.dao.PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class KemidDaoOjb
extends org.kuali.rice.kns.dao.impl.PlatformAwareDaoBaseOjb
implements KemidDao


Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
KemidDaoOjb()
           
 
Method Summary
 List<String> getAttributeValues(String attributeName, List<String> values)
          Gets all the values of the attribute by the given value strings
 List<KEMID> getKemidRecordsByIds(List<String> kemids, String endowmentOption, String closedIndicator)
          Gets KEMIDs by kemids
 List<String> getKemidsByAttribute(String attributeName, List<String> values)
          Gets kemids by the given attribute value strings
 List<String> getKemidsByAttributeWithEndowmentOption(String attributeName, List<String> values, String endowmentOption, String closedIndicator)
          Gets kemids by the given criteria
 
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

KemidDaoOjb

public KemidDaoOjb()
Method Detail

getKemidRecordsByIds

public List<KEMID> getKemidRecordsByIds(List<String> kemids,
                                        String endowmentOption,
                                        String closedIndicator)
Description copied from interface: KemidDao
Gets KEMIDs by kemids

Specified by:
getKemidRecordsByIds in interface KemidDao
Returns:
See Also:
org.kuali.kfs.module.endow.dataaccess.KemidDao#getKemidRecordsByIds(java.util.List, java.lang.String, java.sql.Date)

getKemidsByAttributeWithEndowmentOption

public List<String> getKemidsByAttributeWithEndowmentOption(String attributeName,
                                                            List<String> values,
                                                            String endowmentOption,
                                                            String closedIndicator)
Description copied from interface: KemidDao
Gets kemids by the given criteria

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

getKemidsByAttribute

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

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

getAttributeValues

public List<String> getAttributeValues(String attributeName,
                                       List<String> values)
Description copied from interface: KemidDao
Gets all the values of the attribute by the given value strings

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


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