blackboard.data.course
Interface CourseCourseManager


public interface CourseCourseManager

CourseCourseManager


Method Summary
 CourseCourse loadParent(Id childId)
          loads the CourseCourse for the given child course Id
 

Method Detail

loadParent

CourseCourse loadParent(Id childId)
                        throws PersistenceException,
                               KeyNotFoundException
loads the CourseCourse for the given child course Id

Parameters:
childId -
Returns:
Throws:
PersistenceException - if some database exception occured while loading
KeyNotFoundException - if given key was not found in the database, which is likely to happen since all courses need not have a parent Id


Copyright © 2003 Blackboard, Inc. All Rights Reserved.