org.kuali.student.enrollment.grading.infc
Interface GradeRoster
- All Superinterfaces:
- Entity, HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey, HasState, HasType, IdEntity, TypeStateEntity
- All Known Implementing Classes:
- GradeRosterInfo
public interface GradeRoster
- extends IdEntity
Information about a Grading Roster
- Author:
- Kuali Student Team (Kamal)
Methods inherited from interface org.kuali.student.r2.common.infc.HasId |
getId |
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta |
getMeta |
getGradeRosterEntryIds
List<String> getGradeRosterEntryIds()
- This method gets the list of grade roster entries which are associated
with this grade roster.
- Returns:
getGraderIds
List<String> getGraderIds()
- This method gets the list of graders that are associated with this grade
roster
- Returns:
getCourseOfferingId
String getCourseOfferingId()
- This method gets the course offering that the roster belongs to. A course
offering might contain one-many rosters
- Returns:
getActivityOfferingIds
List<String> getActivityOfferingIds()
- This method returns a list of activity offering Ids associated with this
roster.
- Returns:
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.