|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StaffInfo | |
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.persist.content | |
| Uses of StaffInfo in blackboard.data.content |
| Subclasses of StaffInfo in blackboard.data.content | |
class |
StaffInfoFolder
The StaffInfoFolder class is a representation of a staff
information folder within the Blackboard application. |
| Methods in blackboard.data.content with parameters of type StaffInfo | |
void |
StaffInfoFolder.addChild(StaffInfo si)
Adds the given piece of Content (must be of type
StaffInfo) to the list of children for this Folder.
|
void |
StaffInfoFolder.addChild(StaffInfo si,
int nPos)
Adds the given piece of Content (must be of type
StaffInfo) to the list of children for his Folder
at the provided position value.
|
| Uses of StaffInfo in blackboard.persist.content |
| Methods in blackboard.persist.content that return StaffInfo | |
StaffInfo |
StaffInfoDbLoader.loadById(Id id)
Load the StaffInfo or StaffInfoFolder with the given Id from the database using a connection obtained through this object's database context. |
StaffInfo |
StaffInfoDbLoader.loadById(Id id,
java.sql.Connection con)
Load the StaffInfo or StaffInfoFolder with the given Id from the database using the supplied connection. |
| Methods in blackboard.persist.content with parameters of type StaffInfo | |
void |
StaffInfoDbPersister.persist(StaffInfo staffInfo)
Inserts or updates the supplied StaffInfo using a connection
from the associated persistence manager's database container. |
void |
StaffInfoDbPersister.persist(StaffInfo staffInfo,
java.sql.Connection con)
Inserts or updates the supplied StaffInfo using the supplied
connection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||