|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PortalRole | |
|---|---|
| blackboard.data.user | Provides the classes used to interact with user definitions in Blackboard. |
| blackboard.persist.role | |
| Uses of PortalRole in blackboard.data.user |
|---|
| Methods in blackboard.data.user that return PortalRole | |
|---|---|
PortalRole |
User.getPortalRole()
Returns the PortalRole object, representing the primary institution role associated with this User. |
| Methods in blackboard.data.user with parameters of type PortalRole | |
|---|---|
void |
User.setPortalRole(PortalRole role)
Sets the PortalRole object, representing the primary institution role associated with this User. |
| Uses of PortalRole in blackboard.persist.role |
|---|
| Methods in blackboard.persist.role that return PortalRole | |
|---|---|
PortalRole |
PortalRoleDbLoader.loadById(Id id)
Load the PortalRole with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadById(Id id,
java.sql.Connection con)
Load the PortalRole with the given Id from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadByRoleId(java.lang.String roleId)
Load the PortalRole with the given role id from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadByRoleId(java.lang.String roleId,
java.sql.Connection con)
Load the PortalRole with the given role id from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadByRoleName(java.lang.String name)
Load the PortalRole with the given name from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadByRoleName(java.lang.String name,
java.sql.Connection con)
Load the PortalRole with the given name from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadDefault()
Load the default PortalRole object in the system from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadDefault(java.sql.Connection con)
Load the default PortalRole object in the system from the database in a lightweight fashion using the supplied connection. |
PortalRole |
PortalRoleDbLoader.loadPrimaryRoleByUserId(Id userId)
Load the PortalRole that is the primary institution role for the given user from the database in a lightweight fashion using a connection obtained through this object's database context. |
PortalRole |
PortalRoleDbLoader.loadPrimaryRoleByUserId(Id userId,
java.sql.Connection con)
Load the PortalRole that is the primary institution role for the given user from the database in a lightweight fashion using the supplied connection. |
| Methods in blackboard.persist.role with parameters of type PortalRole | |
|---|---|
void |
PortalRoleDbPersister.persist(PortalRole role)
Inserts or updates the supplied PortalRole using a connection from
the associated persistence manager's database container. |
void |
PortalRoleDbPersister.persist(PortalRole role,
java.sql.Connection con)
Inserts or updates the supplied PortalRole using the supplied
connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||