| Modifier and Type | Method and Description |
|---|---|
static Template |
Template.create(TemplateCategory templateType,
TemplateColumn<?>... columns) |
| Modifier and Type | Method and Description |
|---|---|
long |
TemplateManager.saveTemplate(String name,
String description,
String agency,
Template template) |
TemplateDescription |
TemplateManager.updateTemplate(long id,
Template template) |
| Modifier and Type | Method and Description |
|---|---|
Template |
TemplateDescription.getTemplate() |
| Modifier and Type | Method and Description |
|---|---|
void |
TemplateDescription.setTemplate(Template template) |
| Constructor and Description |
|---|
TemplateDescription(long id,
String owner,
String name,
String description,
String agency,
Calendar creationdDate,
Template template,
List<String> sharedWith) |
Copyright © 2019. All Rights Reserved.