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 TypeMethodDescriptionProvidesList
of 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 localevoid
removeAttachments
(Attachments anAttachments) Remove attachments in given locale templatevoid
setAttachmentsCollection
(List<Attachments> attachmentsCollection) Set attachments in given locale templatevoid
setContenttype
(String contenttype) Set content type of template i.e.void
setCreateuser
(String createuser) Set UserID of an user who has created a template in a localevoid
setCreationdate
(Timestamp creationdate) Set Date of creation of a template in a localevoid
setDatalevel
(Double datalevel) Sets Data Level of the locale templatevoid
setDatalevel
(String datalevel) Sets Data Level of the locale templatevoid
setEncoding
(String encoding) Set Template's encoding.void
Set locale template IDvoid
Set locale template IDvoid
setLastupdated
(Timestamp lastupdated) Set the date on which last update is performed on a template in a localevoid
setLastuser
(String lastuser) Set UserID of an user who has made last update on a template in a localevoid
Set locale of a templatevoid
setLongmessage
(String longmessage) Set template's message body in given localevoid
setNotificationTemplate
(NotificationTemplate notificationtemplate) Set base notification template objectvoid
setShortmessage
(String shortmessage) Set template's short message in given localevoid
setSubject
(String subject) Set template's message subject in given locale
-
Constructor Details
-
LocalTemplate
public LocalTemplate()Default Constructor
-
-
Method Details
-
getAttachmentsCollection
ProvidesList
of attachments with locale template- Returns:
List
of 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
-List
of 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
-