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

java.lang.Object
  extended by org.kuali.rice.kim.dao.impl.KimGroupDaoJpa
All Implemented Interfaces:
KimGroupDao

public class KimGroupDaoJpa
extends Object
implements KimGroupDao

This is a description of what this class does - shyu don't forget to fill this in.

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

Constructor Summary
KimGroupDaoJpa()
           
 
Method Summary
 javax.persistence.EntityManager getEntityManager()
           
 List<GroupImpl> getGroups(Map<String,String> fieldValues)
          This method is used to get group search results
 void setEntityManager(javax.persistence.EntityManager entityManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KimGroupDaoJpa

public KimGroupDaoJpa()
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:

getEntityManager

public javax.persistence.EntityManager getEntityManager()

setEntityManager

public void setEntityManager(javax.persistence.EntityManager entityManager)


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