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