org.kuali.student.lum.lrc.dao.impl
Class LrcDaoImpl

java.lang.Object
  extended by org.kuali.student.common.dao.impl.AbstractCrudDaoImpl
      extended by org.kuali.student.common.dao.impl.AbstractSearchableCrudDaoImpl
          extended by org.kuali.student.lum.lrc.dao.impl.LrcDaoImpl
All Implemented Interfaces:
CrudDao, SearchableDao, LrcDao

public class LrcDaoImpl
extends AbstractSearchableCrudDaoImpl
implements LrcDao


Field Summary
 
Fields inherited from class org.kuali.student.common.dao.impl.AbstractCrudDaoImpl
em
 
Constructor Summary
LrcDaoImpl()
           
 
Method Summary
 List<String> getResultComponentIdsByResult(String resultValueId, String resultComponentTypeKey)
           
 List<String> getResultComponentIdsByResultComponentType(String resultComponentTypeKey)
           
 ResultComponentType getResultComponentType(String resultComponentTypeKey)
           
 void setEm(EntityManager em)
           
 
Methods inherited from class org.kuali.student.common.dao.impl.AbstractSearchableCrudDaoImpl
search
 
Methods inherited from class org.kuali.student.common.dao.impl.AbstractCrudDaoImpl
create, delete, delete, fetch, find, getEm, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.student.common.dao.CrudDao
create, delete, delete, fetch, find, update
 
Methods inherited from interface org.kuali.student.common.dao.SearchableDao
search
 

Constructor Detail

LrcDaoImpl

public LrcDaoImpl()
Method Detail

setEm

public void setEm(EntityManager em)
Overrides:
setEm in class AbstractCrudDaoImpl

getResultComponentIdsByResult

public List<String> getResultComponentIdsByResult(String resultValueId,
                                                  String resultComponentTypeKey)
Specified by:
getResultComponentIdsByResult in interface LrcDao

getResultComponentIdsByResultComponentType

public List<String> getResultComponentIdsByResultComponentType(String resultComponentTypeKey)
Specified by:
getResultComponentIdsByResultComponentType in interface LrcDao

getResultComponentType

public ResultComponentType getResultComponentType(String resultComponentTypeKey)
                                           throws DoesNotExistException
Specified by:
getResultComponentType in interface LrcDao
Throws:
DoesNotExistException


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