Uses of Class
org.apache.syncope.common.lib.types.MailTemplateFormat
-
-
Uses of MailTemplateFormat in org.apache.syncope.client.console.rest
Methods in org.apache.syncope.client.console.rest with parameters of type MailTemplateFormat Modifier and Type Method Description StringNotificationRestClient. readTemplateFormat(String key, MailTemplateFormat format)voidNotificationRestClient. updateTemplateFormat(String key, String content, MailTemplateFormat format) -
Uses of MailTemplateFormat in org.apache.syncope.client.console.tasks
Methods in org.apache.syncope.client.console.tasks with parameters of type MailTemplateFormat Modifier and Type Method Description protected abstract voidNotificationTaskDirectoryPanel. viewMailBody(MailTemplateFormat format, String content, AjaxRequestTarget target) -
Uses of MailTemplateFormat in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return MailTemplateFormat Modifier and Type Method Description static MailTemplateFormatMailTemplateFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static MailTemplateFormat[]MailTemplateFormat. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MailTemplateFormat in org.apache.syncope.common.rest.api.service
Methods in org.apache.syncope.common.rest.api.service with parameters of type MailTemplateFormat Modifier and Type Method Description javax.ws.rs.core.ResponseMailTemplateService. getFormat(@NotNull String key, @NotNull MailTemplateFormat format)Gets the template for the given key and format, if available.voidMailTemplateService. removeFormat(@NotNull String key, @NotNull MailTemplateFormat format)Removes the template for the given key and format, if available.voidMailTemplateService. setFormat(@NotNull String key, @NotNull MailTemplateFormat format, InputStream templateIn)Sets the template for the given key and format, if available. -
Uses of MailTemplateFormat in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type MailTemplateFormat Modifier and Type Method Description StringMailTemplateLogic. getFormat(String key, MailTemplateFormat format)voidMailTemplateLogic. setFormat(String key, MailTemplateFormat format, String template) -
Uses of MailTemplateFormat in org.apache.syncope.core.rest.cxf.service
Methods in org.apache.syncope.core.rest.cxf.service with parameters of type MailTemplateFormat Modifier and Type Method Description javax.ws.rs.core.ResponseMailTemplateServiceImpl. getFormat(String key, MailTemplateFormat format)voidMailTemplateServiceImpl. removeFormat(String key, MailTemplateFormat format)voidMailTemplateServiceImpl. setFormat(String key, MailTemplateFormat format, InputStream templateIn)
-