|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.dataservices.model.domain.WorkflowConfigurationEntity
com.ibm.itim.dataservices.model.domain.MailTemplateConfigurationEntity
public class MailTemplateConfigurationEntity
| Method Summary | |
|---|---|
void |
createMailTemplate(NotificationTemplate template)
Adds the mail template. |
java.util.Collection |
getMailTemplates()
Returns all mail templates. |
void |
modifyMailTemplate(NotificationTemplate template)
Changes the mail template. |
void |
removeMailTemplate(DistinguishedName templateDN)
Removes the mail template. |
void |
removeMailTemplate(java.lang.String templateName)
Removes the mail template. |
| Methods inherited from class com.ibm.itim.dataservices.model.domain.WorkflowConfigurationEntity |
|---|
addNotificationTemplate, addNotificationTemplate, getConfiguration, getNotificationTemplates, getNotificationTemplates, removeNotificationTemplate, removeNotificationTemplate, removeNotificationTemplate, setConfiguration, setNotificationTemplate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void createMailTemplate(NotificationTemplate template)
throws ModelCommunicationException,
ModelCreationException
template - NotificationTemplate for Workflow Reminder.
ModelCommunicationException
ModelCreationException
public void removeMailTemplate(java.lang.String templateName)
throws ModelCommunicationException,
ModelRemoveException
templateName - Name of the removal mail template.
ModelCommunicationException
ModelRemoveException
public void removeMailTemplate(DistinguishedName templateDN)
throws ModelCommunicationException,
ModelRemoveException
templateDN - DN of the removal mail template.
ModelCommunicationException
ModelRemoveException
public java.util.Collection getMailTemplates()
throws ModelCommunicationException,
ObjectNotFoundException
ModelCommunicationException
ObjectNotFoundException
public void modifyMailTemplate(NotificationTemplate template)
throws ModelCommunicationException,
ModelModificationException,
ObjectNotFoundException
template - Mail NotificationTemplate.
ModelCommunicationException
ModelModificationException
ObjectNotFoundException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||