|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Score | |
| blackboard.persist.gradebook | |
| Uses of Score in blackboard.persist.gradebook |
| Methods in blackboard.persist.gradebook that return Score | |
Score |
ScoreDbLoader.loadById(Id id)
Loads the Score with the given Id from the database using a connection obtained through this object's database context. |
Score |
ScoreDbLoader.loadById(Id id,
java.sql.Connection con)
Loads the Score with the given Id from the database using the provided connection. |
Score |
ScoreDbLoader.loadByCourseMembershipIdAndLineitemId(Id cmId,
Id liId)
Loads the Score for a given Lineitem and CourseMembership combination using a connection obtained through this object's database context. |
Score |
ScoreDbLoader.loadByCourseMembershipIdAndLineitemId(Id cmId,
Id liId,
java.sql.Connection con)
Loads the Score for a given Lineitem and CourseMembership combination using the provided connection. |
| Methods in blackboard.persist.gradebook with parameters of type Score | |
void |
ScoreDbPersister.persist(Score score)
Inserts or updates the supplied Score using a connection
from the associated persistence manager's database container. |
void |
ScoreDbPersister.persist(Score score,
java.sql.Connection con)
Inserts or updates the supplied Score using the supplied
connection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||