Uses of Class
org.apache.syncope.common.lib.to.MailTemplateTO
-
-
Uses of MailTemplateTO in org.apache.syncope.client.console.notifications
Methods in org.apache.syncope.client.console.notifications that return MailTemplateTO Modifier and Type Method Description MailTemplateTO
TemplateModal. getItem()
Methods in org.apache.syncope.client.console.notifications that return types with arguments of type MailTemplateTO Modifier and Type Method 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)
Methods in org.apache.syncope.client.console.notifications with parameters of type MailTemplateTO Modifier and Type Method Description IModel<MailTemplateTO>
MailTemplateDirectoryPanel.MailTemplateProvider. model(MailTemplateTO mailTemplateTO)
Method parameters in org.apache.syncope.client.console.notifications with type arguments of type MailTemplateTO Modifier and Type Method Description ActionsPanel<MailTemplateTO>
MailTemplateDirectoryPanel. getActions(IModel<MailTemplateTO> model)
Constructors in org.apache.syncope.client.console.notifications with parameters of type MailTemplateTO Constructor Description TemplateModal(BaseModal<MailTemplateTO> modal, NotificationRestClient restClient, MailTemplateTO templateTO, PageReference pageRef)
Constructor parameters in org.apache.syncope.client.console.notifications with type arguments of type MailTemplateTO Constructor Description TemplateModal(BaseModal<MailTemplateTO> modal, NotificationRestClient restClient, MailTemplateTO templateTO, PageReference pageRef)
-
Uses of MailTemplateTO in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest that return MailTemplateTO Modifier and Type Method Description MailTemplateTO
NotificationRestClient. readTemplate(String key)
Methods in org.apache.syncope.client.console.rest that return types with arguments of type MailTemplateTO Modifier and Type Method Description List<MailTemplateTO>
NotificationRestClient. listTemplates()
Methods in org.apache.syncope.client.console.rest with parameters of type MailTemplateTO Modifier and Type Method Description void
NotificationRestClient. createTemplate(MailTemplateTO mailTemplateTO)
-
Uses of MailTemplateTO in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service that return MailTemplateTO Modifier and Type Method Description MailTemplateTO
MailTemplateService. read(@NotNull String key)
Returns mail template with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type MailTemplateTO Modifier and Type Method Description List<MailTemplateTO>
MailTemplateService. list()
Returns a list of all mail templates.Methods in org.apache.syncope.common.rest.api.service with parameters of type MailTemplateTO Modifier and Type Method Description javax.ws.rs.core.Response
MailTemplateService. create(@NotNull MailTemplateTO mailTemplateTO)
Creates a new mail template. -
Uses of MailTemplateTO in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return MailTemplateTO Modifier and Type Method Description MailTemplateTO
MailTemplateLogic. create(String key)
MailTemplateTO
MailTemplateLogic. delete(String key)
protected MailTemplateTO
MailTemplateLogic. getMailTemplateTO(String key)
MailTemplateTO
MailTemplateLogic. read(String key)
protected MailTemplateTO
MailTemplateLogic. resolveReference(Method method, Object... args)
Methods in org.apache.syncope.core.logic that return types with arguments of type MailTemplateTO Modifier and Type Method Description List<MailTemplateTO>
MailTemplateLogic. list()
-
Uses of MailTemplateTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return MailTemplateTO Modifier and Type Method Description MailTemplateTO
MailTemplateServiceImpl. read(String key)
Methods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type MailTemplateTO Modifier and Type Method Description List<MailTemplateTO>
MailTemplateServiceImpl. list()
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type MailTemplateTO Modifier and Type Method Description javax.ws.rs.core.Response
MailTemplateServiceImpl. create(MailTemplateTO mailTemplateTO)
-