Uses of Class
blackboard.data.discussionboard.ConferenceOwner.OwnerType

Packages that use ConferenceOwner.OwnerType
blackboard.data.discussionboard   
blackboard.data.discussionboard.datamanager   
blackboard.persist.discussionboard   
 

Uses of ConferenceOwner.OwnerType in blackboard.data.discussionboard
 

Fields in blackboard.data.discussionboard declared as ConferenceOwner.OwnerType
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.COURSE
           
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.GROUP
           
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.MODULE
           
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.SYSTEM
           
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.TAB
           
 

Methods in blackboard.data.discussionboard that return ConferenceOwner.OwnerType
static ConferenceOwner.OwnerType ConferenceOwner.OwnerType.fromExternalString(java.lang.String externalString)
          Returns the ConferenceOwner.OwnerType element specified by the externalString.
 ConferenceOwner.OwnerType Conference.getOwnerType()
          Returns the ConferenceOwner type associated with this piece of Conference
static ConferenceOwner.OwnerType[] ConferenceOwner.OwnerType.getValues()
          Returns an array of all of the elements in this enumeration.
 

Uses of ConferenceOwner.OwnerType in blackboard.data.discussionboard.datamanager
 

Methods in blackboard.data.discussionboard.datamanager that return ConferenceOwner.OwnerType
 ConferenceOwner.OwnerType ConferenceManager.getConferenceOwnerType(Conference conf)
          Returns the conference owner type for the given conference
 

Uses of ConferenceOwner.OwnerType in blackboard.persist.discussionboard
 

Methods in blackboard.persist.discussionboard with parameters of type ConferenceOwner.OwnerType
 java.util.List ConferenceOwnerDbLoader.loadByOwnerType(ConferenceOwner.OwnerType owner_type)
          Load the ConferenceOwner list by their types
 java.util.List ConferenceOwnerDbLoader.loadByOwnerType(ConferenceOwner.OwnerType owner_type, java.sql.Connection con)
          Load the ConferenceOwner list by their types
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.