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 String
NotificationRestClient. readTemplateFormat(String key, MailTemplateFormat format)
void
NotificationRestClient. 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 void
NotificationTaskDirectoryPanel. 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 MailTemplateFormat
MailTemplateFormat. 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.Response
MailTemplateService. getFormat(@NotNull String key, @NotNull MailTemplateFormat format)
Gets the template for the given key and format, if available.void
MailTemplateService. removeFormat(@NotNull String key, @NotNull MailTemplateFormat format)
Removes the template for the given key and format, if available.void
MailTemplateService. 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 String
MailTemplateLogic. getFormat(String key, MailTemplateFormat format)
void
MailTemplateLogic. 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.Response
MailTemplateServiceImpl. getFormat(String key, MailTemplateFormat format)
void
MailTemplateServiceImpl. removeFormat(String key, MailTemplateFormat format)
void
MailTemplateServiceImpl. setFormat(String key, MailTemplateFormat format, InputStream templateIn)
-