public class NotificationRecipientSettingWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipientSetting> implements com.liferay.portal.kernel.model.ModelWrapper<NotificationRecipientSetting>, NotificationRecipientSetting
This class is a wrapper for NotificationRecipientSetting
.
NotificationRecipientSetting
,
Serialized FormNOTIFICATION_RECIPIENT_SETTING_ID_ACCESSOR
Constructor and Description |
---|
NotificationRecipientSettingWrapper(NotificationRecipientSetting notificationRecipientSetting) |
Modifier and Type | Method and Description |
---|---|
NotificationRecipientSetting |
cloneWithOriginalValues() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this notification recipient setting.
|
java.util.Date |
getCreateDate()
Returns the create date of this notification recipient setting.
|
java.lang.String |
getDefaultLanguageId() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this notification recipient setting.
|
long |
getMvccVersion()
Returns the mvcc version of this notification recipient setting.
|
java.lang.String |
getName()
Returns the name of this notification recipient setting.
|
long |
getNotificationRecipientId()
Returns the notification recipient ID of this notification recipient setting.
|
long |
getNotificationRecipientSettingId()
Returns the notification recipient setting ID of this notification recipient setting.
|
long |
getPrimaryKey()
Returns the primary key of this notification recipient setting.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this notification recipient setting.
|
java.lang.String |
getUserName()
Returns the user name of this notification recipient setting.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this notification recipient setting.
|
java.lang.String |
getUuid()
Returns the uuid of this notification recipient setting.
|
java.lang.String |
getValue()
Returns the value of this notification recipient setting.
|
java.lang.String |
getValue(java.util.Locale locale)
Returns the localized value of this notification recipient setting in the language.
|
java.lang.String |
getValue(java.util.Locale locale,
boolean useDefault)
Returns the localized value of this notification recipient setting in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValue(java.lang.String languageId)
Returns the localized value of this notification recipient setting in the language.
|
java.lang.String |
getValue(java.lang.String languageId,
boolean useDefault)
Returns the localized value of this notification recipient setting in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getValueCurrentLanguageId() |
java.lang.String |
getValueCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getValueMap()
Returns a map of the locales and localized values of this notification recipient setting.
|
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this notification recipient setting.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this notification recipient setting.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this notification recipient setting.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this notification recipient setting.
|
void |
setName(java.lang.String name)
Sets the name of this notification recipient setting.
|
void |
setNotificationRecipientId(long notificationRecipientId)
Sets the notification recipient ID of this notification recipient setting.
|
void |
setNotificationRecipientSettingId(long notificationRecipientSettingId)
Sets the notification recipient setting ID of this notification recipient setting.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this notification recipient setting.
|
void |
setUserId(long userId)
Sets the user ID of this notification recipient setting.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this notification recipient setting.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this notification recipient setting.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this notification recipient setting.
|
void |
setValue(java.lang.String value)
Sets the value of this notification recipient setting.
|
void |
setValue(java.lang.String value,
java.util.Locale locale)
Sets the localized value of this notification recipient setting in the language.
|
void |
setValue(java.lang.String value,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized value of this notification recipient setting in the language, and sets the default locale.
|
void |
setValueCurrentLanguageId(java.lang.String languageId) |
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
Sets the localized values of this notification recipient setting from the map of locales and localized values.
|
void |
setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap,
java.util.Locale defaultLocale)
Sets the localized values of this notification recipient setting from the map of locales and localized values, and sets the default locale.
|
java.lang.String |
toXmlString() |
protected NotificationRecipientSettingWrapper |
wrap(NotificationRecipientSetting notificationRecipientSetting) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public NotificationRecipientSettingWrapper(NotificationRecipientSetting notificationRecipientSetting)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>
public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>
public NotificationRecipientSetting cloneWithOriginalValues()
cloneWithOriginalValues
in interface NotificationRecipientSettingModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<NotificationRecipientSetting>
public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface NotificationRecipientSettingModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public long getCompanyId()
getCompanyId
in interface NotificationRecipientSettingModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
getCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
public java.util.Date getCreateDate()
getCreateDate
in interface NotificationRecipientSettingModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
getCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getDefaultLanguageId()
getDefaultLanguageId
in interface NotificationRecipientSettingModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface NotificationRecipientSettingModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
getModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
public long getMvccVersion()
getMvccVersion
in interface NotificationRecipientSettingModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public java.lang.String getName()
getName
in interface NotificationRecipientSettingModel
public long getNotificationRecipientId()
getNotificationRecipientId
in interface NotificationRecipientSettingModel
public long getNotificationRecipientSettingId()
getNotificationRecipientSettingId
in interface NotificationRecipientSettingModel
public long getPrimaryKey()
getPrimaryKey
in interface NotificationRecipientSettingModel
public long getUserId()
getUserId
in interface NotificationRecipientSettingModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface NotificationRecipientSettingModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface NotificationRecipientSettingModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUuid()
getUuid
in interface NotificationRecipientSettingModel
getUuid
in interface com.liferay.portal.kernel.model.StagedModel
public java.lang.String getValue()
getValue
in interface NotificationRecipientSettingModel
public java.lang.String getValue(java.util.Locale locale)
getValue
in interface NotificationRecipientSettingModel
locale
- the locale of the languagepublic java.lang.String getValue(java.util.Locale locale, boolean useDefault)
getValue
in interface NotificationRecipientSettingModel
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested languageuseDefault
is false
and no localization exists for the requested language, an empty string will be returned.public java.lang.String getValue(java.lang.String languageId)
getValue
in interface NotificationRecipientSettingModel
languageId
- the ID of the languagepublic java.lang.String getValue(java.lang.String languageId, boolean useDefault)
getValue
in interface NotificationRecipientSettingModel
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested languagepublic java.lang.String getValueCurrentLanguageId()
getValueCurrentLanguageId
in interface NotificationRecipientSettingModel
public java.lang.String getValueCurrentValue()
getValueCurrentValue
in interface NotificationRecipientSettingModel
public java.util.Map<java.util.Locale,java.lang.String> getValueMap()
getValueMap
in interface NotificationRecipientSettingModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface NotificationRecipientSettingModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface NotificationRecipientSettingModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void setCompanyId(long companyId)
setCompanyId
in interface NotificationRecipientSettingModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
setCompanyId
in interface com.liferay.portal.kernel.model.StagedModel
companyId
- the company ID of this notification recipient settingpublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface NotificationRecipientSettingModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
setCreateDate
in interface com.liferay.portal.kernel.model.StagedModel
createDate
- the create date of this notification recipient settingpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface NotificationRecipientSettingModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
setModifiedDate
in interface com.liferay.portal.kernel.model.StagedModel
modifiedDate
- the modified date of this notification recipient settingpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface NotificationRecipientSettingModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this notification recipient settingpublic void setName(java.lang.String name)
setName
in interface NotificationRecipientSettingModel
name
- the name of this notification recipient settingpublic void setNotificationRecipientId(long notificationRecipientId)
setNotificationRecipientId
in interface NotificationRecipientSettingModel
notificationRecipientId
- the notification recipient ID of this notification recipient settingpublic void setNotificationRecipientSettingId(long notificationRecipientSettingId)
setNotificationRecipientSettingId
in interface NotificationRecipientSettingModel
notificationRecipientSettingId
- the notification recipient setting ID of this notification recipient settingpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface NotificationRecipientSettingModel
primaryKey
- the primary key of this notification recipient settingpublic void setUserId(long userId)
setUserId
in interface NotificationRecipientSettingModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this notification recipient settingpublic void setUserName(java.lang.String userName)
setUserName
in interface NotificationRecipientSettingModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this notification recipient settingpublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface NotificationRecipientSettingModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this notification recipient settingpublic void setUuid(java.lang.String uuid)
setUuid
in interface NotificationRecipientSettingModel
setUuid
in interface com.liferay.portal.kernel.model.StagedModel
uuid
- the uuid of this notification recipient settingpublic void setValue(java.lang.String value)
setValue
in interface NotificationRecipientSettingModel
value
- the value of this notification recipient settingpublic void setValue(java.lang.String value, java.util.Locale locale)
setValue
in interface NotificationRecipientSettingModel
value
- the localized value of this notification recipient settinglocale
- the locale of the languagepublic void setValue(java.lang.String value, java.util.Locale locale, java.util.Locale defaultLocale)
setValue
in interface NotificationRecipientSettingModel
value
- the localized value of this notification recipient settinglocale
- the locale of the languagedefaultLocale
- the default localepublic void setValueCurrentLanguageId(java.lang.String languageId)
setValueCurrentLanguageId
in interface NotificationRecipientSettingModel
public void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap)
setValueMap
in interface NotificationRecipientSettingModel
valueMap
- the locales and localized values of this notification recipient settingpublic void setValueMap(java.util.Map<java.util.Locale,java.lang.String> valueMap, java.util.Locale defaultLocale)
setValueMap
in interface NotificationRecipientSettingModel
valueMap
- the locales and localized values of this notification recipient settingdefaultLocale
- the default localepublic java.lang.String toXmlString()
toXmlString
in interface NotificationRecipientSettingModel
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType
in interface com.liferay.portal.kernel.model.StagedModel
protected NotificationRecipientSettingWrapper wrap(NotificationRecipientSetting notificationRecipientSetting)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<NotificationRecipientSetting>