org.kuali.student.lum.lrc.dao.impl
Class LrcDaoImpl
java.lang.Object
org.kuali.student.common.dao.impl.AbstractCrudDaoImpl
org.kuali.student.common.dao.impl.AbstractSearchableCrudDaoImpl
org.kuali.student.lum.lrc.dao.impl.LrcDaoImpl
- All Implemented Interfaces:
- CrudDao, SearchableDao, LrcDao
public class LrcDaoImpl
- extends AbstractSearchableCrudDaoImpl
- implements LrcDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LrcDaoImpl
public LrcDaoImpl()
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.