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)

Method Summary
 List<String> getActivityOfferingIds()
          This method returns a list of activity offering Ids associated with this roster.
 String getCourseOfferingId()
          This method gets the course offering that the roster belongs to.
 List<String> getGraderIds()
          This method gets the list of graders that are associated with this grade roster
 List<String> getGradeRosterEntryIds()
          This method gets the list of grade roster entries which are associated with this grade roster.
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
Methods inherited from interface org.kuali.student.r2.common.infc.Entity
getDescr, getName
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasType
getType, getTypeKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasState
getState, getStateKey
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasAttributes
getAttributes
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasMeta
getMeta
 

Method Detail

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.