|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.student.enrollment.class2.grading.service.impl.GradingServiceImpl
public class GradingServiceImpl
Constructor Summary | |
---|---|
GradingServiceImpl()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GradingServiceImpl()
Method Detail |
---|
public TypeInfo getGradeRosterType(String gradeRosterTypeKey, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
getGradeRosterType
in interface GradingService
gradeRosterTypeKey
- Key of the typecontext
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
- gradeRosterTypeKey not found
InvalidParameterException
- invalid gradeRosterTypeKey
MissingParameterException
- missing gradeRosterTypeKey
OperationFailedException
- unable to complete requestpublic GradeRosterInfo getGradeRoster(String gradeRosterId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRoster
in interface GradingService
gradeRosterId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterInfo> getGradeRostersByGraderAndTerm(String graderId, String termId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRostersByGraderAndTerm
in interface GradingService
graderId
- termId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterInfo> getFinalGradeRostersForCourseOffering(String courseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getFinalGradeRostersForCourseOffering
in interface GradingService
courseOfferingId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterInfo> getFinalGradeRostersForActivityOffering(String activityOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getFinalGradeRostersForActivityOffering
in interface GradingService
activityOfferingId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterInfo> getGradeRostersForActivityOffering(String activityOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRostersForActivityOffering
in interface GradingService
activityOfferingId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic GradeRosterInfo buildInterimGradeRosterByType(String courseOfferingId, List<String> activityOfferingIds, String rosterTypeKey, ContextInfo context) throws AlreadyExistsException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
buildInterimGradeRosterByType
in interface GradingService
activityOfferingIds
- rosterTypeKey
- context
- Context information containing the principalId and locale
information about the caller of service operation
AlreadyExistsException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic GradeRosterInfo updateInterimGradeRoster(GradeRosterInfo gradeRoster, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException
updateInterimGradeRoster
in interface GradingService
gradeRoster
- context
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failure
VersionMismatchException
public StatusInfo deleteInterimGradeRoster(String gradeRosterId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
deleteInterimGradeRoster
in interface GradingService
gradeRosterId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic GradeRosterInfo updateFinalGradeRosterState(String gradeRosterId, String stateKey, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException
updateFinalGradeRosterState
in interface GradingService
gradeRosterId
- stateKey
- context
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failure
VersionMismatchException
public List<ValidationResultInfo> validateGradeRoster(GradeRosterInfo gradeRoster, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException
validateGradeRoster
in interface GradingService
gradeRoster
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
public GradeRosterEntryInfo getGradeRosterEntry(String gradeRosterEntryId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRosterEntry
in interface GradingService
gradeRosterEntryId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterEntryInfo> getGradeRosterEntriesByIds(List<String> gradeRosterEntryIds, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRosterEntriesByIds
in interface GradingService
gradeRosterEntryIds
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic List<GradeRosterEntryInfo> getGradeRosterEntriesByRosterId(String gradeRosterId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getGradeRosterEntriesByRosterId
in interface GradingService
gradeRosterId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic GradeRosterEntryInfo getFinalGradeForStudentInCourseOffering(String studentId, String courseOfferingId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, DisabledIdentifierException
getFinalGradeForStudentInCourseOffering
in interface GradingService
studentId
- courseOfferingId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failure
DisabledIdentifierException
public GradeRosterEntryInfo addEntrytoInterimRoster(GradeRosterEntryInfo gradeRosterEntry, String gradeRosterId, ContextInfo context) throws AlreadyExistsException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
addEntrytoInterimRoster
in interface GradingService
gradeRosterEntry
- gradeRosterId
- context
- Context information containing the principalId and locale
information about the caller of service operation
AlreadyExistsException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic StatusInfo removeEntryFromInterimRoster(String gradeRosterEntryId, String gradeRosterId, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
removeEntryFromInterimRoster
in interface GradingService
gradeRosterEntryId
- gradeRosterId
- context
- Context information containing the principalId and locale
information about the caller of service operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failurepublic boolean updateGrade(String gradeRosterEntryId, String assignedGradeKey, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException
updateGrade
in interface GradingService
gradeRosterEntryId
- assignedGradeKey
- context
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failure
VersionMismatchException
public boolean updateCredit(String gradeRosterEntryId, String assignedGradeKey, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException
updateCredit
in interface GradingService
gradeRosterEntryId
- assignedGradeKey
- context
- Context information containing the principalId and locale
information about the caller of service operation
DataValidationErrorException
- One or more values invalid for this operation
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
- authorization failure
VersionMismatchException
public List<GradeValuesGroupInfo> getGradeGroupsByKeyList(List<String> gradeGroupKeyList, ContextInfo context) throws DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
GradingService
GradeValuesGroupInfo
.
getGradeGroupsByKeyList
in interface GradingService
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
public boolean updateNumberGrade(String gradeRosterEntryId, String numberGradeValue, ContextInfo context) throws DataValidationErrorException, DoesNotExistException, InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException, VersionMismatchException
GradingService
updateNumberGrade
in interface GradingService
DataValidationErrorException
DoesNotExistException
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
VersionMismatchException
public LprRosterService getLprRosterService()
public void setLprRosterService(LprRosterService lprRosterService)
public LprService getLprService()
public void setLprService(LprService lprService)
public CourseOfferingService getCourseOfferingService()
public void setCourseOfferingService(CourseOfferingService courseOfferingService)
public LRCService getLrcService()
public void setLrcService(LRCService lrcService)
public LearningResultRecordService getLrrService()
public void setLrrService(LearningResultRecordService lrrService)
public LuiService getLuiService()
public void setLuiService(LuiService luiService)
public GradeRosterAssembler getGradeRosterAssembler()
public void setGradeRosterAssembler(GradeRosterAssembler gradeRosterAssembler)
public GradeRosterEntryAssembler getGradeRosterEntryAssembler()
public void setGradeRosterEntryAssembler(GradeRosterEntryAssembler gradeRosterEntryAssembler)
public GradeValuesGroupAssembler getGradeValuesGroupAssembler()
public void setGradeValuesGroupAssembler(GradeValuesGroupAssembler gradeValuesGroupAssembler)
public CourseRegistrationService getCourseRegistrationService()
public void setCourseRegistrationService(CourseRegistrationService courseRegistrationService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |