Interface CommerceNotificationTemplateModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplate>
,com.liferay.portal.kernel.model.ClassedModel
,Cloneable
,Comparable<CommerceNotificationTemplate>
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.MVCCModel
,Serializable
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
- All Known Subinterfaces:
CommerceNotificationTemplate
- All Known Implementing Classes:
CommerceNotificationTemplateWrapper
@Deprecated
@ProviderType
public interface CommerceNotificationTemplateModel
extends com.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplate>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel
Deprecated.
The base model interface for the CommerceNotificationTemplate service. Represents a row in the "CommerceNotificationTemplate" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.commerce.notification.model.impl.CommerceNotificationTemplateModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.commerce.notification.model.impl.CommerceNotificationTemplateImpl
.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.String[]
Deprecated.getBcc()
Deprecated.Returns the bcc of this commerce notification template.getBody()
Deprecated.Returns the body of this commerce notification template.Deprecated.Returns the localized body of this commerce notification template in the language.Deprecated.Returns the localized body of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.Deprecated.Returns the localized body of this commerce notification template in the language.Deprecated.Returns the localized body of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.Deprecated.Deprecated.Deprecated.Returns a map of the locales and localized bodies of this commerce notification template.getCc()
Deprecated.Returns the cc of this commerce notification template.long
Deprecated.Returns the commerce notification template ID of this commerce notification template.long
Deprecated.Returns the company ID of this commerce notification template.Deprecated.Returns the create date of this commerce notification template.Deprecated.Deprecated.Returns the description of this commerce notification template.boolean
Deprecated.Returns the enabled of this commerce notification template.getFrom()
Deprecated.Returns the from of this commerce notification template.Deprecated.Returns the from name of this commerce notification template.getFromName
(String languageId) Deprecated.Returns the localized from name of this commerce notification template in the language.getFromName
(String languageId, boolean useDefault) Deprecated.Returns the localized from name of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.getFromName
(Locale locale) Deprecated.Returns the localized from name of this commerce notification template in the language.getFromName
(Locale locale, boolean useDefault) Deprecated.Returns the localized from name of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.Deprecated.Deprecated.Deprecated.Returns a map of the locales and localized from names of this commerce notification template.long
Deprecated.Returns the group ID of this commerce notification template.Deprecated.Returns the modified date of this commerce notification template.long
Deprecated.Returns the mvcc version of this commerce notification template.getName()
Deprecated.Returns the name of this commerce notification template.long
Deprecated.Returns the primary key of this commerce notification template.Deprecated.Returns the subject of this commerce notification template.getSubject
(String languageId) Deprecated.Returns the localized subject of this commerce notification template in the language.getSubject
(String languageId, boolean useDefault) Deprecated.Returns the localized subject of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.getSubject
(Locale locale) Deprecated.Returns the localized subject of this commerce notification template in the language.getSubject
(Locale locale, boolean useDefault) Deprecated.Returns the localized subject of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.Deprecated.Deprecated.Deprecated.Returns a map of the locales and localized subjects of this commerce notification template.getTo()
Deprecated.Returns the to of this commerce notification template.getType()
Deprecated.Returns the type of this commerce notification template.long
Deprecated.Returns the user ID of this commerce notification template.Deprecated.Returns the user name of this commerce notification template.Deprecated.Returns the user uuid of this commerce notification template.getUuid()
Deprecated.Returns the uuid of this commerce notification template.boolean
Deprecated.Returnstrue
if this commerce notification template is enabled.void
Deprecated.void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) Deprecated.void
Deprecated.Sets the bcc of this commerce notification template.void
Deprecated.Sets the body of this commerce notification template.void
Deprecated.Sets the localized body of this commerce notification template in the language.void
Deprecated.Sets the localized body of this commerce notification template in the language, and sets the default locale.void
setBodyCurrentLanguageId
(String languageId) Deprecated.void
setBodyMap
(Map<Locale, String> bodyMap) Deprecated.Sets the localized bodies of this commerce notification template from the map of locales and localized bodies.void
setBodyMap
(Map<Locale, String> bodyMap, Locale defaultLocale) Deprecated.Sets the localized bodies of this commerce notification template from the map of locales and localized bodies, and sets the default locale.void
Deprecated.Sets the cc of this commerce notification template.void
setCommerceNotificationTemplateId
(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification template.void
setCompanyId
(long companyId) Deprecated.Sets the company ID of this commerce notification template.void
setCreateDate
(Date createDate) Deprecated.Sets the create date of this commerce notification template.void
setDescription
(String description) Deprecated.Sets the description of this commerce notification template.void
setEnabled
(boolean enabled) Deprecated.Sets whether this commerce notification template is enabled.void
Deprecated.Sets the from of this commerce notification template.void
setFromName
(String fromName) Deprecated.Sets the from name of this commerce notification template.void
setFromName
(String fromName, Locale locale) Deprecated.Sets the localized from name of this commerce notification template in the language.void
setFromName
(String fromName, Locale locale, Locale defaultLocale) Deprecated.Sets the localized from name of this commerce notification template in the language, and sets the default locale.void
setFromNameCurrentLanguageId
(String languageId) Deprecated.void
setFromNameMap
(Map<Locale, String> fromNameMap) Deprecated.Sets the localized from names of this commerce notification template from the map of locales and localized from names.void
setFromNameMap
(Map<Locale, String> fromNameMap, Locale defaultLocale) Deprecated.Sets the localized from names of this commerce notification template from the map of locales and localized from names, and sets the default locale.void
setGroupId
(long groupId) Deprecated.Sets the group ID of this commerce notification template.void
setModifiedDate
(Date modifiedDate) Deprecated.Sets the modified date of this commerce notification template.void
setMvccVersion
(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification template.void
Deprecated.Sets the name of this commerce notification template.void
setPrimaryKey
(long primaryKey) Deprecated.Sets the primary key of this commerce notification template.void
setSubject
(String subject) Deprecated.Sets the subject of this commerce notification template.void
setSubject
(String subject, Locale locale) Deprecated.Sets the localized subject of this commerce notification template in the language.void
setSubject
(String subject, Locale locale, Locale defaultLocale) Deprecated.Sets the localized subject of this commerce notification template in the language, and sets the default locale.void
setSubjectCurrentLanguageId
(String languageId) Deprecated.void
setSubjectMap
(Map<Locale, String> subjectMap) Deprecated.Sets the localized subjects of this commerce notification template from the map of locales and localized subjects.void
setSubjectMap
(Map<Locale, String> subjectMap, Locale defaultLocale) Deprecated.Sets the localized subjects of this commerce notification template from the map of locales and localized subjects, and sets the default locale.void
Deprecated.Sets the to of this commerce notification template.void
Deprecated.Sets the type of this commerce notification template.void
setUserId
(long userId) Deprecated.Sets the user ID of this commerce notification template.void
setUserName
(String userName) Deprecated.Sets the user name of this commerce notification template.void
setUserUuid
(String userUuid) Deprecated.Sets the user uuid of this commerce notification template.void
Deprecated.Sets the uuid of this commerce notification template.default String
Deprecated.Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Deprecated.Returns the primary key of this commerce notification template.- Returns:
- the primary key of this commerce notification template
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Deprecated.Sets the primary key of this commerce notification template.- Parameters:
primaryKey
- the primary key of this commerce notification template
-
getMvccVersion
long getMvccVersion()Deprecated.Returns the mvcc version of this commerce notification template.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this commerce notification template
-
setMvccVersion
void setMvccVersion(long mvccVersion) Deprecated.Sets the mvcc version of this commerce notification template.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this commerce notification template
-
getUuid
Deprecated.Returns the uuid of this commerce notification template.- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this commerce notification template
-
setUuid
Deprecated.Sets the uuid of this commerce notification template.- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this commerce notification template
-
getCommerceNotificationTemplateId
long getCommerceNotificationTemplateId()Deprecated.Returns the commerce notification template ID of this commerce notification template.- Returns:
- the commerce notification template ID of this commerce notification template
-
setCommerceNotificationTemplateId
void setCommerceNotificationTemplateId(long commerceNotificationTemplateId) Deprecated.Sets the commerce notification template ID of this commerce notification template.- Parameters:
commerceNotificationTemplateId
- the commerce notification template ID of this commerce notification template
-
getGroupId
long getGroupId()Deprecated.Returns the group ID of this commerce notification template.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Returns:
- the group ID of this commerce notification template
-
setGroupId
void setGroupId(long groupId) Deprecated.Sets the group ID of this commerce notification template.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Parameters:
groupId
- the group ID of this commerce notification template
-
getCompanyId
long getCompanyId()Deprecated.Returns the company ID of this commerce notification template.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this commerce notification template
-
setCompanyId
void setCompanyId(long companyId) Deprecated.Sets the company ID of this commerce notification template.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this commerce notification template
-
getUserId
long getUserId()Deprecated.Returns the user ID of this commerce notification template.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user ID of this commerce notification template
-
setUserId
void setUserId(long userId) Deprecated.Sets the user ID of this commerce notification template.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userId
- the user ID of this commerce notification template
-
getUserUuid
String getUserUuid()Deprecated.Returns the user uuid of this commerce notification template.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user uuid of this commerce notification template
-
setUserUuid
Deprecated.Sets the user uuid of this commerce notification template.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userUuid
- the user uuid of this commerce notification template
-
getUserName
Deprecated.Returns the user name of this commerce notification template.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Returns:
- the user name of this commerce notification template
-
setUserName
Deprecated.Sets the user name of this commerce notification template.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Parameters:
userName
- the user name of this commerce notification template
-
getCreateDate
Date getCreateDate()Deprecated.Returns the create date of this commerce notification template.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this commerce notification template
-
setCreateDate
Deprecated.Sets the create date of this commerce notification template.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this commerce notification template
-
getModifiedDate
Date getModifiedDate()Deprecated.Returns the modified date of this commerce notification template.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this commerce notification template
-
setModifiedDate
Deprecated.Sets the modified date of this commerce notification template.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this commerce notification template
-
getName
Deprecated.Returns the name of this commerce notification template.- Returns:
- the name of this commerce notification template
-
setName
Deprecated.Sets the name of this commerce notification template.- Parameters:
name
- the name of this commerce notification template
-
getDescription
Deprecated.Returns the description of this commerce notification template.- Returns:
- the description of this commerce notification template
-
setDescription
Deprecated.Sets the description of this commerce notification template.- Parameters:
description
- the description of this commerce notification template
-
getFrom
Deprecated.Returns the from of this commerce notification template.- Returns:
- the from of this commerce notification template
-
setFrom
Deprecated.Sets the from of this commerce notification template.- Parameters:
from
- the from of this commerce notification template
-
getFromName
String getFromName()Deprecated.Returns the from name of this commerce notification template.- Returns:
- the from name of this commerce notification template
-
getFromName
Deprecated.Returns the localized from name of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
locale
- the locale of the language- Returns:
- the localized from name of this commerce notification template
-
getFromName
Deprecated.Returns the localized from name of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized from name of this commerce notification template. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getFromName
Deprecated.Returns the localized from name of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the language- Returns:
- the localized from name of this commerce notification template
-
getFromName
Deprecated.Returns the localized from name of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized from name of this commerce notification template
-
getFromNameCurrentLanguageId
Deprecated. -
getFromNameCurrentValue
Deprecated. -
getFromNameMap
Deprecated.Returns a map of the locales and localized from names of this commerce notification template.- Returns:
- the locales and localized from names of this commerce notification template
-
setFromName
Deprecated.Sets the from name of this commerce notification template.- Parameters:
fromName
- the from name of this commerce notification template
-
setFromName
Deprecated.Sets the localized from name of this commerce notification template in the language.- Parameters:
fromName
- the localized from name of this commerce notification templatelocale
- the locale of the language
-
setFromName
Deprecated.Sets the localized from name of this commerce notification template in the language, and sets the default locale.- Parameters:
fromName
- the localized from name of this commerce notification templatelocale
- the locale of the languagedefaultLocale
- the default locale
-
setFromNameCurrentLanguageId
Deprecated. -
setFromNameMap
Deprecated.Sets the localized from names of this commerce notification template from the map of locales and localized from names.- Parameters:
fromNameMap
- the locales and localized from names of this commerce notification template
-
setFromNameMap
Deprecated.Sets the localized from names of this commerce notification template from the map of locales and localized from names, and sets the default locale.- Parameters:
fromNameMap
- the locales and localized from names of this commerce notification templatedefaultLocale
- the default locale
-
getTo
Deprecated.Returns the to of this commerce notification template.- Returns:
- the to of this commerce notification template
-
setTo
Deprecated.Sets the to of this commerce notification template.- Parameters:
to
- the to of this commerce notification template
-
getCc
Deprecated.Returns the cc of this commerce notification template.- Returns:
- the cc of this commerce notification template
-
setCc
Deprecated.Sets the cc of this commerce notification template.- Parameters:
cc
- the cc of this commerce notification template
-
getBcc
Deprecated.Returns the bcc of this commerce notification template.- Returns:
- the bcc of this commerce notification template
-
setBcc
Deprecated.Sets the bcc of this commerce notification template.- Parameters:
bcc
- the bcc of this commerce notification template
-
getType
Deprecated.Returns the type of this commerce notification template.- Returns:
- the type of this commerce notification template
-
setType
Deprecated.Sets the type of this commerce notification template.- Parameters:
type
- the type of this commerce notification template
-
getEnabled
boolean getEnabled()Deprecated.Returns the enabled of this commerce notification template.- Returns:
- the enabled of this commerce notification template
-
isEnabled
boolean isEnabled()Deprecated.Returnstrue
if this commerce notification template is enabled.- Returns:
true
if this commerce notification template is enabled;false
otherwise
-
setEnabled
void setEnabled(boolean enabled) Deprecated.Sets whether this commerce notification template is enabled.- Parameters:
enabled
- the enabled of this commerce notification template
-
getSubject
String getSubject()Deprecated.Returns the subject of this commerce notification template.- Returns:
- the subject of this commerce notification template
-
getSubject
Deprecated.Returns the localized subject of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
locale
- the locale of the language- Returns:
- the localized subject of this commerce notification template
-
getSubject
Deprecated.Returns the localized subject of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized subject of this commerce notification template. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getSubject
Deprecated.Returns the localized subject of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the language- Returns:
- the localized subject of this commerce notification template
-
getSubject
Deprecated.Returns the localized subject of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized subject of this commerce notification template
-
getSubjectCurrentLanguageId
Deprecated. -
getSubjectCurrentValue
Deprecated. -
getSubjectMap
Deprecated.Returns a map of the locales and localized subjects of this commerce notification template.- Returns:
- the locales and localized subjects of this commerce notification template
-
setSubject
Deprecated.Sets the subject of this commerce notification template.- Parameters:
subject
- the subject of this commerce notification template
-
setSubject
Deprecated.Sets the localized subject of this commerce notification template in the language.- Parameters:
subject
- the localized subject of this commerce notification templatelocale
- the locale of the language
-
setSubject
Deprecated.Sets the localized subject of this commerce notification template in the language, and sets the default locale.- Parameters:
subject
- the localized subject of this commerce notification templatelocale
- the locale of the languagedefaultLocale
- the default locale
-
setSubjectCurrentLanguageId
Deprecated. -
setSubjectMap
Deprecated.Sets the localized subjects of this commerce notification template from the map of locales and localized subjects.- Parameters:
subjectMap
- the locales and localized subjects of this commerce notification template
-
setSubjectMap
Deprecated.Sets the localized subjects of this commerce notification template from the map of locales and localized subjects, and sets the default locale.- Parameters:
subjectMap
- the locales and localized subjects of this commerce notification templatedefaultLocale
- the default locale
-
getBody
String getBody()Deprecated.Returns the body of this commerce notification template.- Returns:
- the body of this commerce notification template
-
getBody
Deprecated.Returns the localized body of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
locale
- the locale of the language- Returns:
- the localized body of this commerce notification template
-
getBody
Deprecated.Returns the localized body of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized body of this commerce notification template. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getBody
Deprecated.Returns the localized body of this commerce notification template in the language. Uses the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the language- Returns:
- the localized body of this commerce notification template
-
getBody
Deprecated.Returns the localized body of this commerce notification template in the language, optionally using the default language if no localization exists for the requested language.- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized body of this commerce notification template
-
getBodyCurrentLanguageId
Deprecated. -
getBodyCurrentValue
Deprecated. -
getBodyMap
Deprecated.Returns a map of the locales and localized bodies of this commerce notification template.- Returns:
- the locales and localized bodies of this commerce notification template
-
setBody
Deprecated.Sets the body of this commerce notification template.- Parameters:
body
- the body of this commerce notification template
-
setBody
Deprecated.Sets the localized body of this commerce notification template in the language.- Parameters:
body
- the localized body of this commerce notification templatelocale
- the locale of the language
-
setBody
Deprecated.Sets the localized body of this commerce notification template in the language, and sets the default locale.- Parameters:
body
- the localized body of this commerce notification templatelocale
- the locale of the languagedefaultLocale
- the default locale
-
setBodyCurrentLanguageId
Deprecated. -
setBodyMap
Deprecated.Sets the localized bodies of this commerce notification template from the map of locales and localized bodies.- Parameters:
bodyMap
- the locales and localized bodies of this commerce notification template
-
setBodyMap
Deprecated.Sets the localized bodies of this commerce notification template from the map of locales and localized bodies, and sets the default locale.- Parameters:
bodyMap
- the locales and localized bodies of this commerce notification templatedefaultLocale
- the default locale
-
getAvailableLanguageIds
String[] getAvailableLanguageIds()Deprecated.- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultLanguageId
String getDefaultLanguageId()Deprecated.- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleExceptionDeprecated.- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException Deprecated.- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
cloneWithOriginalValues
CommerceNotificationTemplate cloneWithOriginalValues()Deprecated.- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<CommerceNotificationTemplate>
-
toXmlString
Deprecated.
-