Uses of Class
blackboard.data.course.CourseMembership

Packages that use CourseMembership
blackboard.data.content Provides the classes used to store course content in Blackboard. 
blackboard.data.discussionboard.datamanager   
blackboard.persist.course   
blackboard.platform.security   
 

Uses of CourseMembership in blackboard.data.content
 

Methods in blackboard.data.content that return CourseMembership
 CourseMembership ContentStatus.getMembership()
          Returns the membership associated with this status.
 

Uses of CourseMembership in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager with parameters of type CourseMembership
 void DiscussionBoardGradeManager.createOutcome(OutcomeDefinition ocd, CourseMembership cm, java.lang.String points)
          Create outcome.
 void DiscussionBoardGradeManager.deleteOutcome(OutcomeDefinition ocd, CourseMembership cm, Id messageId, Id userId)
          Delete outcome.
 

Uses of CourseMembership in blackboard.persist.course
 

Methods in blackboard.persist.course that return CourseMembership
 CourseMembership CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId, Id userId)
          Load the CourseMembership with the given user and course id from the database using a connection obtained through this object's database context.
 CourseMembership CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId, Id userId, java.sql.Connection con)
          Load the CourseMembership with the given user and course id from the database using the supplied connection.
 CourseMembership CourseMembershipDbLoader.loadByCourseAndUserId(Id courseId, Id userId, java.sql.Connection con, boolean withUser)
          Load the CourseMembership with the given user and course id from the database using the supplied connection.
 CourseMembership CourseMembershipDbLoader.loadById(Id id)
          Load the CourseMembership with the given Id from the database using a connection obtained through this object's database context.
 CourseMembership CourseMembershipDbLoader.loadById(Id id, java.sql.Connection con)
          Load the CourseMembership with the given Id from the database using the supplied connection.
 CourseMembership CourseMembershipDbLoader.loadById(Id id, java.sql.Connection con, boolean withUser)
          Load the CourseMembership with the given Id from the database using the supplied connection.
 

Methods in blackboard.persist.course with parameters of type CourseMembership
 void CourseMembershipDbPersister.persist(CourseMembership courseMembership)
          Inserts or updates the supplied CourseMembership using a connection from the associated persistence manager's database container.
 void CourseMembershipDbPersister.persist(CourseMembership courseMembership, java.sql.Connection con)
          Inserts or updates the supplied CourseMembership using the supplied connection.
 

Uses of CourseMembership in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type CourseMembership
static boolean SecurityUtil.userHasEntitlement(User user, CourseMembership courseMembership, Entitlement entitlement)
          Explicit check for a single entitlement.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.