org.kuali.rice.kim.dao.impl
Class KimGroupDaoOjb

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.rice.kim.dao.impl.KimGroupDaoOjb
All Implemented Interfaces:
KimGroupDao, PlatformAwareDao, org.springframework.beans.factory.InitializingBean

public class KimGroupDaoOjb
extends PlatformAwareDaoBaseOjb
implements KimGroupDao

This is a description of the KimGroupDaoOjb class.

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

Field Summary
 
Fields inherited from class org.springframework.dao.support.DaoSupport
logger
 
Constructor Summary
KimGroupDaoOjb()
           
 
Method Summary
 List<GroupImpl> getGroups(Map<String,String> fieldValues)
          This method is used to get group search results
protected  KimTypeInfoService getKimTypeInfoService()
           
 
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

KimGroupDaoOjb

public KimGroupDaoOjb()
Method Detail

getGroups

public List<GroupImpl> getGroups(Map<String,String> fieldValues)
Description copied from interface: KimGroupDao
This method is used to get group search results

Specified by:
getGroups in interface KimGroupDao
Returns:

getKimTypeInfoService

protected KimTypeInfoService getKimTypeInfoService()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.