public interface TemplateManager
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
TaskInfo |
apply(long templateId,
long tabularResourceId) |
TemplateDescription |
getTemplate(long id) |
List<TemplateDescription> |
getTemplates() |
long |
saveTemplate(String name,
String description,
String agency,
Template template) |
static final String SERVICE_NAME
List<TemplateDescription> getTemplates()
TemplateDescription getTemplate(long id) throws NoSuchTemplateException
NoSuchTemplateExceptionTaskInfo apply(long templateId, long tabularResourceId) throws NoSuchTemplateException, NoSuchTabularResourceException
Copyright © 2014. All Rights Reserved.