|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationTemplate | |
---|---|
com.ibm.itim.dataservices.model.domain | Extends the com.ibm.itim.dataservices.model package to provide an application
programming interface for querying the core elements of the data model. |
Uses of NotificationTemplate in com.ibm.itim.dataservices.model.domain |
---|
Methods in com.ibm.itim.dataservices.model.domain that return NotificationTemplate | |
---|---|
NotificationTemplate |
NotificationTemplateImpl.lookup(DistinguishedName dn)
Searches for a notification template object with the given distinguished name. |
Methods in com.ibm.itim.dataservices.model.domain with parameters of type NotificationTemplate | |
---|---|
void |
WorkflowConfigurationEntity.addNotificationTemplate(int templateType,
NotificationTemplate template)
Adds the template for Workflow Reminder. |
void |
WorkflowConfigurationEntity.addNotificationTemplate(NotificationTemplate template)
Adds the template for Workflow Reminder. |
void |
POConfigurationEntity.addNotificationTemplate(NotificationTemplate template)
Adds the template for Post Office Notification. |
void |
MailTemplateConfigurationEntity.createMailTemplate(NotificationTemplate template)
Adds the mail template. |
void |
MailTemplateConfigurationEntity.modifyMailTemplate(NotificationTemplate template)
Changes the mail template. |
void |
WorkflowConfigurationEntity.setNotificationTemplate(NotificationTemplate template)
Changes the template for Workflow Reminder. |
void |
POConfigurationEntity.setNotificationTemplate(NotificationTemplate template)
Changes the template for Post Office Notification. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |