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 MailTemplateTOTemplateModal. 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 MailTemplateTONotificationRestClient. 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 voidNotificationRestClient. 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 MailTemplateTOMailTemplateService. 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.ResponseMailTemplateService. 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 MailTemplateTOMailTemplateLogic. create(String key)MailTemplateTOMailTemplateLogic. delete(String key)protected MailTemplateTOMailTemplateLogic. getMailTemplateTO(String key)MailTemplateTOMailTemplateLogic. read(String key)protected MailTemplateTOMailTemplateLogic. 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 MailTemplateTOMailTemplateServiceImpl. 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.ResponseMailTemplateServiceImpl. create(MailTemplateTO mailTemplateTO)
-