Uses of Class
edu.mit.stellar.hibernate.CourseCollection

Packages that use CourseCollection
edu.mit.stellar.hibernate   
edu.mit.stellar.images.component   
edu.mit.stellar.images.service   
 

Uses of CourseCollection in edu.mit.stellar.hibernate
 

Methods in edu.mit.stellar.hibernate that return CourseCollection
 CourseCollection AbstractCourseCollectionItem.getCourseCollection()
          Return the value of the COURSE_COLLECTION_ID column.
 CourseCollection AbstractCourseCollectionAnnotation.getCourseCollection()
          Return the value of the COURSE_COLLECTION_ID column.
 CourseCollection AbstractCourseCollectionPage.getCourseCollection()
          Return the value of the COURSE_COLLECTION_ID column.
 

Methods in edu.mit.stellar.hibernate with parameters of type CourseCollection
 void NexusInfo.addCourseCollection(CourseCollection courseCollection)
           
 void NexusInfo.removeCourseCollection(CourseCollection courseCollection)
           
 void AbstractCourseCollectionItem.setCourseCollection(CourseCollection courseCollection)
          Set the value of the COURSE_COLLECTION_ID column.
 void AbstractCourseCollectionAnnotation.setCourseCollection(CourseCollection courseCollection)
          Set the value of the COURSE_COLLECTION_ID column.
 void AbstractCourseCollectionPage.setCourseCollection(CourseCollection courseCollection)
          Set the value of the COURSE_COLLECTION_ID column.
 

Constructors in edu.mit.stellar.hibernate with parameters of type CourseCollection
CourseCollectionPage(java.lang.Long id, CourseCollection courseCollection)
          Constructor of CourseCollectionPage instances given a simple primary key and courseCollection.
CourseCollectionPage(java.lang.Long id, CourseCollection courseCollection, java.lang.String pageTemplate, java.lang.Long pageOrder)
          full constructor
CourseCollectionItem(User user, CourseCollection courseCollection, Item item)
           
AbstractCourseCollectionPage(java.lang.Long id, CourseCollection courseCollection)
          minimal constructor
AbstractCourseCollectionPage(java.lang.Long id, CourseCollection courseCollection, java.lang.String pageTemplate, java.lang.Long pageOrder)
          full constructor
 

Uses of CourseCollection in edu.mit.stellar.images.component
 

Methods in edu.mit.stellar.images.component that return CourseCollection
 CourseCollection CollectionManagerImpl.createCourseCollection(java.lang.String name, java.lang.String description, java.lang.String siteHandle, java.lang.Long type)
           
 CourseCollection CollectionManagerImpl.getCourseCollectionBySiteHandle(java.lang.String sitehandle)
           
 CourseCollection CollectionManagerImpl.getCourseCollectionById(java.lang.String id)
           
 CourseCollection CollectionManagerImplB.createCourseCollection(java.lang.String name, java.lang.String description, java.lang.String siteHandle, java.lang.Long type)
           
 CourseCollection CollectionManagerImplB.getCourseCollectionBySiteHandle(java.lang.String sitehandle)
           
 CourseCollection CollectionManagerImplB.getCourseCollectionById(java.lang.String id)
           
 

Methods in edu.mit.stellar.images.component with parameters of type CourseCollection
 CourseCollectionItem CollectionManagerImpl.createCourseCollectionItem(CourseCollection courseCollection, Item item, User user)
           
 CourseCollectionItem CollectionManagerImplB.createCourseCollectionItem(CourseCollection courseCollection, Item item, User user)
           
 

Uses of CourseCollection in edu.mit.stellar.images.service
 

Methods in edu.mit.stellar.images.service that return CourseCollection
 CourseCollection CollectionManager.createCourseCollection(java.lang.String name, java.lang.String description, java.lang.Long nexuscodeInput, java.lang.Long type)
           
 

Methods in edu.mit.stellar.images.service with parameters of type CourseCollection
 CourseCollectionItem CollectionManager.createCourseCollectionItem(CourseCollection courseCollection, Item item, User user)
           
 



Copyright 2005-2005-2006 MIT AMPS. All Rights Reserved.