org.kuali.student.enrollment.class1.lpr.dao
Class LprRosterDao
java.lang.Object
org.kuali.student.r2.common.dao.GenericEntityDao<LprRosterEntity>
org.kuali.student.enrollment.class1.lpr.dao.LprRosterDao
- All Implemented Interfaces:
- EntityDao<LprRosterEntity>
public class LprRosterDao
- extends GenericEntityDao<LprRosterEntity>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LprRosterDao
public LprRosterDao()
getLprRostersByLuiAndRosterType
public List<LprRosterEntity> getLprRostersByLuiAndRosterType(String luiId,
String lprRosterTypeKey)
getLprRostersByLui
public List<LprRosterEntity> getLprRostersByLui(String luiId)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.