Modifier and Type | Method and Description |
---|---|
ActionsPanel<ReportTemplateTO> |
ReportTemplateDirectoryPanel.getActions(IModel<ReportTemplateTO> model) |
protected List<IColumn<ReportTemplateTO,String>> |
ReportTemplateDirectoryPanel.getColumns() |
Iterator<ReportTemplateTO> |
ReportTemplateDirectoryPanel.ReportTemplateProvider.iterator(long first,
long count) |
IModel<ReportTemplateTO> |
ReportTemplateDirectoryPanel.ReportTemplateProvider.model(ReportTemplateTO reportTemplateTO) |
Modifier and Type | Method and Description |
---|---|
IModel<ReportTemplateTO> |
ReportTemplateDirectoryPanel.ReportTemplateProvider.model(ReportTemplateTO reportTemplateTO) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<ReportTemplateTO> |
ReportTemplateDirectoryPanel.getActions(IModel<ReportTemplateTO> model) |
Modifier and Type | Method and Description |
---|---|
ReportTemplateTO |
ReportRestClient.readTemplate(String key) |
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateTO> |
ReportRestClient.listTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
ReportRestClient.createTemplate(ReportTemplateTO reportTemplateTO) |
Modifier and Type | Method and Description |
---|---|
ReportTemplateTO |
ReportTemplateService.read(@NotNull String key)
Returns report template with matching key.
|
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateTO> |
ReportTemplateService.list()
Returns a list of all report templates.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ReportTemplateService.create(@NotNull ReportTemplateTO reportTemplateTO)
Creates a new report template.
|
Modifier and Type | Method and Description |
---|---|
ReportTemplateTO |
ReportTemplateLogic.create(String key) |
ReportTemplateTO |
ReportTemplateLogic.delete(String key) |
ReportTemplateTO |
ReportTemplateLogic.read(String key) |
protected ReportTemplateTO |
ReportTemplateLogic.resolveReference(Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateTO> |
ReportTemplateLogic.list() |
Modifier and Type | Method and Description |
---|---|
ReportTemplateTO |
ReportTemplateServiceImpl.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<ReportTemplateTO> |
ReportTemplateServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ReportTemplateServiceImpl.create(ReportTemplateTO reportTemplateTO) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.