Skip navigation links


oracle.iam.notification.vo
Class LocalTemplate

java.lang.Object
  extended by oracle.iam.notification.vo.LocalTemplate

All Implemented Interfaces:
java.io.Serializable

public class LocalTemplate
extends java.lang.Object
implements java.io.Serializable

This object represents the Notification template in a locale

See Also:
Serialized Form

Constructor Summary
LocalTemplate()
          Default Constructor

 

Method Summary
 void addAttachments(Attachments anAttachments)
          Add an attachment to a template in given locale
 void addAttachments(int index, Attachments anAttachments)
          Add an attachment to a template in given locale at a particular index
 java.util.List getAttachmentsCollection()
          Provides List of attachments with locale template
 java.lang.String getContenttype()
          Provides Content type i.e.
 java.lang.String getCreateuser()
          Provides UserID of an user who has created a template in a locale
 java.sql.Timestamp getCreationdate()
          Provides Date of creation of a template in a locale
 java.lang.Double getDatalevel()
          Provides Data Level of the locale template
 java.lang.String getEncoding()
          Provides Template's encoding.
 java.lang.Long getId()
          Provides ID of locale template
 java.sql.Timestamp getLastupdated()
          Provides Date of last update done against a template in a locale
 java.lang.String getLastuser()
          Provides UserID of an user who has made last update on a template in a locale
 java.lang.String getLocale()
          Provides locale of template
 java.lang.String getLongmessage()
          Provides Templates's message body in given locale
 NotificationTemplate getNotificationtemplate()
          Provides base notification template object
 java.lang.String getShortmessage()
          Provides Template's short message in given locale
 java.lang.String getSubject()
          Provides Template's message subject in given locale
 void removeAttachments(Attachments anAttachments)
          Remove attachments in given locale template
 void setAttachmentsCollection(java.util.List attachmentsCollection)
          Set attachments in given locale template
 void setContenttype(java.lang.String contenttype)
          Set content type of template i.e.
 void setCreateuser(java.lang.String createuser)
          Set UserID of an user who has created a template in a locale
 void setCreationdate(java.sql.Timestamp creationdate)
          Set Date of creation of a template in a locale
 void setDatalevel(java.lang.Double datalevel)
          Sets Data Level of the locale template
 void setDatalevel(java.lang.String datalevel)
          Sets Data Level of the locale template
 void setEncoding(java.lang.String encoding)
          Set Template's encoding.
 void setId(java.lang.Long id)
          Set locale template ID
 void setId(java.lang.String sid)
          Set locale template ID
 void setLastupdated(java.sql.Timestamp lastupdated)
          Set the date on which last update is performed on a template in a locale
 void setLastuser(java.lang.String lastuser)
          Set UserID of an user who has made last update on a template in a locale
 void setLocale(java.lang.String locale)
          Set locale of a template
 void setLongmessage(java.lang.String longmessage)
          Set template's message body in given locale
 void setNotificationTemplate(NotificationTemplate notificationtemplate)
          Set base notification template object
 void setShortmessage(java.lang.String shortmessage)
          Set template's short message in given locale
 void setSubject(java.lang.String subject)
          Set template's message subject in given locale

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LocalTemplate

public LocalTemplate()
Default Constructor

Method Detail

addAttachments

public void addAttachments(int index,
                           Attachments anAttachments)
Add an attachment to a template in given locale at a particular index
Parameters:
index -
anAttachments -

addAttachments

public void addAttachments(Attachments anAttachments)
Add an attachment to a template in given locale
Parameters:
anAttachments - Attachment to a template in given locale

getAttachmentsCollection

public java.util.List getAttachmentsCollection()
Provides List of attachments with locale template
Returns:
List of attachments with locale template

getContenttype

public java.lang.String getContenttype()
Provides Content type i.e. HTML or Plain Text
Returns:
Content type i.e. HTML or Plain Text

getId

public java.lang.Long getId()
Provides ID of locale template
Returns:
ID of locale template

getLocale

public java.lang.String getLocale()
Provides locale of template
Returns:
locale of template

getLongmessage

public java.lang.String getLongmessage()
Provides Templates's message body in given locale
Returns:
Templates's message body in given locale

getNotificationtemplate

public NotificationTemplate getNotificationtemplate()
Provides base notification template object
Returns:
Base notification template object

getShortmessage

public java.lang.String getShortmessage()
Provides Template's short message in given locale
Returns:
Template's short message in given locale

getSubject

public java.lang.String getSubject()
Provides Template's message subject in given locale
Returns:
Template's message subject in given locale

getEncoding

public java.lang.String 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

public void setEncoding(java.lang.String encoding)
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

public void removeAttachments(Attachments anAttachments)
Remove attachments in given locale template
Parameters:
anAttachments - Attachments in given locale template

setAttachmentsCollection

public void setAttachmentsCollection(java.util.List attachmentsCollection)
Set attachments in given locale template
Parameters:
attachmentsCollection - List of attachments in given locale template

setContenttype

public void setContenttype(java.lang.String contenttype)
Set content type of template i.e. HTML or Plain Text
Parameters:
contenttype - Content type of template i.e. HTML or Plain Text

setId

public void setId(java.lang.Long id)
Set locale template ID
Parameters:
id - Locale template ID

setId

public void setId(java.lang.String sid)
Set locale template ID
Parameters:
sid - Locale template ID

setLocale

public void setLocale(java.lang.String locale)
Set locale of a template
Parameters:
locale - Locale of a template

setLongmessage

public void setLongmessage(java.lang.String longmessage)
Set template's message body in given locale
Parameters:
longmessage - Template's message body in given locale

setNotificationTemplate

public void setNotificationTemplate(NotificationTemplate notificationtemplate)
Set base notification template object
Parameters:
notificationtemplate - Base notification template object

setShortmessage

public void setShortmessage(java.lang.String shortmessage)
Set template's short message in given locale
Parameters:
shortmessage - Template's short message in given locale

setSubject

public void setSubject(java.lang.String subject)
Set template's message subject in given locale
Parameters:
subject - Template's message subject in given locale

getDatalevel

public java.lang.Double getDatalevel()
Provides Data Level of the locale template
Returns:
data level of the locale template

setDatalevel

public void setDatalevel(java.lang.Double datalevel)
Sets Data Level of the locale template
Parameters:
datalevel - value of the data level to be set

getCreationdate

public java.sql.Timestamp getCreationdate()
Provides Date of creation of a template in a locale
Returns:
Date of creation of a template in a locale

setCreationdate

public void setCreationdate(java.sql.Timestamp creationdate)
Set Date of creation of a template in a locale
Parameters:
creationdate - Date of creation of a template in a locale

getLastupdated

public java.sql.Timestamp 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

public void setLastupdated(java.sql.Timestamp lastupdated)
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

public java.lang.String 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

public void setLastuser(java.lang.String lastuser)
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

public java.lang.String 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

public void setCreateuser(java.lang.String createuser)
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

public void setDatalevel(java.lang.String datalevel)
Sets Data Level of the locale template
Parameters:
datalevel - value of the data level to be set

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.