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.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.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.userHasAnyEntitlements(User user, CourseMembership courseMembership, Entitlements entitlements)
          userHasAnyEntitlements Logical OR Use for coarse-grained authorization; for example to check whether user may enter admin page --User may have be entitled access to some but not all widgets on the page --User id param; implicit Context object _not_ assumed
static boolean SecurityUtil.userHasEntitlement(User user, CourseMembership courseMembership, Entitlement entitlement)
          Explicit check for a single entitlement.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.