public class GradesDaoImpl extends Object implements GradesDao
| Constructor and Description |
|---|
GradesDaoImpl() |
| Modifier and Type | Method and Description |
|---|---|
List<ModuleResults> |
getResults(Date startDate,
Date endDate,
String studentNumber,
String language)
Gets the Student results
|
public GradesDaoImpl()
public List<ModuleResults> getResults(Date startDate, Date endDate, String studentNumber, String language)
GradesDaogetResults in interface GradesDaostartDate - Start date to query from.endDate - End date to query to.language - Language code for VSS environmentCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.