|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.data.course | Provides the classes used to interact with course definitions in Blackboard. |
| blackboard.data.discussionboard | |
| blackboard.data.user | Provides the classes used to interact with user definitions in Blackboard. |
| blackboard.persist.user | |
| blackboard.platform.intl | |
| blackboard.platform.security | |
| blackboard.platform.security.authentication | Provides the public implementation classes for creating custom authentication modules for Learning System. |
| Uses of User in blackboard.data.content |
|---|
| Methods in blackboard.data.content that return User | |
|---|---|
User |
ContentStatus.getUser()
Returns the user associated with this status. |
| Methods in blackboard.data.content with parameters of type User | |
|---|---|
java.lang.String |
ContentHandlerWrapper.getContentViewUrl(Content content,
User user)
|
| Uses of User in blackboard.data.course |
|---|
| Methods in blackboard.data.course that return User | |
|---|---|
User |
CourseMembership.getUser()
Returns the User attribute associated with this
CourseMembership. |
| Methods in blackboard.data.course with parameters of type User | |
|---|---|
void |
CourseMembership.setUser(User user)
Sets the User associated with this
CourseMembership. |
| Uses of User in blackboard.data.discussionboard |
|---|
| Methods in blackboard.data.discussionboard that return User | |
|---|---|
User |
UserMsgState.getUser()
Returns the user associated with this UserMsgState |
User |
UserForumSettings.getUser()
Returns the user associated with this UserForumSettings |
| Methods in blackboard.data.discussionboard with parameters of type User | |
|---|---|
void |
UserMsgState.setUser(User user)
Sets the user information for this UserMsgState |
void |
UserForumSettings.setUser(User user)
Sets the user information for this UserForumSettings |
void |
Message.setUser(User user)
Sets the user that is the author of this message (for use in getPostedName() calculations) |
void |
UserForumSettings.setUserInfo(User user)
Deprecated. use setUser instead |
| Uses of User in blackboard.data.user |
|---|
| Methods in blackboard.data.user that return User | |
|---|---|
User |
UserRole.getUser()
Returns the User object of this UserRole object |
| Methods in blackboard.data.user with parameters of type User | |
|---|---|
void |
UserRole.setUser(User user)
Sets the User object of this UserRole object |
| Uses of User in blackboard.persist.user |
|---|
| Methods in blackboard.persist.user that return User | |
|---|---|
User |
UserDbLoader.loadByBatchUid(java.lang.String batchUid)
Load the User with the given batch uid value from the database in a light- weight fashion using a connection obtained through this object's database context. |
User |
UserDbLoader.loadByBatchUid(java.lang.String batchUid,
java.sql.Connection con)
Load the User with the given batch uid value from the database in a light- weight fashion using the supplied connection. |
User |
UserDbLoader.loadByBatchUid(java.lang.String batchUid,
java.sql.Connection con,
boolean bHeavy)
Load the User with the given batch uid from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
User |
UserDbLoader.loadById(Id id)
Load the User with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con)
Load the User with the given Id from the database in a lightweight fashion using the supplied connection. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy)
Load the User with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
User |
UserDbLoader.loadById(Id id,
java.sql.Connection con,
boolean bHeavy,
DbObjectMap map)
Load the User with the given Id from the database in the specified fashion (lightweight or heavyweight) using the supplied connection, and with the supplied map. |
User |
UserDbLoader.loadByUserName(java.lang.String userName)
Load the User with the given username from the database in a lightweight fashion using a connection obtained through this object's database context. |
User |
UserDbLoader.loadByUserName(java.lang.String userName,
java.sql.Connection con)
Load the User with the given username from the database in a lightweight fashion using the supplied connection. |
User |
UserDbLoader.loadByUserName(java.lang.String userName,
java.sql.Connection con,
boolean bHeavy)
Load the User with the given username from the database in the specified fashion (lightweight or heavyweight) using the supplied connection. |
User |
UserDbLoader.loadGuestUser()
Load the user with username "guest" using a connection obtained through this object's database context. |
| Methods in blackboard.persist.user with parameters of type User | |
|---|---|
void |
UserDbPersister.persist(User user)
Inserts or updates the supplied User using a connection from
the associated persistence manager's database container. |
void |
UserDbPersister.persist(User user,
java.sql.Connection con)
Inserts or updates the supplied User using the supplied
connection. |
| Uses of User in blackboard.platform.intl |
|---|
| Methods in blackboard.platform.intl with parameters of type User | |
|---|---|
java.lang.String |
BbLocale.formatName(User user,
BbLocale.Name nameStyle)
Formats the name of the given user according to the current locale and given BbLocale.Name style and returns it as a string. |
| Uses of User in blackboard.platform.security |
|---|
| Methods in blackboard.platform.security with parameters of type User | |
|---|---|
static boolean |
SecurityUtil.userHasEntitlement(User user,
CourseMembership courseMembership,
Entitlement entitlement)
Explicit check for a single entitlement. |
| Uses of User in blackboard.platform.security.authentication |
|---|
| Methods in blackboard.platform.security.authentication that return User | |
|---|---|
User |
LDAPAuthModule.getUserFromUsernamePassword(java.lang.String username,
java.lang.String password)
Returns the User object for a given username and password. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||