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

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

Uses of User in edu.mit.stellar.hibernate
 

Methods in edu.mit.stellar.hibernate that return User
 User AbstractItemAnnotation.getUser()
          Return the value of the CREATED_BY column.
 User AbstractCourseCollectionItem.getUser()
          Return the value of the CREATED_BY column.
 User AbstractCourseCollectionAnnotation.getUser()
          Return the value of the CREATED_BY column.
 

Methods in edu.mit.stellar.hibernate with parameters of type User
 void AbstractItemAnnotation.setUser(User user)
          Set the value of the CREATED_BY column.
 void AbstractCourseCollectionItem.setUser(User user)
          Set the value of the CREATED_BY column.
 void AbstractCourseCollectionAnnotation.setUser(User user)
          Set the value of the CREATED_BY column.
 

Constructors in edu.mit.stellar.hibernate with parameters of type User
CourseCollectionItem(User user, CourseCollection courseCollection, Item item)
           
 

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

Methods in edu.mit.stellar.images.component that return User
 User CollectionManagerImpl.getUser()
          Return the User based on the userName field
 User CollectionManagerImpl.createUser(java.lang.String username, java.lang.String domain, java.lang.String userservice)
           
 User CollectionManagerImpl.getUserByUserName(java.lang.String username)
           
 User CollectionManagerImplB.getUser()
          Return the User based on the userName field
 User CollectionManagerImplB.createUser(java.lang.String username, java.lang.String domain, java.lang.String userservice)
           
 User CollectionManagerImplB.getUserByUserName(java.lang.String username)
           
 

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

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

Methods in edu.mit.stellar.images.service that return User
 User CollectionManager.getUserByUserName(java.lang.String username)
           
 

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



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