|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MetadataTemplate | |
|---|---|
| blackboard.cms.metadata | |
| Uses of MetadataTemplate in blackboard.cms.metadata |
|---|
| Methods in blackboard.cms.metadata that return MetadataTemplate | |
|---|---|
static MetadataTemplate |
MetadataTemplateManager.loadById(blackboard.persist.Id id)
Deprecated. Loads a MetadataTemplate identified by the given Id using the default connection. |
static MetadataTemplate |
MetadataTemplateManager.loadById(blackboard.persist.Id id,
java.sql.Connection con)
Deprecated. Loads a MetadataTemplate identified by the given Id using the supplied connection. |
static MetadataTemplate |
MetadataTemplateManager.loadByKey(java.lang.String key)
Deprecated. Loads a MetadataTemplate identified by the given the key using the default connection. |
static MetadataTemplate |
MetadataTemplateManager.loadByKey(java.lang.String key,
java.sql.Connection con)
Deprecated. Loads a MetadataTemplate identified by the given the key using the supplied connection. |
| Methods in blackboard.cms.metadata with parameters of type MetadataTemplate | |
|---|---|
static void |
MetadataTemplateManager.save(MetadataTemplate metadata)
Deprecated. Inserts or updates the MetadataTemplate using the default connection. |
static void |
MetadataTemplateManager.save(MetadataTemplate metadata,
java.sql.Connection con)
Deprecated. Inserts or updates the MetadataTemplate using the supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||