Uses of Class
org.apache.syncope.common.lib.to.MailTemplateTO
Packages that use MailTemplateTO
Package
Description
-
Uses of MailTemplateTO in org.apache.syncope.client.console.notifications
Methods in org.apache.syncope.client.console.notifications that return MailTemplateTOMethods in org.apache.syncope.client.console.notifications that return types with arguments of type MailTemplateTOModifier and TypeMethodDescriptionMailTemplateDirectoryPanel.getActions
(IModel<MailTemplateTO> model) protected List
<IColumn<MailTemplateTO, String>> MailTemplateDirectoryPanel.getColumns()
MailTemplateDirectoryPanel.MailTemplateProvider.iterator
(long first, long count) MailTemplateDirectoryPanel.MailTemplateProvider.model
(MailTemplateTO mailTemplateTO) Methods in org.apache.syncope.client.console.notifications with parameters of type MailTemplateTOModifier and TypeMethodDescriptionMailTemplateDirectoryPanel.MailTemplateProvider.model
(MailTemplateTO mailTemplateTO) Method parameters in org.apache.syncope.client.console.notifications with type arguments of type MailTemplateTOModifier and TypeMethodDescriptionMailTemplateDirectoryPanel.getActions
(IModel<MailTemplateTO> model) Constructors in org.apache.syncope.client.console.notifications with parameters of type MailTemplateTOModifierConstructorDescriptionTemplateModal
(BaseModal<MailTemplateTO> modal, NotificationRestClient restClient, MailTemplateTO templateTO, PageReference pageRef) Constructor parameters in org.apache.syncope.client.console.notifications with type arguments of type MailTemplateTOModifierConstructorDescriptionTemplateModal
(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 MailTemplateTOMethods in org.apache.syncope.client.console.rest that return types with arguments of type MailTemplateTOMethods in org.apache.syncope.client.console.rest with parameters of type MailTemplateTOModifier and TypeMethodDescriptionvoid
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 MailTemplateTOModifier and TypeMethodDescriptionReturns mail template with matching key.Methods in org.apache.syncope.common.rest.api.service that return types with arguments of type MailTemplateTOModifier and TypeMethodDescriptionMailTemplateService.list()
Returns a list of all mail templates.Methods in org.apache.syncope.common.rest.api.service with parameters of type MailTemplateTOModifier and TypeMethodDescriptionMailTemplateService.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 MailTemplateTOModifier and TypeMethodDescriptionprotected MailTemplateTO
MailTemplateLogic.getMailTemplateTO
(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 -
Uses of MailTemplateTO in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service that return MailTemplateTOMethods in org.apache.syncope.core.rest.cxf.service that return types with arguments of type MailTemplateTOMethods in org.apache.syncope.core.rest.cxf.service with parameters of type MailTemplateTO