Modifier and Type | Method and Description |
---|---|
ActionsPanel<MailTemplateTO> |
MailTemplateDirectoryPanel.getActions(IModel<MailTemplateTO> model) |
protected List<IColumn<MailTemplateTO,String>> |
MailTemplateDirectoryPanel.getColumns() |
Iterator<MailTemplateTO> |
MailTemplateDirectoryPanel.MailTemplateProvider.iterator(long first,
long count) |
IModel<MailTemplateTO> |
MailTemplateDirectoryPanel.MailTemplateProvider.model(MailTemplateTO mailTemplateTO) |
Modifier and Type | Method and Description |
---|---|
IModel<MailTemplateTO> |
MailTemplateDirectoryPanel.MailTemplateProvider.model(MailTemplateTO mailTemplateTO) |
Modifier and Type | Method and Description |
---|---|
ActionsPanel<MailTemplateTO> |
MailTemplateDirectoryPanel.getActions(IModel<MailTemplateTO> model) |
Modifier and Type | Method and Description |
---|---|
MailTemplateTO |
NotificationRestClient.readTemplate(String key) |
Modifier and Type | Method and Description |
---|---|
List<MailTemplateTO> |
NotificationRestClient.listTemplates() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationRestClient.createTemplate(MailTemplateTO mailTemplateTO) |
Modifier and Type | Method and Description |
---|---|
MailTemplateTO |
MailTemplateService.read(@NotNull String key)
Returns mail template with matching key.
|
Modifier and Type | Method and Description |
---|---|
List<MailTemplateTO> |
MailTemplateService.list()
Returns a list of all mail templates.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MailTemplateService.create(@NotNull MailTemplateTO mailTemplateTO)
Creates a new mail template.
|
Modifier and Type | Method and Description |
---|---|
MailTemplateTO |
MailTemplateLogic.create(String key) |
MailTemplateTO |
MailTemplateLogic.delete(String key) |
MailTemplateTO |
MailTemplateLogic.read(String key) |
protected MailTemplateTO |
MailTemplateLogic.resolveReference(Method method,
Object... args) |
Modifier and Type | Method and Description |
---|---|
List<MailTemplateTO> |
MailTemplateLogic.list() |
Modifier and Type | Method and Description |
---|---|
MailTemplateTO |
MailTemplateServiceImpl.read(String key) |
Modifier and Type | Method and Description |
---|---|
List<MailTemplateTO> |
MailTemplateServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
MailTemplateServiceImpl.create(MailTemplateTO mailTemplateTO) |
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.