Package oracle.iam.notification.vo
Class LocalTemplate
java.lang.Object
oracle.iam.notification.vo.LocalTemplate
- All Implemented Interfaces:
Serializable
This object represents the Notification template in a locale
- Author:
- saggarwa
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvidesListof attachments with locale templateProvides Content type i.e.Provides UserID of an user who has created a template in a localeProvides Date of creation of a template in a localeProvides Data Level of the locale templateProvides Template's encoding.getId()Provides ID of locale templateProvides Date of last update done against a template in a localeProvides UserID of an user who has made last update on a template in a localeProvides locale of templateProvides Templates's message body in given localeProvides base notification template objectProvides Template's short message in given localeProvides Template's message subject in given localevoidremoveAttachments(Attachments anAttachments) Remove attachments in given locale templatevoidsetAttachmentsCollection(List<Attachments> attachmentsCollection) Set attachments in given locale templatevoidsetContenttype(String contenttype) Set content type of template i.e.voidsetCreateuser(String createuser) Set UserID of an user who has created a template in a localevoidsetCreationdate(Timestamp creationdate) Set Date of creation of a template in a localevoidsetDatalevel(Double datalevel) Sets Data Level of the locale templatevoidsetDatalevel(String datalevel) Sets Data Level of the locale templatevoidsetEncoding(String encoding) Set Template's encoding.voidSet locale template IDvoidSet locale template IDvoidsetLastupdated(Timestamp lastupdated) Set the date on which last update is performed on a template in a localevoidsetLastuser(String lastuser) Set UserID of an user who has made last update on a template in a localevoidSet locale of a templatevoidsetLongmessage(String longmessage) Set template's message body in given localevoidsetNotificationTemplate(NotificationTemplate notificationtemplate) Set base notification template objectvoidsetShortmessage(String shortmessage) Set template's short message in given localevoidsetSubject(String subject) Set template's message subject in given locale
-
Constructor Details
-
LocalTemplate
public LocalTemplate()Default Constructor
-
-
Method Details
-
getAttachmentsCollection
ProvidesListof attachments with locale template- Returns:
Listof attachments with locale template
-
getContenttype
Provides Content type i.e. HTML or Plain Text- Returns:
- Content type i.e. HTML or Plain Text
-
getId
Provides ID of locale template- Returns:
- ID of locale template
-
getLocale
Provides locale of template- Returns:
- locale of template
-
getLongmessage
Provides Templates's message body in given locale- Returns:
- Templates's message body in given locale
-
getNotificationtemplate
Provides base notification template object- Returns:
- Base notification template object
-
getShortmessage
Provides Template's short message in given locale- Returns:
- Template's short message in given locale
-
getSubject
Provides Template's message subject in given locale- Returns:
- Template's message subject in given locale
-
getEncoding
Provides Template's encoding.- Returns:
- Template's encoding. Supported encodings are: ISO-8859-1, US-ASCII, WINDOWS-1252, ISO-8859-15, UTF-8
-
setEncoding
Set Template's encoding. Supported encodings are: ISO-8859-1, US-ASCII, WINDOWS-1252, ISO-8859-15, UTF-8- Parameters:
encoding- Template's encoding.
-
removeAttachments
Remove attachments in given locale template- Parameters:
anAttachments- Attachments in given locale template
-
setAttachmentsCollection
Set attachments in given locale template- Parameters:
attachmentsCollection-Listof attachments in given locale template
-
setContenttype
Set content type of template i.e. HTML or Plain Text- Parameters:
contenttype- Content type of template i.e. HTML or Plain Text
-
setId
Set locale template ID- Parameters:
id- Locale template ID
-
setId
Set locale template ID- Parameters:
sid- Locale template ID
-
setLocale
Set locale of a template- Parameters:
locale- Locale of a template
-
setLongmessage
Set template's message body in given locale- Parameters:
longmessage- Template's message body in given locale
-
setNotificationTemplate
Set base notification template object- Parameters:
notificationtemplate- Base notification template object
-
setShortmessage
Set template's short message in given locale- Parameters:
shortmessage- Template's short message in given locale
-
setSubject
Set template's message subject in given locale- Parameters:
subject- Template's message subject in given locale
-
getDatalevel
Provides Data Level of the locale template- Returns:
- data level of the locale template
-
setDatalevel
Sets Data Level of the locale template- Parameters:
datalevel- value of the data level to be set
-
getCreationdate
Provides Date of creation of a template in a locale- Returns:
- Date of creation of a template in a locale
-
setCreationdate
Set Date of creation of a template in a locale- Parameters:
creationdate- Date of creation of a template in a locale
-
getLastupdated
Provides Date of last update done against a template in a locale- Returns:
- Date of last update done against a template in a locale
-
setLastupdated
Set the date on which last update is performed on a template in a locale- Parameters:
lastupdated- Date on which last update is performed on a template in a locale
-
getLastuser
Provides UserID of an user who has made last update on a template in a locale- Returns:
- UserID of an user who has made last update on a template in a locale
-
setLastuser
Set UserID of an user who has made last update on a template in a locale- Parameters:
lastuser- UserID of an user who has made last update on a template in a locale
-
getCreateuser
Provides UserID of an user who has created a template in a locale- Returns:
- UserID of an user who has created a template in a locale
-
setCreateuser
Set UserID of an user who has created a template in a locale- Parameters:
createuser- UserID of an user who has created a template in a locale
-
setDatalevel
Sets Data Level of the locale template- Parameters:
datalevel- value of the data level to be set
-