Uses of Class
blackboard.data.user.UserRole

Packages that use UserRole
blackboard.persist.user   
 

Uses of UserRole in blackboard.persist.user
 

Methods in blackboard.persist.user that return UserRole
 UserRole UserRoleDbLoader.loadById(Id id)
          Load the UserRole with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context.
 UserRole UserRoleDbLoader.loadById(Id id, java.sql.Connection con)
          Load the UserRole with the given Id from the database in a lightweight fashion using the supplied connection.
 UserRole UserRoleDbLoader.loadByUserIdAndPortalRoleId(Id userId, Id portalRoleId)
          Load the UserRole object with the given user id and institution role from the database in a lightweight fashion using a connection obtained through this object's database context.
 UserRole UserRoleDbLoader.loadByUserIdAndPortalRoleId(Id userId, Id portalRoleId, java.sql.Connection con)
          Load the UserRole object with the given user id and institution role from the database in a lightweight fashion using the supplied connection.
 

Methods in blackboard.persist.user with parameters of type UserRole
 void UserRoleDbPersister.persist(UserRole role)
          Inserts or updates the supplied UserRole using a connection from the associated persistence manager's database container.
 void UserRoleDbPersister.persist(UserRole role, java.sql.Connection con)
          Inserts or updates the supplied UserRole using the supplied connection.
 



Copyright © 2003 Blackboard, Inc. All Rights Reserved.