org.kuali.student.enrollment.grading.infc
Interface GradeRosterEntry

All Superinterfaces:
HasAttributes, HasAttributesAndMeta, HasId, HasMeta, HasPrimaryKey
All Known Implementing Classes:
GradeRosterEntryInfo

public interface GradeRosterEntry
extends HasId, HasPrimaryKey, HasAttributesAndMeta

Information about a Grading Roster Entry

Author:
Kuali Student Team (Kamal)

Method Summary
 String getActivityOfferingId()
          This method gets the actvity offering id for the roster entry
 String getAdministrativeGradeKey()
          Name: Admin Grade Grade assigned by the grader in a roster entry
 String getAssignedGradeKey()
          Name: Assigned Grade Grade assigned by the grader in a roster entry
 String getCalculatedGradeKey()
          Name: Calculated Grade Grade calculated based on the assigned grade in the roster entry
 String getCreditsEarnedKey()
          Name: Credits Earned Credits earned in the course offering.
 String getStudentId()
           
 List<String> getValidGradeGroupKeys()
          Gets the valid grade for a student
 
Methods inherited from interface org.kuali.student.r2.common.infc.HasId
getId
 
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

getStudentId

String getStudentId()

getActivityOfferingId

String getActivityOfferingId()
This method gets the actvity offering id for the roster entry

Returns:

getAssignedGradeKey

String getAssignedGradeKey()
Name: Assigned Grade Grade assigned by the grader in a roster entry

Returns:

getAdministrativeGradeKey

String getAdministrativeGradeKey()
Name: Admin Grade Grade assigned by the grader in a roster entry

Returns:

getCalculatedGradeKey

String getCalculatedGradeKey()
Name: Calculated Grade Grade calculated based on the assigned grade in the roster entry

Returns:

getCreditsEarnedKey

String getCreditsEarnedKey()
Name: Credits Earned Credits earned in the course offering.

Returns:

getValidGradeGroupKeys

List<String> getValidGradeGroupKeys()
Gets the valid grade for a student

Returns:


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.