org.kuali.rice.kim.dao.impl
Class KimGroupDaoJpa
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KimGroupDaoJpa
public KimGroupDaoJpa()
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.