|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.domain.NotificationTemplateImpl
public class NotificationTemplateImpl
Search for a template.
Field Summary | |
---|---|
static java.lang.String |
recertDeclineAccountDeleteDefaultTemplate
|
static java.lang.String |
recertDeclineAccountSuspendDefaultTemplate
|
static java.lang.String |
recertDeclineDeletesDefaultTemplate
|
static java.lang.String |
recertDeclineSuspendDefaultTemplate
|
Constructor Summary | |
---|---|
NotificationTemplateImpl()
Default constructor. |
Method Summary | |
---|---|
NotificationTemplate |
lookup(DistinguishedName dn)
Searches for a notification template object with the given distinguished name. |
java.util.Collection |
searchByName(DistinguishedName configDN,
int type,
java.lang.String name)
Searches for notification template(s) with given configuration object and template type. |
java.util.Collection |
searchByType(DistinguishedName configDN,
int type)
Searches for notification template(s) with given configuration object and template type. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String recertDeclineSuspendDefaultTemplate
public static final java.lang.String recertDeclineDeletesDefaultTemplate
public static final java.lang.String recertDeclineAccountSuspendDefaultTemplate
public static final java.lang.String recertDeclineAccountDeleteDefaultTemplate
Constructor Detail |
---|
public NotificationTemplateImpl()
Method Detail |
---|
public NotificationTemplate lookup(DistinguishedName dn) throws ObjectNotFoundException, ModelCommunicationException
dn
- DistinguishedName to search with.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ObjectNotFoundException
- Thrown if unable to locate the
entity in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.public java.util.Collection searchByType(DistinguishedName configDN, int type) throws ObjectNotFoundException, ModelCommunicationException
configDN
- DistinguishedName of the configuration object of the search templates.type
- Notification template type. Must be one of the followings:
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ObjectNotFoundException
- Thrown if unable to locate the
entity in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.public java.util.Collection searchByName(DistinguishedName configDN, int type, java.lang.String name) throws ObjectNotFoundException, ModelCommunicationException
configDN
- DistinguishedName of the configuration object of the search templates.type
- Notification template type. Must be one of the followings:
name
- template name.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ObjectNotFoundException
- Thrown if unable to locate the
entity in the data store. This may be due to an invalid
distinguished name, or the entity may have been removed by
another client.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |