|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DiscussionBoardGradeManager
| Method Summary | |
|---|---|
void |
createOutcome(OutcomeDefinition ocd,
CourseMembership cm,
java.lang.String points)
Create outcome. |
void |
deleteOutcome(OutcomeDefinition ocd,
CourseMembership cm,
Id messageId,
Id userId)
Delete outcome. |
float |
getForumPointsPossible(Id forum_id)
Given a forum Id, get the maximum score possible for a graded forum |
float |
getThreadPointsPossible(Id thread_id)
Given a message Id for a top-level thread, get the maximum score possible for a graded thread |
java.util.Map |
loadGradeHashByForumId(Id forum_id)
Given a forum Id, get the user grades for a forum. |
java.util.Map |
loadGradeHashByForumId(Id forum_id,
Id course_id)
Given a forum Id, get the user grades for a forum. |
java.util.Map |
loadGradeHashByThreadId(Id thread_id)
Given a message Id for a top-level thread, get the user grades for a thread. |
| Method Detail |
|---|
float getForumPointsPossible(Id forum_id)
throws PersistenceException
forum_id -
PersistenceException
float getThreadPointsPossible(Id thread_id)
throws PersistenceException
thread_id -
PersistenceException
java.util.Map loadGradeHashByForumId(Id forum_id)
throws PersistenceException
forum_id -
PersistenceException
java.util.Map loadGradeHashByForumId(Id forum_id,
Id course_id)
throws PersistenceException
forum_id -
PersistenceException
java.util.Map loadGradeHashByThreadId(Id thread_id)
throws PersistenceException
thread_id -
PersistenceException
void createOutcome(OutcomeDefinition ocd,
CourseMembership cm,
java.lang.String points)
throws PersistenceException,
ValidationException
ocd - OutcomeDefinitioncm - CourseMembershippoints - String
PersistenceException
ValidationException - Will never be thrown
void deleteOutcome(OutcomeDefinition ocd,
CourseMembership cm,
Id messageId,
Id userId)
throws PersistenceException,
ValidationException
ocd - OutcomeDefinitioncm - CourseMembership
PersistenceException
ValidationException - Will never be thrown.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||