Uses of Interface
blackboard.data.Identifiable

Packages that use Identifiable
blackboard.data Provides the base classes for the persistence layer of platform API. 
blackboard.data.announcement Provides classes used to store "announcements" in the Blackboard system. 
blackboard.data.calendar Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. 
blackboard.data.content Provides the classes used to store course content in Blackboard. 
blackboard.data.course Provides the classes used to interact with course definitions in Blackboard. 
blackboard.data.discussionboard   
blackboard.data.gradebook Provides the public implementation classes for Gradebook subsystem. 
blackboard.data.navigation   
blackboard.data.role   
blackboard.data.user Provides the classes used to interact with user definitions in Blackboard. 
blackboard.persist   
blackboard.platform.intl   
blackboard.platform.security   
 

Uses of Identifiable in blackboard.data
 

Subinterfaces of Identifiable in blackboard.data
 interface IBbObject
          The IBbObject class is an interface representing the root of the data class hierarchy.
 

Classes in blackboard.data that implement Identifiable
 class AbstractIdentifiable
          Base implementation of the Identifiable interface for POJO data objects.
 class BbObject
          The BbObject class is the root of the data class hierarchy.
 

Uses of Identifiable in blackboard.data.announcement
 

Classes in blackboard.data.announcement that implement Identifiable
 class Announcement
          The Announcement class is a representation of an announcement within the Blackboard application.
 

Uses of Identifiable in blackboard.data.calendar
 

Classes in blackboard.data.calendar that implement Identifiable
 class CalendarEntry
          The CalendarEntry class provides a means for defining an event (system, course, or personal) within the Blackboard application.
 

Uses of Identifiable in blackboard.data.content
 

Classes in blackboard.data.content that implement Identifiable
 class AbstractContentFile
          The AbstractContentFile class wraps a reference to a file that has been uploaded to a content area in a course.
 class AggregateReviewStatus
          The AggregateReviewStatus object wraps the state of a user's interaction with a given piece of content and adaptive release status.
 class ChildFile
          The ChildFile class wraps an uploaded file that is the child of a ContentFile.
 class Content
          The Content class is the root of the content class hierarchy.
 class ContentFile
          The ContentFile class wraps a reference to a file that has been uploaded to a content area in a course.
 class ContentFileRef
          ContentFileRef represents a file reference that can be displayed within a Lesson.
 class ContentFolder
          The ContentFolder class is a representation of a folder within the Bb Course Management System.
 class ContentStatus
          The ContentStatus object wraps the state of a user's interaction with a given piece of content and adaptive release status.
 class CourseDocument
          The CourseDocument class is a representation of a course document within the Bb Course Management System.
 class CourseLink
          The CourseLink class is a representation of an intra-course link within the Bb Course Management System.
 class CourseUpload
          The CourseUpload class wraps a reference to a file that has been uploaded to the digital drop box in a course.
 class EntityContentFile
          The EntityContentFile class wraps a reference to a file that has been uploaded to a content area in a course.
 class ExternalLink
          The ExternalLink class is a representation of an external link within the Bb Course Management System.
 class GroupUpload
          The GroupUpload class wraps a reference to a file that has been uploaded to a group file exchange in a course.
 class Lesson
          The Lesson class represents a list of content that is meant to be viewed in a linear, guided order.
 class Link
          The Link class is a representation of a link within the Blackboard application.
 class StaffInfo
          The StaffInfo class is a representation of a staff information element within the Blackboard application.
 class StaffInfoFolder
          The StaffInfoFolder class is a representation of a staff information folder within the Blackboard application.
 class Upload
          Upload
 class UploadedFile
          UploadedFile
 

Uses of Identifiable in blackboard.data.course
 

Classes in blackboard.data.course that implement Identifiable
 class Cartridge
          The Cartridge class provides a representation of a cartridge record (as related to a course) within the Blackboard application.
 class Course
          The Course class provides a representation of a course (course or organization) within the Blackboard application.
 class CourseCourse
          CourseCourse
 class CourseMembership
          The CourseMembership class is a representation of a course membership record within the Blackboard application.
 class Group
          The Group class is a representation of a course group within the Course Management System.
 class GroupMembership
          The GroupMembership class is a representation of a group membership record within the Blackboard application.
 class Organization
          The Organization class provides a representation of an organization (or community) within the Blackboard system.
 

Uses of Identifiable in blackboard.data.discussionboard
 

Classes in blackboard.data.discussionboard that implement Identifiable
 class Conference
          The Conference class is a representation of a conference within the Bb Course Management System.
 class ConferenceOwner
          The ConferenceOwner class is a representation of a conference owner within the Bb Course Management System.
 class ConferenceStatus
          The ConferenceStatus object wraps the state of a user's interaction with a given piece of conference and adaptive release status.
 class Forum
          The Forum class provides a representation of a discussion board forum within the Bb Course Management System.
 class ForumProperties
          The ForumProperties class represents the properties to a given discussion board forum within the Bb Course Management System.
 class ForumStatus
          The ForumStatus object wraps the state of a user's interaction with a given piece of forum and adaptive release status.
 class Message
          The LwMessage class provides a "light weight" view of a discussion board forum message within the Bb Course Management System.
 class MessageAttachment
          The MessageAttachment class represents an attachment to a given discussion board message within the Bb Course Management System.
 class MessageLabel
          The MessageLabel class represents a label to a given discussion board message within the Bb Course Management System.
 class MessageStatus
          The MessageStatus object wraps the state of a user's interaction with a given piece of message and adaptive release status.
 class MessageTag
          Association between a Discussion board message and a Tag
 class UserForumSettings
          The UserForumSettings class is a representation of the discussion board forum settings.
 class UserMsgState
           
 

Uses of Identifiable in blackboard.data.gradebook
 

Classes in blackboard.data.gradebook that implement Identifiable
 class Lineitem
          The Lineitem class represents a single gradable item in a course.
 class Score
          The Score class represents a grade in a course for a specific user and Lineitem.
 

Uses of Identifiable in blackboard.data.navigation
 

Classes in blackboard.data.navigation that implement Identifiable
 class CourseToc
          The CourseToc class provides a representation of the course menu items displayed when inside a course in the Blackboard application.
 

Uses of Identifiable in blackboard.data.role
 

Classes in blackboard.data.role that implement Identifiable
 class PortalRole
          The PortalRole class is a representation of an institution role within the Blackboard application.
 

Uses of Identifiable in blackboard.data.user
 

Classes in blackboard.data.user that implement Identifiable
 class User
          The User class is a representation of a user within the Bb Course Management System.
 class UserInfo
          The UserInfo class provides basic user oriented information for extending objects.
 class UserRole
          The UserRole class provides user secondary institution role information for extending objects.
 

Uses of Identifiable in blackboard.persist
 

Classes in blackboard.persist with type parameters of type Identifiable
 interface IdentifiableDbLoader<T extends Identifiable>
          Super interface for generically loading any identifiable object.
 interface IdentifiableDbPersister<T extends Identifiable>
          Generically defines common persistence methods for Identifiable objects.
 interface LoadAllIdentifiableDbLoader<T extends Identifiable>
          Extends the IdentifiableDbLoader to add loadAll() symantics.
 

Uses of Identifiable in blackboard.platform.intl
 

Classes in blackboard.platform.intl that implement Identifiable
 class BbLocale
          This class represents a particular application locale setting.
 

Uses of Identifiable in blackboard.platform.security
 

Methods in blackboard.platform.security with parameters of type Identifiable
static boolean SecurityUtil.userHasEntitlement(Entitlement entitlement, Identifiable obj)
          Method to check an entitlement for a specific object, which is assumed to be related to the user via a Domain Admin association.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.