Uses of Class
blackboard.data.course.CourseMembership

Packages that use CourseMembership
blackboard.persist.course   
blackboard.platform.security   
 

Uses of CourseMembership in blackboard.persist.course
 

Methods in blackboard.persist.course that return CourseMembership
 CourseMembership CourseMembershipXmlLoader.load(org.w3c.dom.Element rootElement)
          Generates a CourseMembership object given an Element tree whose structure and contents match those generated by CourseMembershipXMLPerister .
 CourseMembership CourseMembershipXmlLoader.load(java.io.InputStream is)
          Generates a CourseMembership object given an InputStream which contains XML whose structure and contents match those generated by CourseMembershipXMLPerister.
 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.
 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.
 

Methods in blackboard.persist.course with parameters of type CourseMembership
 org.w3c.dom.Element CourseMembershipXmlPersister.persist(CourseMembership obj, org.w3c.dom.Document doc)
          Generates an Element tree whose values and structure matches the contents of the provided CourseMembership object.
 

Uses of CourseMembership in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type CourseMembership
static boolean SecurityUtil.userHasEntitlement(User user, Course course, CourseMembership courseMembership, Entitlement entitlement)
          userHasEntitlement Explicit check for a single entitlement.
static boolean SecurityUtil.userHasAnyEntitlements(User user, Course course, 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
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.