|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EntityContentFile | |
|---|---|
| blackboard.data.content | Provides the classes used to store course content in Blackboard. |
| blackboard.persist.content | |
| Uses of EntityContentFile in blackboard.data.content |
|---|
| Methods in blackboard.data.content with parameters of type EntityContentFile | |
|---|---|
static BbFile |
EntityContentFileUtil.extractBbFile(EntityContentFile source)
|
| Method parameters in blackboard.data.content with type arguments of type EntityContentFile | |
|---|---|
static java.util.List<BbFile> |
EntityContentFileUtil.extractBbFile(java.util.List<EntityContentFile> source)
|
| Uses of EntityContentFile in blackboard.persist.content |
|---|
| Methods in blackboard.persist.content that return EntityContentFile | |
|---|---|
EntityContentFile |
EntityContentFileDbLoader.loadById(Id id)
Load the ContentFile with the given Id from the database in a lightweight fashion using a connection obtained through this object's database context. |
EntityContentFile |
EntityContentFileDbLoader.loadById(Id id,
java.sql.Connection con)
Load the ContentFile with the given Id from the database in a lightweight fashion using the supplied connection. |
| Methods in blackboard.persist.content that return types with arguments of type EntityContentFile | |
|---|---|
java.util.List<EntityContentFile> |
EntityContentFileDbLoader.loadByEntityId(Id folderId)
|
java.util.List<EntityContentFile> |
EntityContentFileDbLoader.loadByEntityId(Id folderId,
java.sql.Connection con)
|
| Methods in blackboard.persist.content with parameters of type EntityContentFile | |
|---|---|
void |
EntityContentFileDbPersister.persist(EntityContentFile target)
Inserts or updates the supplied Content using a
connection from the associated persistence manager's database container. |
void |
EntityContentFileDbPersister.persist(EntityContentFile target,
java.sql.Connection con)
Inserts or updates the supplied Content using the
supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||